Minor fix for smartphone layout.

This commit is contained in:
Matthias Mees 2014-02-21 15:03:00 +01:00
parent 0a9c821500
commit feb671ca7c

View File

@ -1245,7 +1245,7 @@ summary {
#edit_entry_submit {
position: absolute;
top: -3.25em;
top: -.75em;
right: 0;
}
@ -2501,6 +2501,10 @@ img.mfp-img {
float: left;
margin: 0 1em 0 0;
}
#edit_entry_submit {
top: -3.25em;
}
}
@media only screen and (min-width: 481px) {