No margin for action buttons on small screens

Reference #83
This commit is contained in:
Matthias Mees 2014-03-10 19:58:21 +01:00
parent 1ceae353bf
commit fcefdbece2

View File

@ -1493,7 +1493,7 @@ fieldset p,
}
.actions li {
margin: 0 .4em .5em 0;
margin: 0 0 .5em;
}
.no-js .media_file .actions li {
@ -2611,6 +2611,10 @@ img.mfp-img {
padding-top: 0;
}
.actions li {
margin: 0 .4em .5em 0;
}
#edit_entry_submit {
top: -3.25em;
}