[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-admin/css/ -> ie-rtl.dev.css (source)

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


Generated: Fri May 25 03:56:23 2012 Hosted by follow the white rabbit.