Admin RTL CSS fixes from Sewar. fixes #3947

git-svn-id: https://develop.svn.wordpress.org/trunk@5012 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-03-10 01:34:06 +00:00
parent 0018169c02
commit 438671d2cb
1 changed files with 16 additions and 10 deletions

View File

@ -42,9 +42,11 @@ textarea, input, select { font: 13px Tahoma, Verdana, Arial, Helvetica, sans-se
#adminmenu { #adminmenu {
padding: .2em 2em .3em .2em; padding: .2em 2em .3em .2em;
height: 30px; height: 28px;
} }
#adminmenu li { line-height: 160%; }
#adminmenu a { #adminmenu a {
margin: 0 0 0 10px; margin: 0 0 0 10px;
display: block; display: block;
@ -56,23 +58,22 @@ textarea, input, select { font: 13px Tahoma, Verdana, Arial, Helvetica, sans-se
border-left: 2px solid #4f96c8; border-left: 2px solid #4f96c8;
} }
#adminmenu li { line-height: 180%; } #submenu, #minisub { padding: 1px 3em 0 2em; }
#submenu, #minisub { padding: 3px 3em 0 2em; } #submenu { height: 28px; }
#submenu .current { #submenu li { line-height: 160%; }
border-right: 0;
border-left: 2px solid #045290;
}
#submenu a { #submenu a {
padding: .3em .4em .4em .4em;
margin: 0 0 0 10px; margin: 0 0 0 10px;
display: block; display: block;
float: right; float: right;
} }
#submenu li { line-height: 120%; } #submenu .current {
border-right: 0;
border-left: 2px solid #045290;
}
#currenttheme img { #currenttheme img {
float: right; float: right;
@ -90,7 +91,12 @@ textarea, input, select { font: 13px Tahoma, Verdana, Arial, Helvetica, sans-se
margin-left: 5em; margin-left: 5em;
} }
* html #postexcerpt .dbx-toggle-open, * html #postexcerpt .dbx-toggle-open, #postexcerpt div, #attachmentlinks div { #postexcerpt div, #attachmentlinks div {
margin-right: auto;
margin-left: 8px;
}
* html #postexcerpt .dbx-toggle-open {
padding-right: 0; padding-right: 0;
padding-left: 8px; padding-left: 8px;
} }