WordPress/wp-admin/css/ie.css

280 lines
3.7 KiB
CSS
Raw Normal View History

/* Fixes for IE bugs */
* html #wpbody-content {
margin-left: 160px;
}
* html #wpbody {
clear: right;
float: right;
margin-left: -185px;
width: 100%;
}
* html body {
background-color: #464646;
}
* html #wpwrap {
background-color: #fff;
}
#footer {
overflow: hidden;
}
* html #footer {
width: 100%;
}
.metabox-holder .postbox h3 {
padding-left: 23px;
}
input.button, input.button-secondary, input.button-highlighted {
padding: 0;
}
#side-info-column {
position: absolute;
right: 15px;
}
#wphead-info {
float: right;
}
/*
* html body.minwidth {
_width: expression(document.documentElement.clientWidth < 810 ? "808px" : "99.9%");
}
* html #wpbody {
_width: expression(document.documentElement.clientWidth > 982 ? "980px" : "99.9%");
}
*/
#adminmenu {
z-index: 1;
width: 125px;
float: none;
background-color: f1f1f1;
}
#adminmenu li.wp-has-submenu {
padding: 0;
margin: 0;
}
#adminmenu a.wp-has-submenu {
display: block;
}
#adminmenu,
#adminmenu .wp-menu-toggle,
ul.wp-submenu,
ul.wp-submenu li,
ul.wp-submenu a,
#adminmenu a.wp-has-submenu,
#adminmenu .wp-menu-image {
zoom: 100%;
}
#adminmenu.folded .wp-submenu {
margin: -1px 0 0 4px;
}
#adminmenu.folded li.wp-has-submenu {
height: 24px;
}
#wpcontent #adminmenu ul.wp-submenu a {
padding: 2px 4px 2px 10px;
margin: 0;
line-height: 18px;
}
* html #wpcontent #adminmenu {
margin: 8px 9px;
}
#wpcontent #adminmenu ul.wp-submenu li {
padding: 0;
}
#wpcontent #adminmenu .wp-submenu li.wp-submenu-head {
padding: 3px 4px 4px 10px;
}
/*
ul#adminmenu li.wp-menu-separator {
background-color: #fff;
height: 3px;
line-height: 3px;
font-size: 3px;
}
*/
#template,
#template div,
#editcat,
#addcat {
zoom: 100%;
}
* html #poststuff .postarea,
* html #poststuff #titlediv {
}
.submitbox {
margin-top: 10px;
}
* html div.widget-liquid-left-holder,
* html div.widget-liquid-right {
display: block;
position: relative;
}
#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;
}