2008-02-15 06:46:54 +00:00
|
|
|
/* Fixes for IE bugs */
|
2008-11-24 00:20:34 +00:00
|
|
|
|
2008-10-30 23:43:08 +00:00
|
|
|
input.button,
|
|
|
|
input.button-secondary,
|
|
|
|
input.button-highlighted {
|
2008-10-14 05:10:16 +00:00
|
|
|
padding: 0;
|
2008-02-24 02:04:11 +00:00
|
|
|
}
|
2008-10-22 22:08:58 +00:00
|
|
|
|
2008-11-13 00:50:09 +00:00
|
|
|
#minor-publishing-actions input,
|
2009-03-26 22:22:52 +00:00
|
|
|
#major-publishing-actions input {
|
2008-11-13 00:50:09 +00:00
|
|
|
min-width: auto;
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2008-11-17 18:01:00 +00:00
|
|
|
#wpbody-content .postbox {
|
|
|
|
border: 1px solid #dfdfdf;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .postbox h3 {
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
|
|
|
|
2009-03-25 14:29:22 +00:00
|
|
|
* html .inner-sidebar #side-sortables,
|
|
|
|
* html .postbox-container .meta-box-sortables {
|
|
|
|
height: 300px;
|
2008-10-22 22:08:58 +00:00
|
|
|
}
|
|
|
|
|
2008-11-09 14:54:39 +00:00
|
|
|
* 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;
|
|
|
|
}
|
|
|
|
|
2008-10-30 23:43:08 +00:00
|
|
|
* html #adminmenu {
|
2008-11-21 06:26:23 +00:00
|
|
|
margin-left: -80px;
|
2008-10-30 23:43:08 +00:00
|
|
|
}
|
|
|
|
|
2009-04-04 17:07:31 +00:00
|
|
|
* html .folded #adminmenu {
|
2008-11-21 06:26:23 +00:00
|
|
|
margin-left: -22px;
|
2008-11-10 08:58:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
* html #wpcontent #adminmenu li.menu-top {
|
|
|
|
display: inline;
|
2008-10-23 22:19:19 +00:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2008-10-15 06:54:25 +00:00
|
|
|
}
|
|
|
|
|
2009-03-25 14:29:22 +00:00
|
|
|
* html #footer {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2009-04-04 17:07:31 +00:00
|
|
|
.folded #adminmenu li.menu-top {
|
2008-11-21 06:26:23 +00:00
|
|
|
display: block;
|
2009-04-04 17:07:31 +00:00
|
|
|
zoom: 100%;
|
2008-11-21 06:26:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
ul#adminmenu {
|
|
|
|
z-index: 99;
|
|
|
|
}
|
|
|
|
|
2008-11-10 08:58:32 +00:00
|
|
|
#adminmenu li.menu-top a.menu-top {
|
|
|
|
min-width: auto;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpcontent #adminmenu li.wp-has-current-submenu a.wp-has-submenu {
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #wpcontent #adminmenu .wp-menu-open .wp-menu-toggle {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle {
|
2008-11-19 20:57:27 +00:00
|
|
|
background: url(../images/menu-bits.gif) no-repeat scroll left -109px;
|
2008-11-10 08:58:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
* html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle {
|
|
|
|
background: url(../images/menu-bits.gif) no-repeat scroll left -206px;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #adminmenu div.wp-menu-image {
|
2008-11-19 20:57:27 +00:00
|
|
|
height: 29px;
|
2008-11-10 08:58:32 +00:00
|
|
|
}
|
|
|
|
|
2008-11-09 14:54:39 +00:00
|
|
|
#wpcontent #adminmenu .wp-submenu li {
|
2008-10-30 23:43:08 +00:00
|
|
|
padding: 0;
|
2008-10-23 22:19:19 +00:00
|
|
|
}
|
2008-11-09 14:54:39 +00:00
|
|
|
|
2008-10-30 09:52:20 +00:00
|
|
|
#adminmenu,
|
2008-11-10 08:58:32 +00:00
|
|
|
.wp-submenu,
|
2008-11-09 14:54:39 +00:00
|
|
|
.wp-submenu li,
|
2008-11-10 08:58:32 +00:00
|
|
|
.wp-menu-toggle {
|
2008-10-23 22:19:19 +00:00
|
|
|
zoom: 100%;
|
|
|
|
}
|
|
|
|
|
2009-04-04 17:07:31 +00:00
|
|
|
.folded #adminmenu li.wp-menu-separator {
|
2008-10-30 23:43:08 +00:00
|
|
|
width: 28px;
|
2008-10-14 05:10:16 +00:00
|
|
|
}
|
|
|
|
|
2008-11-09 14:54:39 +00:00
|
|
|
#wpcontent #adminmenu .wp-submenu li.wp-submenu-head {
|
2008-10-16 10:32:26 +00:00
|
|
|
padding: 3px 4px 4px 10px;
|
2008-10-30 23:43:08 +00:00
|
|
|
zoom: 100%;
|
2008-10-16 10:32:26 +00:00
|
|
|
}
|
|
|
|
|
2009-04-04 17:07:31 +00:00
|
|
|
.folded #adminmenu .menu-top {
|
2008-11-09 14:54:39 +00:00
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
2008-11-21 06:26:23 +00:00
|
|
|
.folded #adminmenu .wp-submenu {
|
2008-11-09 14:54:39 +00:00
|
|
|
margin: -1px 0 0 0;
|
2008-10-14 05:10:16 +00:00
|
|
|
}
|
|
|
|
|
2008-10-30 09:52:20 +00:00
|
|
|
#template,
|
|
|
|
#template div,
|
|
|
|
#editcat,
|
2009-04-07 14:55:24 +00:00
|
|
|
#addcat,
|
|
|
|
* html .stuffbox h3 {
|
2008-10-22 22:08:58 +00:00
|
|
|
zoom: 100%;
|
|
|
|
}
|
2008-10-14 05:10:16 +00:00
|
|
|
|
2008-02-29 23:27:02 +00:00
|
|
|
.submitbox {
|
|
|
|
margin-top: 10px;
|
2008-02-24 02:04:11 +00:00
|
|
|
}
|
|
|
|
|
2008-11-11 02:58:24 +00:00
|
|
|
/* Inline Editor */
|
|
|
|
#wpbody-content .quick-edit-row-post .inline-edit-col-left {
|
|
|
|
width: 39%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .inline-edit-row-post .inline-edit-col-center {
|
|
|
|
width: 19%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .quick-edit-row-page .inline-edit-col-left {
|
|
|
|
width: 49%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .bulk-edit-row .inline-edit-col-left {
|
|
|
|
width: 29%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row p.submit {
|
|
|
|
zoom: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label span.title {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-edit-row fieldset label span.input-text-wrap {
|
|
|
|
margin-left: 0;
|
|
|
|
zoom: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .inline-edit-row fieldset label span.input-text-wrap input {
|
|
|
|
line-height: 130%;
|
|
|
|
}
|
2008-11-17 20:08:38 +00:00
|
|
|
|
|
|
|
#wpbody-content .inline-edit-row .input-text-wrap input {
|
|
|
|
width: 95%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wpbody-content .inline-edit-row .input-text-wrap input.inline-edit-password-input {
|
|
|
|
width: 8em;
|
|
|
|
}
|
2008-11-11 02:58:24 +00:00
|
|
|
/* end Inline Editor */
|
|
|
|
|
2009-01-04 11:51:08 +00:00
|
|
|
input {
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
|
2008-11-28 04:33:35 +00:00
|
|
|
* html .row-actions {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
|
|
|
|
#dashboard-widgets h3 a {
|
|
|
|
height: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
2008-11-28 05:38:28 +00:00
|
|
|
#wphead-info {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2008-11-17 18:01:00 +00:00
|
|
|
#titlediv #title {
|
|
|
|
width: 98%;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.button {
|
|
|
|
line-height: 1.4em;
|
|
|
|
margin: 1px;
|
2009-03-26 22:22:52 +00:00
|
|
|
padding: 4px 6px;
|
2008-11-17 18:01:00 +00:00
|
|
|
}
|
|
|
|
|
2009-04-11 14:37:24 +00:00
|
|
|
* html div.widget-liquid-left,
|
2008-10-30 09:52:20 +00:00
|
|
|
* html div.widget-liquid-right {
|
2008-02-24 02:04:11 +00:00
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
}
|
2008-02-26 07:15:59 +00:00
|
|
|
|
2008-11-03 18:56:49 +00:00
|
|
|
#screen-options-wrap {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#favorite-actions {
|
|
|
|
z-index: 12;
|
|
|
|
}
|
|
|
|
|
2008-11-24 00:20:34 +00:00
|
|
|
#favorite-inside,
|
|
|
|
#favorite-inside a,
|
|
|
|
.favorite-action {
|
|
|
|
zoom: 100%;
|
2008-11-19 20:57:27 +00:00
|
|
|
}
|
|
|
|
|
2009-04-11 14:37:24 +00:00
|
|
|
#the-comment-list .comment-item,
|
2008-11-17 18:01:00 +00:00
|
|
|
#post-status-info,
|
2008-10-30 09:52:20 +00:00
|
|
|
#wpwrap,
|
|
|
|
#wpcontent,
|
2008-10-30 23:43:08 +00:00
|
|
|
#wrap,
|
2008-10-30 09:52:20 +00:00
|
|
|
#postdivrich,
|
|
|
|
#postdiv,
|
|
|
|
#poststuff,
|
|
|
|
.metabox-holder,
|
|
|
|
#titlediv,
|
|
|
|
#post-body,
|
|
|
|
#editorcontainer,
|
|
|
|
.tablenav,
|
2009-04-11 14:37:24 +00:00
|
|
|
.widget-liquid-left,
|
|
|
|
.widget-liquid-right,
|
|
|
|
#widgets-left,
|
|
|
|
.widgets-sortables,
|
2008-10-30 09:52:20 +00:00
|
|
|
#dragHelper,
|
2009-04-11 14:37:24 +00:00
|
|
|
.widget .widget-top,
|
|
|
|
.widget,
|
2008-10-30 09:52:20 +00:00
|
|
|
.widget-control-actions,
|
2008-12-18 19:12:26 +00:00
|
|
|
.tagchecklist,
|
2008-10-30 09:52:20 +00:00
|
|
|
#col-container,
|
|
|
|
#col-left,
|
2009-06-26 11:07:10 +00:00
|
|
|
#col-right,
|
|
|
|
.fileedit-sub {
|
2008-02-29 23:27:02 +00:00
|
|
|
display: block;
|
|
|
|
zoom: 100%;
|
2008-02-26 07:15:59 +00:00
|
|
|
}
|
|
|
|
|
2008-10-22 22:08:58 +00:00
|
|
|
p.search-box {
|
|
|
|
position: static;
|
|
|
|
float: right;
|
|
|
|
margin: -3px 0 4px;
|
|
|
|
}
|
|
|
|
|
2008-02-26 07:15:59 +00:00
|
|
|
* html #editorcontainer {
|
2008-02-29 23:27:02 +00:00
|
|
|
padding: 0;
|
2008-02-26 07:15:59 +00:00
|
|
|
}
|
|
|
|
|
2008-10-28 10:59:26 +00:00
|
|
|
#editorcontainer #content {
|
2008-02-29 23:27:02 +00:00
|
|
|
overflow: auto;
|
|
|
|
margin: auto;
|
|
|
|
width: 98%;
|
2008-02-26 07:15:59 +00:00
|
|
|
}
|
2008-02-26 19:33:51 +00:00
|
|
|
|
|
|
|
form#template div {
|
|
|
|
width: 100%;
|
2008-03-11 07:31:19 +00:00
|
|
|
}
|
2008-03-11 23:04:13 +00:00
|
|
|
|
2009-01-04 11:51:08 +00:00
|
|
|
#ed_toolbar input,
|
|
|
|
#ed_reply_toolbar input {
|
2008-03-11 23:04:13 +00:00
|
|
|
overflow: visible;
|
2008-03-23 06:41:43 +00:00
|
|
|
padding: 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#poststuff h2 {
|
|
|
|
font-size: 1.6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html #poststuff h2 {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#bh {
|
2008-11-24 00:20:34 +00:00
|
|
|
margin: 7px 10px 0 0;
|
2008-10-22 22:08:58 +00:00
|
|
|
float: right;
|
2008-03-11 23:04:13 +00:00
|
|
|
}
|
2008-03-21 21:05:22 +00:00
|
|
|
|
|
|
|
/* without this dashboard widgets appear in one column for some screen widths */
|
|
|
|
div#dashboard-widgets {
|
|
|
|
padding-right: 1px;
|
|
|
|
}
|
2008-03-23 06:41:43 +00:00
|
|
|
|
2008-12-18 19:12:26 +00:00
|
|
|
.tagchecklist span, .tagchecklist span a {
|
2008-03-23 06:41:43 +00:00
|
|
|
display: inline-block;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2008-12-18 19:12:26 +00:00
|
|
|
.tagchecklist span a {
|
2008-03-23 06:41:43 +00:00
|
|
|
margin: 4px 0 0 -9px;
|
|
|
|
}
|
|
|
|
|
2008-03-24 16:18:30 +00:00
|
|
|
.tablenav .button-secondary, .nav .button-secondary {
|
2008-03-23 06:41:43 +00:00
|
|
|
padding: 0 1px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tablenav select {
|
|
|
|
font-size: 13px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
2008-04-18 23:38:21 +00:00
|
|
|
table.ie-fixed {
|
|
|
|
table-layout: fixed;
|
2008-03-23 06:41:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.widefat tr, .widefat th {
|
|
|
|
margin-bottom: 0;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
|
|
|
|
2008-03-24 16:18:30 +00:00
|
|
|
.widefat th input {
|
|
|
|
margin: 0 0 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widefat .check-column {
|
|
|
|
padding: 6px 0 2px;
|
2008-03-23 06:41:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.widefat tbody th.check-column {
|
2008-03-24 16:18:30 +00:00
|
|
|
padding: 4px 0 22px;
|
2008-03-23 06:41:43 +00:00
|
|
|
}
|
|
|
|
|
2009-07-01 07:31:37 +00:00
|
|
|
.widefat {
|
|
|
|
empty-cells: show;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
2008-03-24 16:18:30 +00:00
|
|
|
.tablenav a.button-secondary {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 2px 5px;
|
2008-03-23 06:41:43 +00:00
|
|
|
}
|
2009-03-25 14:29:22 +00:00
|
|
|
|
|
|
|
* html .stuffbox,
|
|
|
|
* html .stuffbox input,
|
|
|
|
* html .stuffbox textarea {
|
|
|
|
border: 1px solid #DFDFDF;
|
|
|
|
}
|
2009-04-07 09:44:41 +00:00
|
|
|
|
|
|
|
* html .feature-filter .feature-group li {
|
|
|
|
width: 145px;
|
|
|
|
}
|
2009-04-11 14:37:24 +00:00
|
|
|
|
|
|
|
* html .widget-top .widget-title-action a {
|
|
|
|
background: url("../images/menu-bits.gif") no-repeat scroll 0 -110px;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html div.widget-liquid-left {
|
|
|
|
width: 99%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp_inactive_widgets {
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html .widgets-sortables {
|
|
|
|
height: 50px;
|
|
|
|
}
|
2009-04-16 04:41:05 +00:00
|
|
|
|
|
|
|
* html a#content_resize {
|
|
|
|
right: -2px;
|
|
|
|
}
|
|
|
|
|
2009-05-10 00:49:48 +00:00
|
|
|
* html .widget-title h4 {
|
2009-06-01 23:31:34 +00:00
|
|
|
width: 205px;
|
2009-05-10 00:49:48 +00:00
|
|
|
}
|
|
|
|
|
2009-05-24 15:46:09 +00:00
|
|
|
* html #removing-widget .in-widget-title {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2009-05-10 00:49:48 +00:00
|
|
|
#available-widgets .widget-holder {
|
|
|
|
padding-bottom: 65px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#widgets-left .inactive {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget-liquid-right .widget,
|
|
|
|
#wp_inactive_widgets .widget {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2009-06-13 05:03:43 +00:00
|
|
|
* html .media-item .pinkynail {
|
|
|
|
height: 32px;
|
|
|
|
width: 40px;
|
|
|
|
}
|