Admin RTL CSS fixes from Sewar. fixes #3947
git-svn-id: http://svn.automattic.com/wordpress/trunk@5012 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
328afedc07
commit
3802dee776
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue