1
0

Reposition media selector bar on small screens

References #83
This commit is contained in:
Matthias Mees
2014-03-10 19:47:10 +01:00
parent 64eeeaafc8
commit 1ceae353bf

View File

@ -2186,7 +2186,7 @@ input[name="serendipity[filter][fileCategory]"] {
#media_selector_bar {
float: right;
margin: 0 0 1em;
margin: 1em 0 0;
}
/* TEMP fixes for tree view */
@ -2666,6 +2666,10 @@ img.mfp-img {
left: 37%;
}
#media_selector_bar {
margin: 0 0 1em;
}
#mediaPropertyForm .media_file_props label,
#mediaPropertyForm header b,
#mediaPropertyForm footer b {