mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
428c9158e8
git-svn-id: http://svn.automattic.com/wordpress/trunk@9262 1a063a9b-81f0-0310-95a4-ce76da25c4cd
67 lines
1.1 KiB
CSS
67 lines
1.1 KiB
CSS
.metabox-holder .postbox h3, #poststuff .postbox h3 {
|
|
padding-left:0;
|
|
padding-right: 23px;
|
|
}
|
|
* html #poststuff .postarea, * html #poststuff #titlediv {
|
|
margin-left:0;
|
|
margin-right: 3%;
|
|
}
|
|
* html #poststuff h2 {
|
|
margin-right: 0;
|
|
}
|
|
#bh {
|
|
padding-right:0;
|
|
padding-left: 15px;
|
|
}
|
|
div#dashboard-widgets {
|
|
padding-right:0;
|
|
padding-left: 1px;
|
|
}
|
|
#tagchecklist span a {
|
|
margin: 4px -9px 0 0;
|
|
}
|
|
.widefat th input {
|
|
margin: 0 5px 0 0;
|
|
}
|
|
/* ---------- add by navid */
|
|
#sidemenu a { /* fix left admin buttom ex. plugins, options */
|
|
float:left;
|
|
}
|
|
.wrap h2 {
|
|
margin:5px 4px 0 0;
|
|
}
|
|
#editor-toolbar {/* fix hover in media uploader icon */
|
|
direction:ltr;
|
|
}
|
|
#TB_window { /* fix theme preview */
|
|
left:2%;
|
|
}
|
|
/* fix widget page */
|
|
form#widgets-filter {
|
|
position:static;
|
|
}
|
|
#widget-search {
|
|
display:none;
|
|
}
|
|
/* fix manage comment page */
|
|
.view-switch {
|
|
float:left;
|
|
}
|
|
form#posts-filter {
|
|
position:static;
|
|
}
|
|
.search-box {
|
|
display:none;
|
|
}
|
|
#submenu {
|
|
margin-right: 20px;
|
|
}
|
|
/* Fixes for media-upload window */
|
|
/* Center media-upload panel on screen */
|
|
#TB_window {
|
|
width: 670px;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-right: 335px !important; }
|