1
0

Fix CSS regressions introduced by aaca8e

References #356
This commit is contained in:
Matthias Mees
2015-07-14 19:45:12 +02:00
parent aaca8eda3b
commit b9b55142fc

View File

@ -1028,6 +1028,7 @@ input[type=checkbox],
.js .media_choose label, .js .media_choose label,
.js .media_choose input, .js .media_choose input,
.quick_list ol > li, .quick_list ol > li,
#media_filter .form_field > label,
.serendipity_emoticon_bar { .serendipity_emoticon_bar {
margin-bottom: .75em; margin-bottom: .75em;
} }
@ -1315,6 +1316,10 @@ summary {
width: 100%; width: 100%;
} }
#media_pane_filter input[type="submit"] {
width: auto;
}
.comment_data dd { .comment_data dd {
max-width: 75%; max-width: 75%;
} }