Press This CSS cleanup, props andrewryno, see #18314
git-svn-id: http://svn.automattic.com/wordpress/trunk@19001 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ee71b2eb88
commit
9d05f1f94a
File diff suppressed because one or more lines are too long
|
@ -6420,11 +6420,6 @@ img {
|
|||
padding: 8px 8px 0;
|
||||
}
|
||||
|
||||
.press-this #submitpost #ajax-loading,
|
||||
.press-this #submitpost .ajax-loading {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.press-this .howto {
|
||||
margin-top: 2px;
|
||||
margin-bottom: 3px;
|
||||
|
@ -6433,13 +6428,6 @@ img {
|
|||
display: block;
|
||||
}
|
||||
|
||||
.press-this input.text {
|
||||
outline-color: -moz-use-text-color;
|
||||
outline-style: none;
|
||||
outline-width: medium;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* Editor/Main Column */
|
||||
.press-this #poststuff {
|
||||
margin: 0 10px 10px;
|
||||
|
@ -6471,16 +6459,9 @@ div.zerosize {
|
|||
padding-top: 5px;
|
||||
}
|
||||
|
||||
.press-this #submitdiv .inside {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.press-this #submitdiv p {
|
||||
margin: 6px;
|
||||
padding: 0 0 6px;
|
||||
-webkit-box-shadow: 0 1px 0 #fff;
|
||||
-moz-box-shadow: 0 1px 0 #fff;
|
||||
box-shadow: 0 1px 0 #fff;
|
||||
margin: 0;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
.press-this #submitdiv #publishing-actions {
|
||||
|
@ -6528,6 +6509,10 @@ h3.tb {
|
|||
background: transparent url(../images/arrows.png) no-repeat 6px 7px;
|
||||
}
|
||||
|
||||
#submitdiv:hover .handlediv {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.tbtitle {
|
||||
font-size: 1.7em;
|
||||
outline: none;
|
||||
|
@ -6625,69 +6610,13 @@ h3.tb {
|
|||
}
|
||||
|
||||
/* Categories */
|
||||
.press-this .category-add input[type="text"],
|
||||
.press-this .category-add select {
|
||||
width: 100%;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
.press-this .categorydiv div.tabs-panel {
|
||||
height: 100px;
|
||||
overflow: auto;
|
||||
padding: 0.5em 0.9em;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.press-this .category-tabs li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.press-this .category-tabs a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.press-this ul.category-tabs {
|
||||
margin-bottom: 5px;
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
/* Tags */
|
||||
.press-this .tagsdiv .newtag {
|
||||
margin-right: 5px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.jaxtag {
|
||||
clear: both;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.tagadd {
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.press-this .tagchecklist {
|
||||
margin-top: 3px;
|
||||
margin-bottom: 1em;
|
||||
font-size: 12px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.press-this .tagchecklist strong {
|
||||
position: absolute;
|
||||
font-size: .75em;
|
||||
}
|
||||
|
||||
.press-this .tagchecklist span {
|
||||
margin-right: .5em;
|
||||
margin-left: 10px;
|
||||
display: block;
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
line-height: 1.8em;
|
||||
white-space: nowrap;
|
||||
cursor: default;
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
.press-this #content {
|
||||
|
|
|
@ -419,7 +419,7 @@ var photostorage = false;
|
|||
<body class="press-this wp-admin">
|
||||
<form action="press-this.php?action=post" method="post">
|
||||
<div id="poststuff" class="metabox-holder">
|
||||
<div class="press-this-sidebar">
|
||||
<div id="side-sortables" class="press-this-sidebar">
|
||||
<div class="sleeve">
|
||||
<?php wp_nonce_field('press-this') ?>
|
||||
<input type="hidden" name="post_type" id="post_type" value="text"/>
|
||||
|
|
|
@ -431,7 +431,7 @@ function wp_default_styles( &$styles ) {
|
|||
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||
$no_suffix = array( 'farbtastic' );
|
||||
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111015' );
|
||||
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111018' );
|
||||
|
||||
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' );
|
||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
||||
|
|
Loading…
Reference in New Issue