2016-07-03 05:25:26 +02:00
|
|
|
/* Smartphones (portrait and landscape) ----------- */
|
|
|
|
@media only screen
|
2016-07-06 15:36:24 +02:00
|
|
|
and (max-device-width : 910px) {
|
2016-07-03 05:25:26 +02:00
|
|
|
body {
|
|
|
|
font-size: 11pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
header {
|
|
|
|
height: 70px;
|
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
position: relative;
|
|
|
|
clear: both;
|
|
|
|
max-height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#announcementArea, #notificationArea {
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#leftColumn {
|
|
|
|
width: 100%;
|
2016-07-06 20:44:02 +02:00
|
|
|
margin: 0;
|
2016-07-03 05:25:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#wordEntryForm {
|
|
|
|
padding: 8px 0;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 450px;
|
|
|
|
margin: 10px auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wordEntryForm label {
|
|
|
|
overflow: auto;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wordEntryForm label span {
|
|
|
|
float: left;
|
|
|
|
width: 30%;
|
|
|
|
text-align: right;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wordEntryForm input, #wordEntryForm select, #wordEntryForm textarea {
|
|
|
|
float: right;
|
|
|
|
width: 60%;
|
|
|
|
margin-right: 8px;
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.longDefinition {
|
|
|
|
min-width: 200px;
|
|
|
|
height: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wordEntryForm button {
|
|
|
|
display: block;
|
|
|
|
width: 50%;
|
|
|
|
height: 30px;
|
|
|
|
margin: 0px auto;
|
|
|
|
}
|
|
|
|
|
2016-07-06 20:44:02 +02:00
|
|
|
#dictionaryColumn {
|
2016-07-06 15:36:24 +02:00
|
|
|
width: 100%;
|
2016-07-06 20:44:02 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2016-07-06 15:36:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#dictionaryContent {
|
2016-07-06 20:44:02 +02:00
|
|
|
margin: 0 auto;
|
2016-07-06 15:36:24 +02:00
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dictionaryDescription {
|
2016-07-06 20:44:02 +02:00
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchFilterArea {
|
|
|
|
width: 90%;
|
|
|
|
min-width: 200px;
|
|
|
|
padding: 10px 10px 3px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
entry {
|
|
|
|
margin: 0 auto 5px;
|
2016-07-03 05:25:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#formLockButton {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#showFullScreenTextbox {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#settingsSaveButtons {
|
|
|
|
position: relative;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
clear: both;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|