WordPress/wp-admin/css/ie.css

264 lines
3.5 KiB
CSS

/* Fixes for IE bugs */
* html #wpbody-content {
float: right;
}
* html #wpbody {
width: 100%;
}
* html body {
background-color: #464646;
}
* html #wpwrap {
background-color: #fff;
}
#footer {
overflow: hidden;
}
* html #footer {
width: 100%;
}
input.button,
input.button-secondary,
input.button-highlighted {
padding: 0;
}
#wphead-info {
float: right;
}
* html #wpbody-content #screen-options-link-wrap {
display: inline-block;
width: 150px;
text-align: center;
}
* html #wpbody-content #contextual-help-link-wrap {
display: inline-block;
width: 100px;
text-align: center;
}
/*
* html body.minwidth {
_width: expression(document.documentElement.clientWidth < 810 ? "808px" : "99.9%");
}
* html #wpbody {
_width: expression(document.documentElement.clientWidth > 982 ? "980px" : "99.9%");
}
*/
* html #adminmenu {
z-index: 1;
width: 145px;
margin: 12px;
padding: 0;
}
ul#adminmenu li.wp-has-submenu {
padding: 0;
margin: 0;
}
#wpcontent #adminmenu .wp-submenu li {
padding: 0;
}
#adminmenu,
#adminmenu .wp-menu-toggle,
.wp-submenu li,
.wp-submenu {
zoom: 100%;
}
#wpcontent #adminmenu.folded li.wp-menu-separator {
width: 28px;
}
#wpcontent #adminmenu .wp-submenu li.wp-submenu-head {
padding: 3px 4px 4px 10px;
zoom: 100%;
}
#wpcontent #adminmenu.folded .menu-top {
height: 30px;
}
#adminmenu.folded .wp-submenu {
margin: -1px 0 0 0;
}
#template,
#template div,
#editcat,
#addcat {
zoom: 100%;
}
.submitbox {
margin-top: 10px;
}
* html div.widget-liquid-left-holder,
* html div.widget-liquid-right {
display: block;
position: relative;
}
#screen-options-wrap {
overflow: hidden;
}
#favorite-actions {
z-index: 12;
}
#wpwrap,
#wpcontent,
#post,
#wrap,
#postdivrich,
#postdiv,
#poststuff,
.metabox-holder,
#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,
#tagchecklist,
#col-container,
#col-left,
#col-right {
display: block;
zoom: 100%;
}
#favorite-inside,
#favorite-inside a,
.favorite-action {
z-index: 11;
zoom: 100%;
}
#wphead-info {
width: 350px;
max-width: 350px;
}
p.search-box {
position: static;
float: right;
margin: -3px 0 4px;
}
#wpbody .wrap {
position: static;
}
* html #editorcontainer {
padding: 0;
}
#editorcontainer #content {
overflow: auto;
margin: auto;
width: 98%;
}
form#template div {
width: 100%;
}
#ed_toolbar input {
overflow: visible;
padding: 0 4px;
}
#poststuff h2 {
font-size: 1.6em;
}
* html #poststuff h2 {
margin-left: 0;
}
#bh {
margin: 3px 0 0 6px;
float: right;
}
/* without this dashboard widgets appear in one column for some screen widths */
div#dashboard-widgets {
padding-right: 1px;
}
#tagchecklist span, #tagchecklist span a {
display: inline-block;
display: block;
}
#tagchecklist span a {
margin: 4px 0 0 -9px;
}
.tablenav .button-secondary, .nav .button-secondary {
padding: 0 1px;
vertical-align: middle;
}
.tablenav select {
font-size: 13px;
display: inline-block;
vertical-align: top;
margin-top: 2px;
}
.tablenav-pages .page-numbers {
display: inline-block;
}
.tablenav-pages {
display: block;
margin-top: -3px;
}
table.ie-fixed {
table-layout: fixed;
}
.widefat tr, .widefat th {
margin-bottom: 0;
border-spacing: 0;
}
.widefat th input {
margin: 0 0 0 5px;
}
.widefat .check-column {
padding: 6px 0 2px;
}
.widefat tbody th.check-column {
padding: 4px 0 22px;
}
.tablenav a.button-secondary {
display: inline-block;
padding: 2px 5px;
}