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 {
padding: .2em 2em .3em .2em;
height: 30px;
height: 28px;
}
#adminmenu li { line-height: 160%; }
#adminmenu a {
margin: 0 0 0 10px;
display: block;
@ -56,23 +58,22 @@ textarea, input, select { font: 13px Tahoma, Verdana, Arial, Helvetica, sans-se
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 {
border-right: 0;
border-left: 2px solid #045290;
}
#submenu li { line-height: 160%; }
#submenu a {
padding: .3em .4em .4em .4em;
margin: 0 0 0 10px;
display: block;
float: right;
}
#submenu li { line-height: 120%; }
#submenu .current {
border-right: 0;
border-left: 2px solid #045290;
}
#currenttheme img {
float: right;
@ -90,7 +91,12 @@ textarea, input, select { font: 13px Tahoma, Verdana, Arial, Helvetica, sans-se
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-left: 8px;
}