2008-11-14 19:27:52 +01:00
|
|
|
* html #wpbody-content {
|
|
|
|
float: left;
|
2008-03-24 03:51:51 +01:00
|
|
|
}
|
2008-11-14 19:27:52 +01:00
|
|
|
#wphead-info {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
* html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle {
|
|
|
|
background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -108px;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle {
|
|
|
|
background: url(../images/menu-bits-rtl.gif) no-repeat scroll right -206px;
|
|
|
|
}
|
|
|
|
#wpcontent #adminmenu .wp-submenu li.wp-submenu-head {
|
|
|
|
padding: 3px 10px 4px 4px;
|
|
|
|
}
|
|
|
|
.inline-edit-row fieldset label span.title {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
.inline-edit-row fieldset label span.input-text-wrap {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
p.search-box {
|
|
|
|
float: left;
|
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-11-14 19:27:52 +01:00
|
|
|
margin: 3px 6px 0 0;
|
|
|
|
float: left;
|
2008-03-24 03:51:51 +01:00
|
|
|
}
|
2008-11-14 19:27:52 +01:00
|
|
|
/* without this dashboard widgets appear in one column for some screen widths */
|
2008-08-18 17:47:32 +02:00
|
|
|
div#dashboard-widgets {
|
2008-11-14 19:27:52 +01:00
|
|
|
padding-right: 0;
|
2008-08-18 17:47:32 +02:00
|
|
|
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-11-14 19:27:52 +01:00
|
|
|
/* ---------- add by navid */
|
|
|
|
#TB_window {
|
|
|
|
width: 670px;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
margin-right: 335px !important;
|
2008-03-24 03:51:51 +01:00
|
|
|
}
|
2008-11-14 19:27:52 +01:00
|
|
|
#dashboard_plugins {
|
|
|
|
direction: ltr;
|
2008-08-18 17:47:32 +02:00
|
|
|
}
|
2008-11-14 19:27:52 +01:00
|
|
|
#dashboard_plugins h3.hndle {
|
|
|
|
direction: rtl;
|
2008-08-18 17:47:32 +02:00
|
|
|
}
|
2008-11-14 19:27:52 +01:00
|
|
|
#dashboard_incoming_links ul li, #dashboard_secondary ul li, #dashboard_primary ul li, p.comment-actions {
|
|
|
|
width: 100%;
|
2008-08-18 17:47:32 +02:00
|
|
|
}
|
2008-11-14 19:27:52 +01:00
|
|
|
#favorite-inside {
|
|
|
|
position: absolute;
|
|
|
|
right:0;
|
2008-08-18 17:47:32 +02:00
|
|
|
}
|
2008-11-14 19:27:52 +01:00
|
|
|
#post-status-info {
|
|
|
|
height: 25px;
|
2008-08-18 17:47:32 +02:00
|
|
|
}
|
2008-11-14 19:27:52 +01:00
|
|
|
#screen-meta {
|
|
|
|
position: static;
|
2008-08-08 19:23:30 +02:00
|
|
|
}
|
2008-11-14 19:27:52 +01:00
|
|
|
p.submit { /* quick edit and reply in edit-comments.php */
|
|
|
|
height:22px;
|
2008-08-18 17:47:32 +02:00
|
|
|
}
|
2008-11-14 19:27:52 +01:00
|
|
|
.inner-sidebar { /* fix edit single comment */
|
|
|
|
position: static;
|
2008-08-18 17:47:32 +02:00
|
|
|
}
|
2008-11-14 19:27:52 +01:00
|
|
|
form#widgets-filter { /* fix widget page */
|
|
|
|
position: static;
|
2008-08-18 17:47:32 +02:00
|
|
|
}
|