Make room for timestamp msg in entry editor on small screens

References #83
This commit is contained in:
Matthias Mees 2014-03-10 19:43:02 +01:00
parent 40b066a3b9
commit 64eeeaafc8

View File

@ -1281,6 +1281,7 @@ summary {
}
#serendipityEntry {
padding-top: .5em;
position: relative;
}
@ -2606,6 +2607,10 @@ img.mfp-img {
/* SMALL SCREEN */
@media only screen and (min-width: 480px) {
#serendipityEntry {
padding-top: 0;
}
#edit_entry_submit {
top: -3.25em;
}