1
0

Fix CSS regressions introduced by aaca8e

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

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