1
0

Proper layout for (advanced JS) plugin lists.

This commit is contained in:
Matthias Mees
2013-01-02 19:08:15 +01:00
parent ff19028f87
commit 4679447591
3 changed files with 34 additions and 11 deletions

View File

@ -902,6 +902,8 @@ summary { cursor: pointer; }
#filter_comments label {
display: inline-block;
width: 15%;
*display: inline;
*zoom: 1;
}
#sort_entries .form_select label,
@ -910,6 +912,8 @@ summary { cursor: pointer; }
#serendipity_category label {
display: inline-block;
width: 20%;
*display: inline;
*zoom: 1;
}
#serendipity_category .form_multiselect label {
@ -973,6 +977,23 @@ summary { cursor: pointer; }
margin: 0 0 1.5em;
}
.pluginmanager_grablet,
.pluginmanager_configure {
position: absolute;
top: 5px;
}
.pluginmanager_grablet { left: 5px; }
.pluginmanager_configure { right: 5px; }
.pluginmanager_plugin .form_check,
.pluginmanager_plugin h5 {
display: inline-block;
margin: 0 0 1em;
*display: inline;
*zoom: 1;
}
/* Media db might go into imgedit.css in the end */
#fs_crop { min-height: 200px; }