mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
e86dfe684f
git-svn-id: http://svn.automattic.com/wordpress/trunk@9422 1a063a9b-81f0-0310-95a4-ce76da25c4cd
243 lines
3.2 KiB
CSS
243 lines
3.2 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 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: 125px;
|
|
margin: 12px;
|
|
padding: 0;
|
|
}
|
|
|
|
* html #wpcontent #adminmenu.folded {
|
|
width: 28px;
|
|
}
|
|
|
|
ul#adminmenu li.wp-has-submenu {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#wpcontent #adminmenu ul.wp-submenu li {
|
|
padding: 0;
|
|
}
|
|
#adminmenu,
|
|
#adminmenu .wp-menu-toggle,
|
|
ul.wp-submenu li,
|
|
ul.wp-submenu {
|
|
zoom: 100%;
|
|
}
|
|
|
|
#wpcontent #adminmenu.folded li.wp-menu-separator {
|
|
width: 28px;
|
|
}
|
|
|
|
#wpcontent #adminmenu ul.wp-submenu li.wp-submenu-head {
|
|
padding: 3px 4px 4px 10px;
|
|
zoom: 100%;
|
|
}
|
|
|
|
#adminmenu.folded ul.wp-submenu {
|
|
margin: -1px 0 0 13px;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|
|
#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;
|
|
}
|