2010-06-05 23:04:48 +02:00
|
|
|
html {
|
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
2010-02-20 22:00:19 +01:00
|
|
|
* html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle {
|
2010-05-31 08:33:46 +02:00
|
|
|
background: url(../images/menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -109px;
|
2010-02-20 22:00:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
* html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle {
|
2010-05-31 08:33:46 +02:00
|
|
|
background: url(../images/menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -206px;
|
2010-02-20 22:00:19 +01:00
|
|
|
}
|
|
|
|
* html #adminmenu {
|
|
|
|
margin-left:0;
|
|
|
|
margin-right: -80px;
|
|
|
|
}
|
|
|
|
* html div.folded #adminmenu {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: -22px;
|
|
|
|
}
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
* html #poststuff h2 {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
#bh {
|
|
|
|
margin: 7px 10px 0 0;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
#user_info + div#favorite-actions {
|
|
|
|
right: auto;
|
|
|
|
left: 15px;
|
|
|
|
}
|
|
|
|
#wphead-info {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
/* without this dashboard widgets appear in one column for some screen widths */
|
|
|
|
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 */
|
|
|
|
#TB_window {
|
|
|
|
width: 670px;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
margin-right: 335px !important;
|
|
|
|
}
|
|
|
|
#dashboard_plugins {
|
|
|
|
direction: ltr;
|
|
|
|
}
|
|
|
|
#dashboard_plugins h3.hndle {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
#dashboard_incoming_links ul li,
|
|
|
|
#dashboard_secondary ul li,
|
|
|
|
#dashboard_primary ul li,
|
|
|
|
p.row-actions {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#favorite-inside {
|
|
|
|
position: absolute;
|
|
|
|
right:0;
|
|
|
|
}
|
|
|
|
#post-status-info {
|
|
|
|
height: 25px;
|
|
|
|
}
|
|
|
|
#screen-meta {
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
p.submit { /* quick edit and reply in edit-comments.php */
|
|
|
|
height:22px;
|
|
|
|
}
|
|
|
|
.inner-sidebar { /* fix edit single comment */
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
form#widgets-filter { /* fix widget page */
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html .meta-box-sortables .postbox .handlediv {
|
|
|
|
background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -111px;
|
|
|
|
}
|
2010-06-11 17:30:12 +02:00
|
|
|
|
|
|
|
/* nav menus */
|
|
|
|
.menu-max-depth-0 #menu-management { width: 460px; }
|
|
|
|
.menu-max-depth-1 #menu-management { width: 490px; }
|
|
|
|
.menu-max-depth-2 #menu-management { width: 520px; }
|
|
|
|
.menu-max-depth-3 #menu-management { width: 550px; }
|
|
|
|
.menu-max-depth-4 #menu-management { width: 580px; }
|
|
|
|
.menu-max-depth-5 #menu-management { width: 610px; }
|
|
|
|
.menu-max-depth-6 #menu-management { width: 640px; }
|
|
|
|
.menu-max-depth-7 #menu-management { width: 670px; }
|
|
|
|
.menu-max-depth-8 #menu-management { width: 700px; }
|
|
|
|
.menu-max-depth-9 #menu-management { width: 730px; }
|
|
|
|
.menu-max-depth-10 #menu-management { width: 760px; }
|
|
|
|
.menu-max-depth-11 #menu-management { width: 790px; }
|
|
|
|
|
|
|
|
.menu-item-depth-0 { margin-left: 0px; }
|
|
|
|
.menu-item-depth-1 { margin-left: -30px; }
|
|
|
|
.menu-item-depth-2 { margin-left: -60px; }
|
|
|
|
.menu-item-depth-3 { margin-left: -90px; }
|
|
|
|
.menu-item-depth-4 { margin-left: -120px; }
|
|
|
|
.menu-item-depth-5 { margin-left: -150px; }
|
|
|
|
.menu-item-depth-6 { margin-left: -180px; }
|
|
|
|
.menu-item-depth-7 { margin-left: -210px; }
|
|
|
|
.menu-item-depth-8 { margin-left: -240px; }
|
|
|
|
.menu-item-depth-9 { margin-left: -270px; }
|
|
|
|
.menu-item-depth-10 { margin-left: -300px; }
|
|
|
|
.menu-item-depth-11 { margin-left: -330px; }
|
|
|
|
|
|
|
|
#menu-to-edit li dl {
|
|
|
|
padding: 0 !important;
|
|
|
|
margin: 0 !important;
|
|
|
|
}
|
|
|
|
.ui-sortable-helper .menu-item-transport {
|
|
|
|
margin-top: 13px;
|
|
|
|
}
|
|
|
|
.ui-sortable-helper .menu-item-transport .menu-item-transport {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
.sortable-placeholder {
|
|
|
|
margin-top: 0 !important;
|
|
|
|
margin-left: 0 !important;
|
|
|
|
margin-bottom: 13px !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
.auto-add-pages {
|
|
|
|
clear: both;
|
|
|
|
float: none;
|
|
|
|
}
|
2010-06-11 22:19:35 +02:00
|
|
|
#nav-menus-frame .open-label span {
|
|
|
|
float: none;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
#nav-menus-frame .delete-action {
|
|
|
|
float: none;
|
2010-06-11 17:30:12 +02:00
|
|
|
}
|