2008-10-09 01:32:34 +02:00
|
|
|
.metabox-holder .postbox h3, #poststuff .postbox h3 {
|
2008-08-18 17:47:32 +02:00
|
|
|
padding-left:0;
|
|
|
|
padding-right: 23px;
|
2008-03-24 03:51:51 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
* html #poststuff .postarea, * html #poststuff #titlediv {
|
|
|
|
margin-left:0;
|
|
|
|
margin-right: 3%;
|
2008-08-05 21:48:04 +02:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
* html #poststuff h2 {
|
|
|
|
margin-right: 0;
|
2008-03-24 03:51:51 +01:00
|
|
|
}
|
|
|
|
#bh {
|
2008-08-18 17:47:32 +02:00
|
|
|
padding-right:0;
|
2008-03-24 03:51:51 +01:00
|
|
|
padding-left: 15px;
|
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
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;
|
2008-03-19 17:08:03 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
/* ---------- add by navid */
|
|
|
|
#sidemenu a { /* fix left admin buttom ex. plugins, options */
|
|
|
|
float:left;
|
2008-03-24 03:51:51 +01:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
.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 */
|
2008-09-28 14:29:19 +02:00
|
|
|
.view-switch {
|
2008-03-19 17:08:03 +01:00
|
|
|
float:left;
|
2008-08-08 19:23:30 +02:00
|
|
|
}
|
2008-08-18 17:47:32 +02:00
|
|
|
form#posts-filter {
|
|
|
|
position:static;
|
|
|
|
}
|
2008-09-06 01:19:08 +02:00
|
|
|
.search-box {
|
2008-08-18 17:47:32 +02:00
|
|
|
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; }
|