mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
35086b850f
git-svn-id: http://svn.automattic.com/wordpress/trunk@7747 1a063a9b-81f0-0310-95a4-ce76da25c4cd
145 lines
2.3 KiB
CSS
145 lines
2.3 KiB
CSS
/* Fixes for IE bugs */
|
|
|
|
#poststuff .postbox h3 {
|
|
padding-left: 23px;
|
|
}
|
|
|
|
#submenu li a.current {
|
|
background:none;
|
|
border:none;
|
|
}
|
|
|
|
* html body.minwidth {
|
|
_width: expression(document.documentElement.clientWidth < 810 ? "808px" : "99.9%");
|
|
}
|
|
|
|
* html #wpbody {
|
|
_width: expression(document.documentElement.clientWidth > 982 ? "980px" : "99.9%");
|
|
}
|
|
|
|
* html #poststuff .postarea, * html #poststuff #titlediv {
|
|
width: 95%;
|
|
margin-left: 3%;
|
|
}
|
|
|
|
.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, #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 {
|
|
display: block;
|
|
zoom: 100%;
|
|
}
|
|
|
|
* html #editorcontainer {
|
|
padding: 0;
|
|
}
|
|
|
|
* html #editorcontainer #content {
|
|
position: relative;
|
|
overflow: auto;
|
|
padding: 6px;
|
|
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 {
|
|
padding-right: 15px;
|
|
}
|
|
|
|
/* without this dashboard widgets appear in one column for some screen widths */
|
|
div#dashboard-widgets {
|
|
padding-right: 1px;
|
|
}
|
|
|
|
#tagchecklist {
|
|
display: block;
|
|
zoom: 100%;
|
|
}
|
|
|
|
#tagchecklist span, #tagchecklist span a {
|
|
display: inline-block;
|
|
display: block;
|
|
}
|
|
|
|
#tagchecklist span a {
|
|
margin: 4px 0 0 -9px;
|
|
}
|
|
|
|
#poststuff .togbox {
|
|
margin-left: -19px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
#post-search .button, #widget-search .button {
|
|
padding: 1px;
|
|
}
|
|
|
|
.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;
|
|
}
|