web/wp-admin/css/ie.css
branchwordpress
changeset 109 03b0d1493584
child 132 4d4862461b8d
equal deleted inserted replaced
-1:000000000000 109:03b0d1493584
       
     1 /* Fixes for IE bugs */
       
     2 
       
     3 input.button,
       
     4 input.button-secondary,
       
     5 input.button-highlighted {
       
     6 	padding: 0;
       
     7 }
       
     8 
       
     9 #minor-publishing-actions input,
       
    10 #major-publishing-actions input {
       
    11 	min-width: auto;
       
    12 	padding-left: 0;
       
    13 	padding-right: 0;
       
    14 }
       
    15 
       
    16 #wpbody-content .postbox {
       
    17 	border: 1px solid #dfdfdf;
       
    18 }
       
    19 
       
    20 #wpbody-content .postbox h3 {
       
    21 	margin-bottom: -1px;
       
    22 }
       
    23 
       
    24 * html .inner-sidebar #side-sortables,
       
    25 * html .postbox-container .meta-box-sortables {
       
    26 	height: 300px;
       
    27 }
       
    28 
       
    29 * html #wpbody-content #screen-options-link-wrap {
       
    30 	display: inline-block;
       
    31 	width: 150px;
       
    32 	text-align: center;
       
    33 }
       
    34 
       
    35 * html #wpbody-content #contextual-help-link-wrap {
       
    36 	display: inline-block;
       
    37 	width: 100px;
       
    38 	text-align: center;
       
    39 }
       
    40 
       
    41 * html #adminmenu {
       
    42 	margin-left: -80px;
       
    43 }
       
    44 
       
    45 * html .folded #adminmenu {
       
    46 	margin-left: -22px;
       
    47 }
       
    48 
       
    49 * html #wpcontent #adminmenu li.menu-top {
       
    50 	display: inline;
       
    51 	padding: 0;
       
    52 	margin: 0;
       
    53 }
       
    54 
       
    55 * html #footer {
       
    56 	margin: 0;
       
    57 }
       
    58 
       
    59 .folded #adminmenu li.menu-top {
       
    60 	display: block;
       
    61 	zoom: 100%;
       
    62 }
       
    63 
       
    64 ul#adminmenu {
       
    65 	z-index: 99;
       
    66 }
       
    67 
       
    68 #adminmenu li.menu-top a.menu-top {
       
    69 	min-width: auto;
       
    70 	width: auto;
       
    71 }
       
    72 
       
    73 #wpcontent #adminmenu li.wp-has-current-submenu a.wp-has-submenu {
       
    74 	font-style: normal;
       
    75 }
       
    76 
       
    77 * html #wpcontent #adminmenu .wp-menu-open .wp-menu-toggle {
       
    78 	background: none;
       
    79 }
       
    80 
       
    81 * html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle {
       
    82 	background: url(../images/menu-bits.gif) no-repeat scroll left -109px;
       
    83 }
       
    84 
       
    85 * html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle {
       
    86 	background: url(../images/menu-bits.gif) no-repeat scroll left -206px;
       
    87 }
       
    88 
       
    89 * html #adminmenu div.wp-menu-image {
       
    90 	height: 29px;
       
    91 }
       
    92 
       
    93 #wpcontent #adminmenu .wp-submenu li {
       
    94 	padding: 0;
       
    95 }
       
    96 
       
    97 #adminmenu,
       
    98 .wp-submenu,
       
    99 .wp-submenu li,
       
   100 .wp-menu-toggle {
       
   101 	zoom: 100%;
       
   102 }
       
   103 
       
   104 .folded #adminmenu li.wp-menu-separator {
       
   105 	width: 28px;
       
   106 }
       
   107 
       
   108 #wpcontent #adminmenu .wp-submenu li.wp-submenu-head {
       
   109 	padding: 3px 4px 4px 10px;
       
   110 	zoom: 100%;
       
   111 }
       
   112 
       
   113 .folded #adminmenu .menu-top {
       
   114 	height: 30px;
       
   115 }
       
   116 
       
   117 .folded #adminmenu .wp-submenu {
       
   118 	margin: -1px 0 0 0;
       
   119 }
       
   120 
       
   121 #template,
       
   122 #template div,
       
   123 #editcat,
       
   124 #addcat,
       
   125 * html .stuffbox h3 {
       
   126 	zoom: 100%;
       
   127 }
       
   128 
       
   129 .submitbox {
       
   130 	margin-top: 10px;
       
   131 }
       
   132 
       
   133 /* Inline Editor */
       
   134 #wpbody-content .quick-edit-row-post .inline-edit-col-left {
       
   135 	width: 39%;
       
   136 }
       
   137 
       
   138 #wpbody-content .inline-edit-row-post .inline-edit-col-center {
       
   139 	width: 19%;
       
   140 }
       
   141 
       
   142 #wpbody-content .quick-edit-row-page .inline-edit-col-left {
       
   143 	width: 49%;
       
   144 }
       
   145 
       
   146 #wpbody-content .bulk-edit-row .inline-edit-col-left {
       
   147 	width: 29%;
       
   148 }
       
   149 
       
   150 .inline-edit-row p.submit {
       
   151 	zoom: 100%;
       
   152 }
       
   153 
       
   154 .inline-edit-row fieldset label span.title {
       
   155 	display: block;
       
   156 	float: left;
       
   157 	width: 5em;
       
   158 }
       
   159 
       
   160 .inline-edit-row fieldset label span.input-text-wrap {
       
   161 	margin-left: 0;
       
   162 	zoom: 100%;
       
   163 }
       
   164 
       
   165 #wpbody-content .inline-edit-row fieldset label span.input-text-wrap input {
       
   166 	line-height: 130%;
       
   167 }
       
   168 
       
   169 #wpbody-content .inline-edit-row .input-text-wrap input {
       
   170 	width: 95%;
       
   171 }
       
   172 
       
   173 #wpbody-content .inline-edit-row .input-text-wrap input.inline-edit-password-input {
       
   174 	width: 8em;
       
   175 }
       
   176 /* end Inline Editor */
       
   177 
       
   178 input {
       
   179 	line-height: 1;
       
   180 }
       
   181 
       
   182 * html .row-actions {
       
   183 	visibility: visible;
       
   184 }
       
   185 
       
   186 #dashboard-widgets h3 a {
       
   187 	height: 20px;
       
   188 	line-height: 20px;
       
   189 }
       
   190 
       
   191 #wphead-info {
       
   192 	float: right;
       
   193 }
       
   194 
       
   195 #titlediv #title {
       
   196 	width: 98%;
       
   197 }
       
   198 
       
   199 a.button {
       
   200 	line-height: 1.4em;
       
   201 	margin: 1px;
       
   202 	padding: 4px 6px;
       
   203 }
       
   204 
       
   205 * html div.widget-liquid-left,
       
   206 * html div.widget-liquid-right {
       
   207 	display: block;
       
   208 	position: relative;
       
   209 }
       
   210 
       
   211 #screen-options-wrap {
       
   212 	overflow: hidden;
       
   213 }
       
   214 
       
   215 #favorite-actions {
       
   216 	z-index: 12;
       
   217 }
       
   218 
       
   219 #favorite-inside,
       
   220 #favorite-inside a,
       
   221 .favorite-action {
       
   222 	zoom: 100%;
       
   223 }
       
   224 
       
   225 #the-comment-list .comment-item,
       
   226 #post-status-info,
       
   227 #wpwrap,
       
   228 #wpcontent,
       
   229 #wrap,
       
   230 #postdivrich,
       
   231 #postdiv,
       
   232 #poststuff,
       
   233 .metabox-holder,
       
   234 #titlediv,
       
   235 #post-body,
       
   236 #editorcontainer,
       
   237 .tablenav,
       
   238 .widget-liquid-left,
       
   239 .widget-liquid-right,
       
   240 #widgets-left,
       
   241 .widgets-sortables,
       
   242 #dragHelper,
       
   243 .widget .widget-top,
       
   244 .widget,
       
   245 .widget-control-actions,
       
   246 .tagchecklist,
       
   247 #col-container,
       
   248 #col-left,
       
   249 #col-right,
       
   250 .fileedit-sub {
       
   251 	display: block;
       
   252 	zoom: 100%;
       
   253 }
       
   254 
       
   255 p.search-box {
       
   256 	position: static;
       
   257 	float: right;
       
   258 	margin: -3px 0 4px;
       
   259 }
       
   260 
       
   261 * html #editorcontainer {
       
   262 	padding: 0;
       
   263 }
       
   264 
       
   265 #editorcontainer #content {
       
   266 	overflow: auto;
       
   267 	margin: auto;
       
   268 	width: 98%;
       
   269 }
       
   270 
       
   271 form#template div {
       
   272 	width: 100%;
       
   273 }
       
   274 
       
   275 #ed_toolbar input,
       
   276 #ed_reply_toolbar input {
       
   277 	overflow: visible;
       
   278 	padding: 0 4px;
       
   279 }
       
   280 
       
   281 #poststuff h2 {
       
   282 	font-size: 1.6em;
       
   283 }
       
   284 
       
   285 * html #poststuff h2 {
       
   286 	margin-left: 0;
       
   287 }
       
   288 
       
   289 #bh {
       
   290 	margin: 7px 10px 0 0;
       
   291 	float: right;
       
   292 }
       
   293 
       
   294 /* without this dashboard widgets appear in one column for some screen widths */
       
   295 div#dashboard-widgets {
       
   296 	padding-right: 1px;
       
   297 }
       
   298 
       
   299 .tagchecklist span, .tagchecklist span a {
       
   300 	display: inline-block;
       
   301 	display: block;
       
   302 }
       
   303 
       
   304 .tagchecklist span a {
       
   305 	margin: 4px 0 0 -9px;
       
   306 }
       
   307 
       
   308 .tablenav .button-secondary, .nav .button-secondary {
       
   309 	padding: 0 1px;
       
   310 	vertical-align: middle;
       
   311 }
       
   312 
       
   313 .tablenav select {
       
   314 	font-size: 13px;
       
   315 	display: inline-block;
       
   316 	vertical-align: top;
       
   317 	margin-top: 2px;
       
   318 }
       
   319 
       
   320 table.ie-fixed {
       
   321 	table-layout: fixed;
       
   322 }
       
   323 
       
   324 .widefat tr, .widefat th {
       
   325 	margin-bottom: 0;
       
   326 	border-spacing: 0;
       
   327 }
       
   328 
       
   329 .widefat th input {
       
   330 	margin: 0 0 0 5px;
       
   331 }
       
   332 
       
   333 .widefat .check-column {
       
   334 	padding: 6px 0 2px;
       
   335 }
       
   336 
       
   337 .widefat tbody th.check-column {
       
   338 	padding: 4px 0 22px;
       
   339 }
       
   340 
       
   341 .widefat {
       
   342 	empty-cells: show;
       
   343 	border-collapse: collapse;
       
   344 }
       
   345 
       
   346 .tablenav a.button-secondary {
       
   347 	display: inline-block;
       
   348 	padding: 2px 5px;
       
   349 }
       
   350 
       
   351 * html .stuffbox,
       
   352 * html .stuffbox input,
       
   353 * html .stuffbox textarea {
       
   354 	border: 1px solid #DFDFDF;
       
   355 }
       
   356 
       
   357 * html .feature-filter .feature-group li {
       
   358 	width: 145px;
       
   359 }
       
   360 
       
   361 * html .widget-top .widget-title-action a {
       
   362     background: url("../images/menu-bits.gif") no-repeat scroll 0 -110px;
       
   363 }
       
   364 
       
   365 * html div.widget-liquid-left {
       
   366     width: 99%;
       
   367 }
       
   368 
       
   369 #wp_inactive_widgets {
       
   370 	padding-bottom: 8px;
       
   371 }
       
   372 
       
   373 * html .widgets-sortables {
       
   374 	height: 50px;
       
   375 }
       
   376 
       
   377 * html a#content_resize {
       
   378 	right: -2px;
       
   379 }
       
   380 
       
   381 * html .widget-title h4 {
       
   382 	width: 205px;
       
   383 }
       
   384 
       
   385 * html #removing-widget .in-widget-title {
       
   386 	display: none;
       
   387 }
       
   388 
       
   389 #available-widgets .widget-holder {
       
   390 	padding-bottom: 65px;
       
   391 }
       
   392 
       
   393 #widgets-left .inactive {
       
   394 	padding-bottom: 10px;
       
   395 }
       
   396 
       
   397 .widget-liquid-right .widget,
       
   398 #wp_inactive_widgets .widget {
       
   399 	position: relative;
       
   400 }
       
   401