CSS and HTML validation fixes, props Simek, fixes #7703

git-svn-id: https://develop.svn.wordpress.org/trunk@8845 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-09-08 06:01:33 +00:00
parent f6231a0146
commit e994ef3899
8 changed files with 42 additions and 38 deletions
+30
View File
@@ -1859,6 +1859,36 @@ p#post-search-prep {
padding: 2px;
}
#inbox-filter ul {
list-style: none;
margin: 0;
padding: 0;
position: relative;
}
#inbox-filter ul li {
position: relative;
}
#inbox-filter ul input.checkbox {
float: left;
}
#inbox-filter ul p {
float: left;
margin: 0;
margin-left: -40px;
width: 100%;
position: relative;
left: 50px;
}
#inbox-message {
margin: 0 0 0 7.5em;
padding: 5px;
}
/* media popup 0819 */
#sidemenu {
margin: -30px 15px 0 315px;