home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Blogs / wordpress2.6.exe / wordpress2.6 / wp-admin / css / ie.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2008-04-19  |  2.3 KB  |  145 lines

  1. /* Fixes for IE bugs */
  2.  
  3. #poststuff .postbox h3 {
  4.     padding-left: 23px;
  5. }
  6.  
  7. #submenu li a.current {
  8.     background:none;
  9.     border:none;
  10. }
  11.  
  12. * html body.minwidth {
  13.     _width: expression(document.documentElement.clientWidth < 810 ? "808px" : "99.9%");
  14. }
  15.  
  16. * html #wpbody {
  17.     _width: expression(document.documentElement.clientWidth > 982 ? "980px" : "99.9%");
  18. }
  19.  
  20. * html #poststuff .postarea, * html #poststuff #titlediv {
  21.     width: 95%;
  22.     margin-left: 3%;
  23. }
  24.  
  25. .submitbox {
  26.     margin-top: 10px;
  27. }
  28.  
  29. * html div.widget-liquid-left-holder, * html div.widget-liquid-right {
  30.     display: block;
  31.     position: relative;
  32. }
  33.  
  34. #wpwrap, #wpcontent, #post, #wrap, #postdivrich, #postdiv, #poststuff, #titlediv, #post-body, #editorcontainer, .tablenav, .widget-control-list, li.widget-list-control-item, #dragHelper, li.widget-list-control-item h4, .widget-sortable, .widget-control-actions {
  35.     display: block;
  36.     zoom: 100%;
  37. }
  38.  
  39. * html #editorcontainer {
  40.     padding: 0;
  41. }
  42.  
  43. * html #editorcontainer #content {
  44.     position: relative;
  45.     overflow: auto;
  46.     padding: 6px;
  47.     margin: auto;
  48.     width: 98%;
  49. }
  50.  
  51. form#template div {
  52.     width: 100%;
  53. }
  54.  
  55. #ed_toolbar input {
  56.     overflow: visible;
  57.     padding: 0 4px;
  58. }
  59.  
  60. #poststuff h2 {
  61.     font-size: 1.6em;
  62. }
  63.  
  64. * html #poststuff h2 {
  65.     margin-left: 0;
  66. }
  67.  
  68. #bh {
  69.     padding-right: 15px;
  70. }
  71.  
  72. /* without this dashboard widgets appear in one column for some screen widths */
  73. div#dashboard-widgets {
  74.     padding-right: 1px;
  75. }
  76.  
  77. #tagchecklist {
  78.     display: block;
  79.     zoom: 100%;
  80. }
  81.  
  82. #tagchecklist span, #tagchecklist span a {
  83.     display: inline-block;
  84.     display: block;
  85. }
  86.  
  87. #tagchecklist span a {
  88.     margin: 4px 0 0 -9px;
  89. }
  90.  
  91. #poststuff .togbox {
  92.     margin-left: -19px;
  93. }
  94.  
  95. .tablenav .button-secondary, .nav .button-secondary {
  96.     padding: 0 1px;
  97.     vertical-align: middle;
  98. }
  99.  
  100. .tablenav select {
  101.     font-size: 13px;
  102.     display: inline-block;
  103.     vertical-align: top;
  104.     margin-top: 2px;
  105. }
  106.  
  107. .tablenav-pages .page-numbers {
  108.     display: inline-block;
  109. }
  110.  
  111. .tablenav-pages {
  112.     display: block;
  113.     margin-top: -3px;
  114. }
  115.  
  116. table.ie-fixed {
  117.     table-layout: fixed;
  118. }
  119.  
  120. #post-search .button, #widget-search .button {
  121.     padding: 1px;
  122. }
  123.  
  124. .widefat tr, .widefat th {
  125.     margin-bottom: 0;
  126.     border-spacing: 0;
  127. }
  128.  
  129. .widefat th input {
  130.     margin: 0 0 0 5px;
  131. }
  132.  
  133. .widefat .check-column {
  134.     padding: 6px 0 2px;
  135. }
  136.  
  137. .widefat tbody th.check-column {
  138.     padding: 4px 0 22px;
  139. }
  140.  
  141. .tablenav a.button-secondary {
  142.     display: inline-block;
  143.     padding: 2px 5px;
  144. }
  145.