Lexiconga/css/mobile.css

109 lines
1.8 KiB
CSS
Raw Normal View History

2016-07-03 05:25:26 +02:00
/* Smartphones (portrait and landscape) ----------- */
@media only screen
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 {
width: 100%;
2016-07-06 20:44:02 +02:00
margin: 0;
padding: 0;
}
#dictionaryContent {
2016-07-06 20:44:02 +02:00
margin: 0 auto;
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%;
}
}