2008-02-15 07:46:54 +01:00
|
|
|
/* Fixes for IE bugs */
|
|
|
|
|
2008-10-23 00:08:58 +02:00
|
|
|
* html #wpbody-content {
|
2008-10-31 00:43:08 +01:00
|
|
|
float: right;
|
2008-10-23 00:08:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
* html #wpbody {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html body {
|
|
|
|
background-color: #464646;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #wpwrap {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2008-10-24 00:19:19 +02:00
|
|
|
* html #footer {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2008-10-31 00:43:08 +01:00
|
|
|
input.button,
|
|
|
|
input.button-secondary,
|
|
|
|
input.button-highlighted {
|
2008-10-14 07:10:16 +02:00
|
|
|
padding: 0;
|
2008-02-24 03:04:11 +01:00
|
|
|
}
|
2008-10-23 00:08:58 +02:00
|
|
|
|
|
|
|
#wphead-info {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2008-10-14 07:10:16 +02:00
|
|
|
/*
|
2008-02-24 03:04:11 +01:00
|
|
|
* html body.minwidth {
|
2008-03-01 00:27:02 +01:00
|
|
|
_width: expression(document.documentElement.clientWidth < 810 ? "808px" : "99.9%");
|
2008-02-24 03:04:11 +01:00
|
|
|
}
|
|
|
|
|
2008-03-01 00:27:02 +01:00
|
|
|
* html #wpbody {
|
2008-03-11 08:31:19 +01:00
|
|
|
_width: expression(document.documentElement.clientWidth > 982 ? "980px" : "99.9%");
|
2008-03-01 00:27:02 +01:00
|
|
|
}
|
2008-10-14 07:10:16 +02:00
|
|
|
*/
|
|
|
|
|
2008-10-31 00:43:08 +01:00
|
|
|
* html #adminmenu {
|
2008-10-14 10:03:41 +02:00
|
|
|
z-index: 1;
|
2008-10-30 10:52:20 +01:00
|
|
|
width: 125px;
|
2008-10-31 00:43:08 +01:00
|
|
|
margin: 12px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #wpcontent #adminmenu.folded {
|
|
|
|
width: 28px;
|
2008-10-14 10:03:41 +02:00
|
|
|
}
|
|
|
|
|
2008-10-31 00:43:08 +01:00
|
|
|
ul#adminmenu li.wp-has-submenu {
|
2008-10-24 00:19:19 +02:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2008-10-15 08:54:25 +02:00
|
|
|
}
|
|
|
|
|
2008-10-31 00:43:08 +01:00
|
|
|
#wpcontent #adminmenu ul.wp-submenu li {
|
|
|
|
padding: 0;
|
2008-10-24 00:19:19 +02:00
|
|
|
}
|
2008-10-30 10:52:20 +01:00
|
|
|
#adminmenu,
|
|
|
|
#adminmenu .wp-menu-toggle,
|
|
|
|
ul.wp-submenu li,
|
2008-10-31 00:43:08 +01:00
|
|
|
ul.wp-submenu {
|
2008-10-24 00:19:19 +02:00
|
|
|
zoom: 100%;
|
|
|
|
}
|
|
|
|
|
2008-10-31 00:43:08 +01:00
|
|
|
#wpcontent #adminmenu.folded li.wp-menu-separator {
|
|
|
|
width: 28px;
|
2008-10-14 07:10:16 +02:00
|
|
|
}
|
|
|
|
|
2008-10-31 00:43:08 +01:00
|
|
|
#wpcontent #adminmenu ul.wp-submenu li.wp-submenu-head {
|
2008-10-16 12:32:26 +02:00
|
|
|
padding: 3px 4px 4px 10px;
|
2008-10-31 00:43:08 +01:00
|
|
|
zoom: 100%;
|
2008-10-16 12:32:26 +02:00
|
|
|
}
|
|
|
|
|
2008-10-31 00:43:08 +01:00
|
|
|
#adminmenu.folded ul.wp-submenu {
|
|
|
|
margin: -1px 0 0 13px;
|
2008-10-14 07:10:16 +02:00
|
|
|
}
|
|
|
|
|
2008-10-30 10:52:20 +01:00
|
|
|
#template,
|
|
|
|
#template div,
|
|
|
|
#editcat,
|
|
|
|
#addcat {
|
2008-10-23 00:08:58 +02:00
|
|
|
zoom: 100%;
|
|
|
|
}
|
2008-10-14 07:10:16 +02:00
|
|
|
|
2008-03-01 00:27:02 +01:00
|
|
|
.submitbox {
|
|
|
|
margin-top: 10px;
|
2008-02-24 03:04:11 +01:00
|
|
|
}
|
|
|
|
|
2008-10-30 10:52:20 +01:00
|
|
|
* html div.widget-liquid-left-holder,
|
|
|
|
* html div.widget-liquid-right {
|
2008-02-24 03:04:11 +01:00
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
}
|
2008-02-26 08:15:59 +01:00
|
|
|
|
2008-11-03 19:56:49 +01:00
|
|
|
#screen-options-wrap {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#favorite-actions {
|
|
|
|
z-index: 12;
|
|
|
|
}
|
|
|
|
|
2008-10-30 10:52:20 +01:00
|
|
|
#wpwrap,
|
|
|
|
#wpcontent,
|
2008-10-31 00:43:08 +01:00
|
|
|
#post,
|
|
|
|
#wrap,
|
2008-10-30 10:52:20 +01:00
|
|
|
#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 {
|
2008-03-01 00:27:02 +01:00
|
|
|
display: block;
|
|
|
|
zoom: 100%;
|
2008-02-26 08:15:59 +01:00
|
|
|
}
|
|
|
|
|
2008-10-31 00:43:08 +01:00
|
|
|
#favorite-inside,
|
|
|
|
#favorite-inside a,
|
|
|
|
.favorite-action {
|
2008-10-23 00:08:58 +02:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2008-02-26 08:15:59 +01:00
|
|
|
* html #editorcontainer {
|
2008-03-01 00:27:02 +01:00
|
|
|
padding: 0;
|
2008-02-26 08:15:59 +01:00
|
|
|
}
|
|
|
|
|
2008-10-28 11:59:26 +01:00
|
|
|
#editorcontainer #content {
|
2008-03-01 00:27:02 +01:00
|
|
|
overflow: auto;
|
|
|
|
margin: auto;
|
|
|
|
width: 98%;
|
2008-02-26 08:15:59 +01:00
|
|
|
}
|
2008-02-26 20:33:51 +01:00
|
|
|
|
|
|
|
form#template div {
|
|
|
|
width: 100%;
|
2008-03-11 08:31:19 +01:00
|
|
|
}
|
2008-03-12 00:04:13 +01:00
|
|
|
|
|
|
|
#ed_toolbar input {
|
|
|
|
overflow: visible;
|
2008-03-23 07:41:43 +01:00
|
|
|
padding: 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff h2 {
|
|
|
|
font-size: 1.6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #poststuff h2 {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bh {
|
2008-10-23 00:08:58 +02:00
|
|
|
margin: 3px 0 0 6px;
|
|
|
|
float: right;
|
2008-03-12 00:04:13 +01:00
|
|
|
}
|
2008-03-21 22:05:22 +01:00
|
|
|
|
|
|
|
/* without this dashboard widgets appear in one column for some screen widths */
|
|
|
|
div#dashboard-widgets {
|
|
|
|
padding-right: 1px;
|
|
|
|
}
|
2008-03-23 07:41:43 +01:00
|
|
|
|
|
|
|
#tagchecklist span, #tagchecklist span a {
|
|
|
|
display: inline-block;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tagchecklist span a {
|
|
|
|
margin: 4px 0 0 -9px;
|
|
|
|
}
|
|
|
|
|
2008-03-24 17:18:30 +01:00
|
|
|
.tablenav .button-secondary, .nav .button-secondary {
|
2008-03-23 07:41:43 +01:00
|
|
|
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;
|
2008-04-19 01:38:21 +02:00
|
|
|
}
|
2008-03-23 07:41:43 +01:00
|
|
|
|
2008-04-19 01:38:21 +02:00
|
|
|
table.ie-fixed {
|
|
|
|
table-layout: fixed;
|
2008-03-23 07:41:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.widefat tr, .widefat th {
|
|
|
|
margin-bottom: 0;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
|
|
|
|
2008-03-24 17:18:30 +01:00
|
|
|
.widefat th input {
|
|
|
|
margin: 0 0 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widefat .check-column {
|
|
|
|
padding: 6px 0 2px;
|
2008-03-23 07:41:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.widefat tbody th.check-column {
|
2008-03-24 17:18:30 +01:00
|
|
|
padding: 4px 0 22px;
|
2008-03-23 07:41:43 +01:00
|
|
|
}
|
|
|
|
|
2008-03-24 17:18:30 +01:00
|
|
|
.tablenav a.button-secondary {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 2px 5px;
|
2008-03-23 07:41:43 +01:00
|
|
|
}
|