wp/wp-admin/css/ie-rtl.css
changeset 0 d970ebf37754
child 5 5e2f62d02dcd
equal deleted inserted replaced
-1:000000000000 0:d970ebf37754
       
     1 
       
     2 body {
       
     3 	direction: rtl;
       
     4 	width: 99.5%;
       
     5 }
       
     6 
       
     7 .rtl #adminmenuback {
       
     8 	left: auto;
       
     9 	right: 0;
       
    10 	background-image: none;
       
    11 }
       
    12 
       
    13 .rtl #adminmenuback,
       
    14 .rtl #adminmenuwrap {
       
    15 	border-width: 0 0 0 1px;
       
    16 }
       
    17 
       
    18 #plupload-upload-ui {
       
    19 	zoom: 1;
       
    20 }
       
    21 
       
    22 .post-com-count-wrapper a.post-com-count {
       
    23 	float: none;
       
    24 }
       
    25 
       
    26 #adminmenu .wp-submenu ul {
       
    27 	width: 99%;
       
    28 }
       
    29 
       
    30 #adminmenu .wp-submenu .wp-submenu .wp-submenu,
       
    31 #adminmenu .wp-menu-open .wp-submenu .wp-submenu {
       
    32 	border: 1px solid #dfdfdf;
       
    33 }
       
    34 
       
    35 .folded #adminmenu .wp-submenu {
       
    36 	right: 30px;
       
    37 }
       
    38 
       
    39 #wpcontent #adminmenu .wp-submenu li.wp-submenu-head {
       
    40 	padding: 3px 10px 4px 4px;
       
    41 }
       
    42 
       
    43 div.quicktags-toolbar input {
       
    44 	min-width: 0;
       
    45 }
       
    46 
       
    47 .inline-edit-row fieldset label span.title {
       
    48 	float: right;
       
    49 }
       
    50 
       
    51 .inline-edit-row fieldset label span.input-text-wrap {
       
    52 	margin-right: 0;
       
    53 }
       
    54 
       
    55 p.search-box {
       
    56 	float: left;
       
    57 }
       
    58 
       
    59 #bh {
       
    60 	margin: 7px 10px 0 0;
       
    61 	float: left;
       
    62 }
       
    63 
       
    64 .postbox div.inside,
       
    65 .wp-editor-wrap .wp-editor-container .wp-editor-area,
       
    66 #nav-menu-theme-locations .howto select {
       
    67 	width: 97.5%;
       
    68 }
       
    69 
       
    70 /* without this dashboard widgets appear in one column for some screen widths */
       
    71 div#dashboard-widgets {
       
    72 	padding-right: 0;
       
    73 	padding-left: 1px;
       
    74 }
       
    75 
       
    76 .widefat th input {
       
    77 	margin: 0 5px 0 0;
       
    78 }
       
    79 
       
    80 /* ---------- add by navid */
       
    81 #TB_window {
       
    82 	width: 670px;
       
    83 	position: absolute;
       
    84 	top: 50%;
       
    85 	left: 50%;
       
    86 	margin-right: 335px !important;
       
    87 }
       
    88 
       
    89 #dashboard_plugins {
       
    90 	direction: ltr;
       
    91 }
       
    92 
       
    93 #dashboard_plugins h3.hndle {
       
    94 	direction: rtl;
       
    95 }
       
    96 
       
    97 #dashboard_incoming_links ul li,
       
    98 #dashboard_secondary ul li,
       
    99 #dashboard_primary ul li,
       
   100 p.row-actions {
       
   101 	width: 100%;
       
   102 }
       
   103 
       
   104 #post-status-info {
       
   105 	height: 25px;
       
   106 }
       
   107 
       
   108 p.submit { /* quick edit and reply in edit-comments.php */
       
   109 	height:22px;
       
   110 }
       
   111 
       
   112 .available-theme .action-links li {
       
   113 	padding-left: 7px;
       
   114 	margin-left: 7px;
       
   115 }
       
   116 
       
   117 form#widgets-filter { /* fix widget page */
       
   118 	position: static;
       
   119 }
       
   120 
       
   121 /* nav menus
       
   122 .menu-max-depth-0 #menu-management { width: 460px; }
       
   123 .menu-max-depth-1 #menu-management { width: 490px; }
       
   124 .menu-max-depth-2 #menu-management { width: 520px; }
       
   125 .menu-max-depth-3 #menu-management { width: 550px; }
       
   126 .menu-max-depth-4 #menu-management { width: 580px; }
       
   127 .menu-max-depth-5 #menu-management { width: 610px; }
       
   128 .menu-max-depth-6 #menu-management { width: 640px; }
       
   129 .menu-max-depth-7 #menu-management { width: 670px; }
       
   130 .menu-max-depth-8 #menu-management { width: 700px; }
       
   131 .menu-max-depth-9 #menu-management { width: 730px; }
       
   132 .menu-max-depth-10 #menu-management { width: 760px; }
       
   133 .menu-max-depth-11 #menu-management { width: 790px; }
       
   134 */
       
   135 .menu-item-depth-0 { margin-left: 0px; }
       
   136 .menu-item-depth-1 { margin-left: -30px; }
       
   137 .menu-item-depth-2 { margin-left: -60px; }
       
   138 .menu-item-depth-3 { margin-left: -90px; }
       
   139 .menu-item-depth-4 { margin-left: -120px; }
       
   140 .menu-item-depth-5 { margin-left: -150px; }
       
   141 .menu-item-depth-6 { margin-left: -180px; }
       
   142 .menu-item-depth-7 { margin-left: -210px; }
       
   143 .menu-item-depth-8 { margin-left: -240px; }
       
   144 .menu-item-depth-9 { margin-left: -270px; }
       
   145 .menu-item-depth-10 { margin-left: -300px; }
       
   146 .menu-item-depth-11 { margin-left: -330px; }
       
   147 
       
   148 /*
       
   149 #menu-to-edit li dl {
       
   150 	padding: 0 !important;
       
   151 	margin: 0 !important;
       
   152 }
       
   153 
       
   154 .ui-sortable-helper .menu-item-transport {
       
   155 	margin-top: 13px;
       
   156 }
       
   157 
       
   158 .ui-sortable-helper .menu-item-transport .menu-item-transport {
       
   159 	margin-top: 0;
       
   160 }
       
   161 */
       
   162 
       
   163 #menu-management,
       
   164 .nav-menus-php .menu-edit,
       
   165 #nav-menu-header .submitbox {
       
   166 	zoom: 1;
       
   167 }
       
   168 
       
   169 .nav-menus-php label {
       
   170 	max-width: 90% !important;
       
   171 }
       
   172 
       
   173 p.button-controls,
       
   174 .nav-menus-php .tabs-panel {
       
   175 	max-width: 90%;
       
   176 }
       
   177 
       
   178 .nav-menus-php .major-publishing-actions .publishing-action {
       
   179 	float: none;
       
   180 }
       
   181 
       
   182 #wpbody #nav-menu-header label {
       
   183 	float: none;
       
   184 }
       
   185 
       
   186 #nav-menu-header {
       
   187 	margin-top: -10px;
       
   188 }
       
   189 
       
   190 #nav-menu-footer {
       
   191 	margin-bottom: -20px;
       
   192 }
       
   193 
       
   194 #update-nav-menu .publishing-action {
       
   195 	max-width: 200px;
       
   196 }
       
   197 
       
   198 #nav-menus-frame #update-nav-menu .delete-action {
       
   199 	margin-top: -25px;
       
   200 	float: left;
       
   201 }
       
   202 
       
   203 #menu-to-edit li {
       
   204 	margin-top: -10px;
       
   205 	margin-bottom: -10px;
       
   206 }
       
   207 
       
   208 .sortable-placeholder {
       
   209 	margin-top: 0 !important;
       
   210 	margin-left: 0 !important;
       
   211 	margin-bottom: 13px !important;
       
   212 	padding: 0 !important;
       
   213 }
       
   214 
       
   215 .auto-add-pages {
       
   216 	clear: both;
       
   217 	float: none;
       
   218 }
       
   219 
       
   220 #nav-menus-frame .open-label span {
       
   221 	float: none;
       
   222 	display: inline-block;
       
   223 }
       
   224 
       
   225 #nav-menus-frame .delete-action {
       
   226 	float: none;
       
   227 }
       
   228 
       
   229 #title-wrap #title-prompt-text {
       
   230 	right: 0;
       
   231 }
       
   232 
       
   233 .screen-reader-text {
       
   234 	right: auto;
       
   235 	text-indent: -1000em;
       
   236 }