Version 0.8.5 ()
------------------------------------------------------------------------
+ * Default Admin Stylesheet no longer uses direct height: assignment,
+ but padding instead. This should get rid of occasional overlapping
+ of menu items. Thanks a lot to Ognyan Kulev for the solution to this!
+
* Fix file upload bug which limited upload filesize to 3 million bytes
(2.86MB) regardless of PHP configuration. Maximum upload filesize
should now be properly bound by PHP configuration settings.
display: block;
font-weight: bold;
background: url({TEMPLATE_PATH}img/menuheader_background.png) no-repeat;
- height: 1.6em;
+ padding-top: 0.3em;\r
+ padding-bottom: 0.3em;
padding-left: 3px;
}
font-size: 0.8em;
font-weight: normal;
background:url({TEMPLATE_PATH}img/menu_background.png) no-repeat;
- padding-top: 4px;
+ padding-top: 0.3em;\r
+ padding-bottom: 0.3em;
padding-left: 5px;
- height: 1.6em;
list-style:none;
display:block;
margin:0;
.direction_rtl {
direction: rtl;
}
+
+.serendipity_pluginlist_header {
+ height: 30px;
+ background-color: white;
+ color: black;
+ vertical-align: middle;
+ padding: 10px 0px 5px 10px;
+}
+
+.serendipity_pluginlist_section {
+ height: 50px;
+ border: 1px solid black;
+ background-color: #E0E0E0;
+ color: black;
+ vertical-align: middle;
+ padding: 10px 0px 5px 10px;
+}
\ No newline at end of file