[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

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

   1  /* Fixes for IE 7 bugs */
   2  
   3  .wp-editor-wrap .wp-editor-container textarea.wp-editor-area {
   4      width: 97%;
   5  }
   6  
   7  #post-body.columns-2 #postbox-container-1 {
   8      padding-left: 19px;
   9  }
  10  
  11  .welcome-panel .wp-badge {
  12      position: absolute;
  13  }
  14  
  15  .welcome-panel .welcome-panel-column {
  16      margin: 0 -25px 0 4%;
  17  }
  18  
  19  #wp-fullscreen-title {
  20      width: 97%;
  21  }
  22  
  23  #wp_mce_fullscreen_ifr {
  24      background-color: #f9f9f9;
  25  }
  26  
  27  #wp-fullscreen-tagline {
  28      color: #888;
  29      font-size: 14px;
  30  }
  31  
  32  #adminmenushadow {
  33      display: none;
  34  }
  35  
  36  #adminmenuback {
  37      left: 0;
  38      background-image: none;
  39  }
  40  
  41  #adminmenuwrap {
  42      position: static;
  43  }
  44  
  45  #adminmenu {
  46      position: relative;
  47  }
  48  
  49  #adminmenu li.wp-menu-separator,
  50  #adminmenu li.wp-menu-separator-last {
  51      font-size: 1px;
  52      line-height: 1;
  53  }
  54  
  55  #adminmenu a.menu-top {
  56      border-bottom: 0 none;
  57      border-top: 1px solid #ddd;
  58  }
  59  
  60  #adminmenu .separator {
  61      font-size: 1px;
  62      line-height: 1px;
  63  }
  64  
  65  #adminmenu .wp-submenu ul {
  66      margin: 0;
  67  }
  68  
  69  .folded #adminmenu .wp-submenu ul {
  70      margin-left: 5px;
  71  }
  72  
  73  #adminmenu li.menu-top {
  74      margin-bottom: -2px;
  75  }
  76  
  77  #adminmenu li.wp-not-current-submenu:hover .wp-menu-arrow {
  78      display: none;
  79  }
  80  
  81  #wpcontent #adminmenu .wp-submenu li.wp-submenu-head {
  82      padding: 3px 4px 4px 10px;
  83      zoom: 100%;
  84  }
  85  
  86  .js.folded #adminmenu .menu-top {
  87      height: 30px;
  88  }
  89  
  90  .js.folded #adminmenu .wp-submenu {
  91      margin: -1px 0 0 0;
  92  }
  93  
  94  .js.folded #adminmenu li.menu-top {
  95      display: block;
  96      zoom: 100%;
  97  }
  98  
  99  ul#adminmenu {
 100      z-index: 99;
 101  }
 102  
 103  #adminmenu li.menu-top a.menu-top {
 104      min-width: auto;
 105      width: auto;
 106  }
 107  
 108  #wpcontent #adminmenu li.wp-has-current-submenu a.wp-has-submenu {
 109      font-style: normal;
 110  }
 111  
 112  #wpcontent #adminmenu .wp-submenu li {
 113      padding: 0;
 114  }
 115  
 116  #collapse-menu {
 117      line-height: 23px;
 118  }
 119  
 120  #wpadminbar .ab-comments-icon {
 121      padding-top: 7px;
 122  }
 123  
 124  table.fixed th,
 125  table.fixed td {
 126      border-top: 1px solid #ddd;
 127  }
 128  
 129  #wpbody-content input.button,
 130  #wpbody-content input.button-primary,
 131  #wpbody-content input.button-secondary,
 132  #wpbody-content input.button-highlighted {
 133      overflow: visible;
 134  }
 135  
 136  #dashboard-widgets #dashboard_quick_press form p.submit #publish {
 137      float: none;
 138  }
 139  
 140  #dashboard-widgets h3 a {
 141      height: 14px;
 142      line-height: 14px;
 143  }
 144  
 145  #dashboard_browser_nag {
 146      color: #fff;
 147  }
 148  
 149  #dashboard_browser_nag .browser-icon {
 150      position: relative;
 151  }
 152  
 153  .tablenav-pages .current-page {
 154      vertical-align: middle;
 155  }
 156  
 157  #wpbody-content .postbox {
 158      border: 1px solid #dfdfdf;
 159  }
 160  
 161  #wpbody-content .postbox h3 {
 162      margin-bottom: -1px;
 163  }
 164  
 165  .major-publishing-actions,
 166  .wp-submenu,
 167  .wp-submenu li,
 168  .wp-menu-toggle,
 169  #template,
 170  #template div,
 171  #editcat,
 172  #addcat {
 173      zoom: 100%;
 174  }
 175  
 176  .wp-menu-arrow {
 177      height: 28px;
 178  }
 179  
 180  .submitbox {
 181      margin-top: 10px;
 182  }
 183  
 184  /* Inline Editor */
 185  #wpbody-content .quick-edit-row-post .inline-edit-col-left {
 186      width: 39%;
 187  }
 188  
 189  #wpbody-content .inline-edit-row-post .inline-edit-col-center {
 190      width: 19%;
 191  }
 192  
 193  #wpbody-content .quick-edit-row-page .inline-edit-col-left {
 194      width: 49%;
 195  }
 196  
 197  #wpbody-content .bulk-edit-row .inline-edit-col-left {
 198      width: 29%;
 199  }
 200  
 201  .inline-edit-row p.submit {
 202      zoom: 100%;
 203  }
 204  
 205  .inline-edit-row fieldset label span.title {
 206      display: block;
 207      float: left;
 208      width: 5em;
 209  }
 210  
 211  .inline-edit-row fieldset label span.input-text-wrap {
 212      margin-left: 0;
 213      zoom: 100%;
 214  }
 215  
 216  #wpbody-content .inline-edit-row fieldset label span.input-text-wrap input {
 217      line-height: 130%;
 218  }
 219  
 220  #wpbody-content .inline-edit-row .input-text-wrap input {
 221      width: 95%;
 222  }
 223  
 224  #wpbody-content .inline-edit-row .input-text-wrap input.inline-edit-password-input {
 225      width: 8em;
 226  }
 227  /* end Inline Editor */
 228  
 229  #titlediv #title {
 230      width: 98%;
 231  }
 232  
 233  a.button {
 234      line-height: 1.4em;
 235      margin: 1px;
 236      padding: 2px 6px;
 237  }
 238  
 239  #screen-options-wrap {
 240      overflow: hidden;
 241  }
 242  
 243  #the-comment-list .comment-item,
 244  #post-status-info,
 245  #wpwrap,
 246  #wrap,
 247  #postdivrich,
 248  #postdiv,
 249  #poststuff,
 250  .metabox-holder,
 251  #titlediv,
 252  #post-body,
 253  #editorcontainer,
 254  .tablenav,
 255  .widget-liquid-left,
 256  .widget-liquid-right,
 257  #widgets-left,
 258  .widgets-sortables,
 259  #dragHelper,
 260  .widget .widget-top,
 261  .widget,
 262  .widget-control-actions,
 263  .tagchecklist,
 264  #col-container,
 265  #col-left,
 266  #col-right,
 267  .fileedit-sub {
 268      display: block;
 269      zoom: 100%;
 270  }
 271  
 272  p.search-box {
 273      position: static;
 274      float: right;
 275      margin: -3px 0 4px;
 276  }
 277  
 278  
 279  #editorcontainer #content {
 280      overflow: auto;
 281      margin: auto;
 282      width: 98%;
 283  }
 284  
 285  form#template div {
 286      width: 100%;
 287  }
 288  
 289  #ed_toolbar input,
 290  #ed_reply_toolbar input {
 291      overflow: visible;
 292      padding: 0 4px;
 293  }
 294  
 295  #poststuff h2 {
 296      font-size: 1.6em;
 297  }
 298  
 299  #bh {
 300      margin: 7px 10px 0 0;
 301      float: right;
 302  }
 303  
 304  /* without this dashboard widgets appear in one column for some screen widths */
 305  div#dashboard-widgets {
 306      padding-right: 1px;
 307  }
 308  
 309  .tagchecklist span, .tagchecklist span a {
 310      display: inline-block;
 311      display: block;
 312  }
 313  
 314  .tagchecklist span a {
 315      margin: 4px 0 0 -9px;
 316  }
 317  
 318  .tablenav .button-secondary,
 319  .nav .button-secondary {
 320      padding-top: 2px;
 321      padding-bottom: 2px;
 322  }
 323  
 324  .tablenav select {
 325      font-size: 13px;
 326      display: inline-block;
 327      vertical-align: top;
 328      margin-top: 2px;
 329  }
 330  
 331  .tablenav .actions select {
 332      width: 155px;
 333  }
 334  
 335  table.ie-fixed {
 336      table-layout: fixed;
 337  }
 338  
 339  .widefat tr, .widefat th {
 340      margin-bottom: 0;
 341      border-spacing: 0;
 342  }
 343  
 344  .widefat th input {
 345      margin: 0 0 0 5px;
 346  }
 347  
 348  .widefat .check-column {
 349      padding: 6px 0 2px;
 350  }
 351  
 352  .widefat tbody th.check-column {
 353      padding: 4px 0 22px;
 354  }
 355  
 356  .widefat {
 357      empty-cells: show;
 358      border-collapse: collapse;
 359  }
 360  
 361  .tablenav a.button-secondary {
 362      display: inline-block;
 363      padding: 2px 5px;
 364  }
 365  
 366  .inactive-sidebar .widgets-sortables {
 367      padding-bottom: 8px;
 368  }
 369  
 370  #available-widgets .widget-holder {
 371      padding-bottom: 65px;
 372  }
 373  
 374  #widgets-left .inactive {
 375      padding-bottom: 10px;
 376  }
 377  
 378  .widget-liquid-right .widget,
 379  .inactive-sidebar .widget {
 380      position: relative;
 381  }
 382  
 383  #wpcontent .button-primary-disabled {
 384      color: #9FD0D5;
 385      background: #298CBA;
 386  }
 387  
 388  #wpcontent #ajax-loading,
 389  #wpcontent .ajax-loading {
 390      vertical-align: baseline;
 391  }
 392  
 393  #the-comment-list .unapproved tr,
 394  #the-comment-list .unapproved td {
 395      background-color: #ffffe0;
 396  }
 397  
 398  .imgedit-submit {
 399      width: 300px;
 400  }
 401  
 402  #nav-menus-frame,
 403  #wpbody,
 404  .menu li {
 405      zoom: 100%;
 406  }
 407  
 408  #update-nav-menu #post-body {
 409      overflow:hidden;
 410  }
 411  
 412  .menu li {
 413      min-width: 100%;
 414  }
 415  
 416  .menu li.sortable-placeholder {
 417      min-width: 400px;
 418  }
 419  
 420  .about-wrap img.element-screenshot {
 421      padding: 2px;
 422  }
 423  
 424  .about-wrap .feature-section img,
 425  .about-wrap .feature-section .image-mask {
 426      border-width: 1px;
 427      border-style: solid;
 428  }
 429  
 430  .about-wrap .feature-section.three-col img {
 431      margin-left: 0;
 432  }
 433  
 434  .available-theme {
 435      display: inline;
 436  }
 437  
 438  .available-theme ul {
 439      margin: 0;
 440  }
 441  
 442  /* IE6 leftovers */
 443  * html .row-actions {
 444      visibility: visible;
 445  }
 446  
 447  * html div.widget-liquid-left,
 448  * html div.widget-liquid-right {
 449      display: block;
 450      position: relative;
 451  }
 452  
 453  * html #editorcontainer {
 454      padding: 0;
 455  }
 456  
 457  * html #poststuff h2 {
 458      margin-left: 0;
 459  }
 460  
 461  * html .stuffbox,
 462  * html .stuffbox input,
 463  * html .stuffbox textarea {
 464      border: 1px solid #DFDFDF;
 465  }
 466  
 467  * html .feature-filter .feature-group li {
 468      width: 145px;
 469  }
 470  
 471  * html .widget-top .widget-title-action a {
 472      background: url("../images/menu-bits.gif?ver=20100610") no-repeat scroll 0 -110px;
 473  }
 474  
 475  * html div.widget-liquid-left {
 476      width: 99%;
 477  }
 478  
 479  * html .widgets-sortables {
 480      height: 50px;
 481  }
 482  
 483  * html a#content_resize {
 484      right: -2px;
 485  }
 486  
 487  * html .widget-title h4 {
 488      width: 205px;
 489  }
 490  
 491  * html #removing-widget .in-widget-title {
 492      display: none;
 493  }
 494  
 495  * html .media-item .pinkynail {
 496      height: 32px;
 497      width: 40px;
 498  }
 499  
 500  * html .describe .field input.text,
 501  * html .describe .field textarea {
 502      width: 440px;
 503  }
 504  
 505  * html input {
 506      border: 1px solid #dfdfdf;
 507  }
 508  
 509  * html .meta-box-sortables .postbox .handlediv {
 510      background: transparent url(../images/menu-bits-vs.gif) no-repeat scroll left -111px;
 511  }
 512  
 513  * html .edit-box {
 514      display: inline;
 515  }
 516  
 517  * html .postbox-container .meta-box-sortables {
 518      height: 300px;
 519  }
 520  
 521  * html #wpbody-content #screen-options-link-wrap {
 522      display: inline-block;
 523      width: 150px;
 524      text-align: center;
 525  }
 526  
 527  * html #wpbody-content #contextual-help-link-wrap {
 528      display: inline-block;
 529      width: 100px;
 530      text-align: center;
 531  }
 532  
 533  * html #adminmenu {
 534      margin-left: -80px;
 535  }
 536  
 537  * html .folded #adminmenu {
 538      margin-left: -22px;
 539  }
 540  
 541  * html #wpcontent #adminmenu li.menu-top {
 542      display: inline;
 543      padding: 0;
 544      margin: 0;
 545  }
 546  
 547  * html #footer {
 548      margin: 0;
 549  }
 550  
 551  * html #wpcontent #adminmenu .wp-menu-open .wp-menu-toggle {
 552      background: none;
 553  }
 554  
 555  * html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle {
 556      background: url(../images/menu-bits.gif?ver=20100610) no-repeat scroll left -109px;
 557  }
 558  
 559  * html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle {
 560      background: url(../images/menu-bits.gif?ver=20100610) no-repeat scroll left -206px;
 561  }
 562  
 563  * html #adminmenu div.wp-menu-image {
 564      height: 29px;
 565  }


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