[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  /*! This file is auto-generated */
   2  /* Fixes for IE 7 bugs */
   3  
   4  #dashboard-widgets form .input-text-wrap input,
   5  #dashboard-widgets form .textarea-wrap textarea {
   6      width: 99%;
   7  }
   8  
   9  #dashboard-widgets form #title {
  10      width: 98%;
  11  }
  12  
  13  #wpbody-content #dashboard-widgets .postbox-container {
  14      width: 49.5%;
  15  }
  16  
  17  #wpbody-content #dashboard-widgets #postbox-container-2,
  18  #wpbody-content #dashboard-widgets #postbox-container-3,
  19  #wpbody-content #dashboard-widgets #postbox-container-4 {
  20      float: left;
  21      width: 50.5%;
  22  }
  23  
  24  #dashboard-widgets #postbox-container-3 .empty-container,
  25  #dashboard-widgets #postbox-container-4 .empty-container {
  26      border: 0 none;
  27      height: 0;
  28      min-height: 0;
  29  }
  30  
  31  .wp-editor-wrap .wp-editor-tools,
  32  .wp-editor-wrap .wp-switch-editor,
  33  .wp-editor-wrap .wp-editor-tabs,
  34  .wp-editor-wrap .wp-editor-container {
  35      zoom: 100%;
  36  }
  37  
  38  .wp-editor-wrap .wp-editor-container textarea.wp-editor-area {
  39      width: 97%;
  40  }
  41  
  42  #post-body.columns-2 #postbox-container-1 {
  43      padding-right: 19px;
  44  }
  45  
  46  .welcome-panel .wp-badge {
  47      position: absolute;
  48  }
  49  
  50  .welcome-panel .welcome-panel-column:first-child {
  51      width: 35%;
  52  }
  53  
  54  #adminmenuback {
  55      right: 0;
  56      background-image: none;
  57  }
  58  
  59  #adminmenuwrap {
  60      position: static;
  61  }
  62  
  63  #adminmenu {
  64      position: relative;
  65  }
  66  
  67  #adminmenu,
  68  #adminmenu a {
  69      cursor: pointer;
  70  }
  71  
  72  #adminmenu li.wp-menu-separator,
  73  #adminmenu li.wp-menu-separator-last {
  74      font-size: 1px;
  75      line-height: 1;
  76  }
  77  
  78  #adminmenu a.menu-top {
  79      border-bottom: 0 none;
  80      border-top: 1px solid #ddd;
  81  }
  82  
  83  #adminmenu .separator {
  84      font-size: 1px;
  85      line-height: 1px;
  86  }
  87  
  88  #adminmenu .wp-submenu {
  89      right: 110px;
  90  }
  91  
  92  #adminmenu .wp-submenu ul {
  93      margin: 0;
  94  }
  95  
  96  .folded #wpcontent,
  97  .folded #wpfooter {
  98      margin-right: 170px;
  99  }
 100  
 101  .folded #adminmenuback,
 102  .folded #adminmenuwrap,
 103  .folded #adminmenu,
 104  .folded #adminmenu li.menu-top {
 105      width: 150px;
 106  }
 107  
 108  .folded #adminmenu .wp-submenu {
 109      border-top-color: transparent;
 110  }
 111  
 112  .folded #adminmenu .wp-menu-name {
 113      display: block;
 114  }
 115  
 116  .folded #adminmenu .wp-submenu.sub-open,
 117  .folded #adminmenu .opensub .wp-submenu {
 118      right: 110px;
 119  }
 120  
 121  .folded #adminmenu a.wp-has-current-submenu:focus + .wp-submenu,
 122  .folded #adminmenu .wp-has-current-submenu .wp-submenu {
 123      top: -1px;
 124      position: relative;
 125  }
 126  
 127  .folded #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head {
 128      background-color: transparent;
 129  }
 130  
 131  #adminmenu .wp-submenu .wp-submenu-head {
 132      border-top-color: #ddd;
 133  }
 134  
 135  .folded #adminmenu .wp-submenu ul {
 136      margin-right: 5px;
 137  }
 138  
 139  #adminmenu li.menu-top {
 140      margin-bottom: -2px;
 141  }
 142  
 143  #adminmenu .wp-menu-arrow {
 144      display: none !important;
 145  }
 146  
 147  .js.folded #adminmenu li.menu-top {
 148      display: block;
 149      zoom: 100%;
 150  }
 151  
 152  ul#adminmenu {
 153      z-index: 99;
 154  }
 155  
 156  #adminmenu li.menu-top a.menu-top {
 157      min-width: auto;
 158      width: auto;
 159  }
 160  
 161  #wpcontent #adminmenu li.wp-has-current-submenu a.wp-has-submenu {
 162      font-style: normal;
 163  }
 164  
 165  #wpcontent #adminmenu .wp-submenu li {
 166      padding: 0;
 167  }
 168  
 169  #adminmenu li.wp-has-current-submenu .wp-submenu {
 170      right: -40px;
 171  }
 172  
 173  #adminmenu .wp-menu-image {
 174      display: none !important;
 175  }
 176  
 177  #adminmenu a.menu-top .wp-menu-name {
 178      padding-right: 8px;
 179  }
 180  
 181  #collapse-menu {
 182      line-height: 23px;
 183  }
 184  
 185  #wpadminbar .ab-comments-icon {
 186      padding-top: 7px;
 187  }
 188  
 189  
 190  .theme-browser .theme {
 191      width: 30%;
 192      margin: 0 0 4% 3%;
 193      cursor: auto;
 194  }
 195  
 196  .theme-browser .theme:hover,
 197  .theme-browser .theme:focus {
 198      cursor: auto;
 199  }
 200  
 201  .theme-browser .theme .theme-screenshot {
 202      height: 180px;
 203  }
 204  
 205  .theme-browser .theme .theme-actions {
 206      position: static;
 207      background-color: #e8e8e8;
 208  }
 209  
 210  .theme-browser .theme .more-details {
 211      display: none;
 212  }
 213  
 214  .plugins td,
 215  .plugins th {
 216      border-top: 1px solid #ddd;
 217  }
 218  
 219  table.fixed th,
 220  table.fixed td {
 221      border-top: 1px solid #ddd;
 222  }
 223  
 224  #wpbody-content input.button,
 225  #wpbody-content input.button-primary {
 226      overflow: visible;
 227  }
 228  
 229  #dashboard-widgets h3 a {
 230      height: 14px;
 231      line-height: 14px;
 232  }
 233  
 234  #dashboard_browser_nag {
 235      color: #fff;
 236  }
 237  
 238  #dashboard_browser_nag .browser-icon {
 239      position: relative;
 240  }
 241  
 242  .tablenav-pages .current-page {
 243      vertical-align: middle;
 244  }
 245  
 246  #wpbody-content .postbox {
 247      border: 1px solid #ddd;
 248  }
 249  
 250  #wpbody-content .postbox .hndle {
 251      margin-bottom: -1px;
 252  }
 253  
 254  .major-publishing-actions,
 255  .wp-submenu,
 256  .wp-submenu li,
 257  #template,
 258  #template div,
 259  #editcat,
 260  #addcat {
 261      zoom: 100%;
 262  }
 263  
 264  .wp-menu-arrow {
 265      height: 28px;
 266  }
 267  
 268  .submitbox {
 269      margin-top: 10px;
 270  }
 271  
 272  /* Inline Editor */
 273  #wpbody-content .quick-edit-row-post .inline-edit-col-left {
 274      width: 39%;
 275  }
 276  
 277  #wpbody-content .inline-edit-row-post .inline-edit-col-center {
 278      width: 19%;
 279  }
 280  
 281  #wpbody-content .quick-edit-row-page .inline-edit-col-left {
 282      width: 49%;
 283  }
 284  
 285  #wpbody-content .bulk-edit-row .inline-edit-col-left {
 286      width: 29%;
 287  }
 288  
 289  .inline-edit-row .submit {
 290      zoom: 100%;
 291  }
 292  
 293  .inline-edit-row fieldset label span.title {
 294      display: block;
 295      float: right;
 296      width: 5em;
 297  }
 298  
 299  .inline-edit-row fieldset label span.input-text-wrap {
 300      margin-right: 0;
 301      zoom: 100%;
 302  }
 303  
 304  #wpbody-content .inline-edit-row fieldset label span.input-text-wrap input {
 305      line-height: 130%;
 306  }
 307  
 308  #wpbody-content .inline-edit-row .input-text-wrap input {
 309      width: 95%;
 310  }
 311  
 312  #wpbody-content .inline-edit-row .input-text-wrap input.inline-edit-password-input {
 313      width: 8em;
 314  }
 315  /* end Inline Editor */
 316  
 317  #titlediv #title {
 318      width: 98%;
 319  }
 320  
 321  .button,
 322  input[type="reset"],
 323  input[type="button"],
 324  input[type="submit"] {
 325      padding: 0 8px;
 326      line-height: 20px;
 327      height: auto;
 328  }
 329  
 330  .button.button-large,
 331  input[type="reset"].button-large,
 332  input[type="button"].button-large,
 333  input[type="submit"].button-large {
 334      padding: 0 10px;
 335      line-height: 24px;
 336      height: auto;
 337  }
 338  
 339  .button.button-small,
 340  input[type="reset"].button-small,
 341  input[type="button"].button-small,
 342  input[type="submit"].button-small {
 343      padding: 0 6px;
 344      line-height: 16px;
 345      height: auto;
 346  }
 347  
 348  a.button {
 349      margin: 1px;
 350      padding: 1px 9px 2px;
 351  }
 352  
 353  a.button.button-large {
 354      padding: 1px 11px 2px;
 355  }
 356  
 357  a.button.button-small {
 358      padding: 1px 7px 2px;
 359  }
 360  
 361  #screen-options-wrap {
 362      overflow: hidden;
 363  }
 364  
 365  #the-comment-list .comment-item,
 366  #post-status-info,
 367  #wpwrap,
 368  #wrap,
 369  #postdivrich,
 370  #postdiv,
 371  #poststuff,
 372  .metabox-holder,
 373  #titlediv,
 374  #post-body,
 375  #editorcontainer,
 376  .tablenav,
 377  .widget-liquid-left,
 378  .widget-liquid-right,
 379  #widgets-left,
 380  .widgets-sortables,
 381  #dragHelper,
 382  .widget .widget-top,
 383  .widget-control-actions,
 384  .tagchecklist,
 385  #col-container,
 386  #col-left,
 387  #col-right,
 388  .fileedit-sub {
 389      display: block;
 390      zoom: 100%;
 391  }
 392  
 393  p.search-box {
 394      position: static;
 395      float: left;
 396      margin: -3px 0 4px;
 397  }
 398  
 399  #widget-list .widget {
 400      display: inline;
 401  }
 402  
 403  #editorcontainer #content {
 404      overflow: auto;
 405      margin: auto;
 406      width: 98%;
 407  }
 408  
 409  form#template div {
 410      width: 100%;
 411  }
 412  
 413  .wp-editor-container .quicktags-toolbar input {
 414      overflow: visible;
 415      padding: 0 4px;
 416  }
 417  
 418  #poststuff h2 {
 419      font-size: 1.6em;
 420  }
 421  
 422  #poststuff .inside #parent_id,
 423  #poststuff .inside #page_template,
 424  .inline-edit-row #post_parent,
 425  .inline-edit-row select[name="page_template"] {
 426      width: 250px;
 427  }
 428  
 429  #submitdiv input,
 430  #submitdiv select,
 431  #submitdiv a.button {
 432      position: relative;
 433  }
 434  
 435  #bh {
 436      margin: 7px 0 0 10px;
 437      float: left;
 438  }
 439  
 440  /* without this dashboard widgets appear in one column for some screen widths */
 441  div#dashboard-widgets {
 442      padding-left: 1px;
 443  }
 444  
 445  .tagchecklist > li, .tagchecklist .ntdelbutton {
 446      display: inline-block;
 447      display: block;
 448  }
 449  
 450  .tagchecklist .ntdelbutton:focus .remove-tag-icon:before {
 451      outline: 1px solid #5b9dd9;
 452  }
 453  
 454  .tablenav .button,
 455  .nav .button {
 456      padding-top: 2px;
 457      padding-bottom: 2px;
 458  }
 459  
 460  .tablenav select {
 461      font-size: 13px;
 462      display: inline-block;
 463      vertical-align: top;
 464      margin-top: 2px;
 465  }
 466  
 467  .tablenav .actions select {
 468      width: 155px;
 469  }
 470  
 471  .subsubsub li {
 472      display: inline;
 473  }
 474  
 475  table.ie-fixed {
 476      table-layout: fixed;
 477  }
 478  
 479  .widefat tr,
 480  .widefat th,
 481  .widefat thead td,
 482  .widefat tfoot td {
 483      margin-bottom: 0;
 484      border-spacing: 0;
 485  }
 486  
 487  .widefat th input,
 488  .widefat thead td input,
 489  .widefat tfoot td input {
 490      margin: 0 5px 0 0;
 491  }
 492  
 493  .widefat thead .check-column,
 494  .widefat tfoot .check-column {
 495      padding-top: 6px;
 496  }
 497  
 498  .widefat tbody th.check-column,
 499  .media.widefat tbody th.check-column {
 500      padding: 4px 0 0;
 501  }
 502  
 503  .widefat {
 504      empty-cells: show;
 505      border-collapse: collapse;
 506  }
 507  
 508  .tablenav a.button {
 509      display: inline-block;
 510      padding: 2px 5px;
 511  }
 512  
 513  .inactive-sidebar .widgets-sortables {
 514      padding-bottom: 8px;
 515  }
 516  
 517  #available-widgets .widget-holder {
 518      padding-bottom: 65px;
 519  }
 520  
 521  #widgets-left .inactive {
 522      padding-bottom: 10px;
 523  }
 524  
 525  .widget-liquid-right .widget,
 526  .inactive-sidebar .widget {
 527      position: relative;
 528  }
 529  
 530  .inactive-sidebar .widget {
 531      display: block;
 532      float: right;
 533  }
 534  
 535  #wpcontent .button-primary-disabled {
 536      color: #9FD0D5;
 537      background: #298CBA;
 538  }
 539  
 540  #the-comment-list .unapproved tr,
 541  #the-comment-list .unapproved td {
 542      background-color: #ffffe0;
 543  }
 544  
 545  .imgedit-submit {
 546      width: 300px;
 547  }
 548  
 549  #nav-menus-frame,
 550  #wpbody,
 551  .menu li {
 552      zoom: 100%;
 553  }
 554  
 555  #update-nav-menu #post-body {
 556      overflow: hidden;
 557  }
 558  
 559  .menu li {
 560      min-width: 100%;
 561  }
 562  
 563  .menu li.sortable-placeholder {
 564      min-width: 400px;
 565  }
 566  
 567  .available-theme {
 568      display: inline;
 569  }
 570  
 571  .available-theme ul {
 572      margin: 0;
 573  }
 574  
 575  .available-theme .action-links li {
 576      padding-left: 7px;
 577      margin-left: 7px;
 578  }
 579  
 580  .about-wrap .three-col.about-updates .col-2 {
 581      width: 15%;
 582  }
 583  
 584  .about-wrap .about-password-meter input {
 585      width: 98%;
 586  }
 587  
 588  .revisions-tickmarks,
 589  .revisions-tooltip {
 590      display: none !important;
 591  }
 592  
 593  .revisions.pinned .revisions-controls {
 594      position: relative;
 595  }
 596  
 597  input[type="password"],
 598  .login form .input {
 599      font-family: sans-serif;
 600  }
 601  
 602  /* TinyMCE icons */
 603  .mce-btn i.mce-i-bold,
 604  .mce-btn i.mce-i-italic,
 605  .mce-btn i.mce-i-bullist,
 606  .mce-btn i.mce-i-numlist,
 607  .mce-btn i.mce-i-blockquote,
 608  .mce-btn i.mce-i-alignleft,
 609  .mce-btn i.mce-i-aligncenter,
 610  .mce-btn i.mce-i-alignright,
 611  .mce-btn i.mce-i-link,
 612  .mce-btn i.mce-i-unlink,
 613  .mce-btn i.mce-i-wp_more,
 614  .mce-btn i.mce-i-strikethrough,
 615  .mce-btn i.mce-i-spellchecker,
 616  .mce-btn i.mce-i-fullscreen,
 617  .mce-btn i.mce-i-wp_fullscreen,
 618  .mce-btn i.mce-i-wp_adv,
 619  .mce-btn i.mce-i-underline,
 620  .mce-btn i.mce-i-alignjustify,
 621  .mce-btn i.mce-i-forecolor,
 622  .mce-btn i.mce-i-pastetext,
 623  .mce-btn i.mce-i-pasteword,
 624  .mce-btn i.mce-i-removeformat,
 625  .mce-btn i.mce-i-charmap,
 626  .mce-btn i.mce-i-outdent,
 627  .mce-btn i.mce-i-indent,
 628  .mce-btn i.mce-i-undo,
 629  .mce-btn i.mce-i-redo,
 630  .mce-btn i.mce-i-help,
 631  .mce-btn i.mce-i-wp_help,
 632  .mce-btn i.mce-i-wp-media-library,
 633  .mce-btn i.mce-i-ltr,
 634  .mce-btn i.mce-i-wp_page,
 635  .mce-btn i.mce-i-hr,
 636  .mce-close {
 637      font-family: tinymce, Arial;
 638      font-style: normal;
 639      font-weight: 400;
 640      font-variant: normal;
 641      font-size: 16px;
 642      margin-right: 0;
 643      padding-left: 0;
 644  }
 645  
 646  .mce-btn i.mce-i-wp_fullscreen,
 647  .qt-fullscreen {
 648      -ie7-icon: "\e023";
 649  }
 650  
 651  .mce-btn i.mce-i-wp_more,
 652  .mce-btn i.mce-i-wp_page {
 653      -ie7-icon: "\e027";
 654  }
 655  
 656  .mce-btn i.mce-i-wp_adv {
 657      background-color: #a0a5aa;
 658  }
 659  
 660  .mce-btn i.mce-i-help,
 661  .mce-btn i.mce-i-wp_help {
 662      -ie7-icon: "\e016";
 663  }
 664  
 665  
 666  /* IE6 leftovers */
 667  * html .row-actions {
 668      visibility: visible;
 669  }
 670  
 671  * html div.widget-liquid-left,
 672  * html div.widget-liquid-right {
 673      display: block;
 674      position: relative;
 675  }
 676  
 677  * html #editorcontainer {
 678      padding: 0;
 679  }
 680  
 681  * html #poststuff h2 {
 682      margin-right: 0;
 683  }
 684  
 685  * html .stuffbox,
 686  * html .stuffbox input,
 687  * html .stuffbox textarea {
 688      border: 1px solid #ddd;
 689  }
 690  
 691  * html div.widget-liquid-left {
 692      width: 99%;
 693  }
 694  
 695  * html .widgets-sortables {
 696      height: 50px;
 697  }
 698  
 699  * html a#content_resize {
 700      left: -2px;
 701  }
 702  
 703  * html .widget-title h4 {
 704      width: 205px;
 705  }
 706  
 707  * html #removing-widget .in-widget-title {
 708      display: none;
 709  }
 710  
 711  * html .media-item .pinkynail {
 712      height: 32px;
 713      width: 40px;
 714  }
 715  
 716  * html .describe .field input.text,
 717  * html .describe .field textarea {
 718      width: 440px;
 719  }
 720  
 721  * html input {
 722      border: 1px solid #ddd;
 723  }
 724  
 725  * html .edit-box {
 726      display: inline;
 727  }
 728  
 729  * html .postbox-container .meta-box-sortables {
 730      height: 300px;
 731  }
 732  
 733  * html #wpbody-content #screen-options-link-wrap {
 734      display: inline-block;
 735      width: 150px;
 736      text-align: center;
 737  }
 738  
 739  * html #wpbody-content #contextual-help-link-wrap {
 740      display: inline-block;
 741      width: 100px;
 742      text-align: center;
 743  }
 744  
 745  * html #adminmenu {
 746      margin-right: -80px;
 747  }
 748  
 749  * html .folded #adminmenu {
 750      margin-right: -22px;
 751  }
 752  
 753  * html #wpcontent #adminmenu li.menu-top {
 754      display: inline;
 755      padding: 0;
 756      margin: 0;
 757  }
 758  
 759  * html #wpfooter {
 760      margin: 0;
 761  }
 762  
 763  * html #adminmenu div.wp-menu-image {
 764      height: 29px;
 765  }


Generated : Wed May 6 08:20:01 2020 Cross-referenced by PHPXref