ALIGN ALL THE THINGS. fixes #19242.

git-svn-id: https://develop.svn.wordpress.org/trunk@19278 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-11-14 20:40:31 +00:00
parent 36e585dc7a
commit b52ab851ec
7 changed files with 32 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@ -921,7 +921,8 @@ p.search-box {
#post-body .misc-pub-section {
border-right-width: 1px;
border-right-style: solid;
border-bottom: 0 none;
border-top: 0;
border-bottom: 0;
min-height: 30px;
float: left;
max-width: 32%;
@ -2764,7 +2765,7 @@ table .inline-edit-row fieldset ul.cat-hover {
}
#titlediv #title {
padding: 3px 4px;
padding: 3px 8px;
font-size: 1.7em;
line-height: 100%;
width: 100%;
@ -2776,7 +2777,7 @@ table .inline-edit-row fieldset ul.cat-hover {
color: #bbb;
position: absolute;
font-size: 1.7em;
padding: 8px;
padding: 8px 10px;
}
#wp-fullscreen-title-prompt-text {
@ -2806,7 +2807,7 @@ input#link_url {
#edit-slug-box {
height: 1em;
margin-top: 8px;
padding: 0 7px;
padding: 0 10px;
}
#editable-post-name-full {
@ -3116,7 +3117,7 @@ td.post-title p, td.plugin-title p {
}
.autosave-info {
padding: 2px 15px 2px 2px;
padding: 2px 15px;
text-align: right;
}
@ -3140,7 +3141,7 @@ td.post-title p, td.plugin-title p {
#wp-word-count {
display: block;
padding: 2px 7px;
padding: 2px 10px;
}
#timestampdiv select {

File diff suppressed because one or more lines are too long

View File

@ -101,7 +101,7 @@
font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
font-size: 12px;
line-height: 16px;
padding-left: 5px;
padding: 0 0 0 8px;
overflow: visible;
height: 20px;
border-top: 1px solid #dfdfdf;
@ -109,6 +109,10 @@
background-color: #f5f5f5;
}
.rtl .wp_themeSkin .mceStatusbar {
padding: 0 8px 0 0;
}
.wp_themeSkin .mceStatusbar * {
color: #555;
}
@ -118,6 +122,10 @@
padding: 2px;
}
.rtl .wp_themeSkin .mceStatusbar div {
float: right;
}
.wp_themeSkin .mceStatusbar a.mceResize {
display: block;
float: right;
@ -127,12 +135,16 @@
cursor: se-resize;
}
.rtl .wp_themeSkin .mceStatusbar a.mceResize {
float: left;
}
.wp_themeSkin .mceStatusbar a:hover {
text-decoration: underline;
}
.wp_themeSkin table.mceToolbar {
margin: 0 2px 2px;
margin: 0 6px 2px;
}
.wp_themeSkin #content_toolbar1 {
@ -971,7 +983,7 @@
/* WP specific */
.wp-editor-area {
font-family: Consolas, Monaco, monospace;
padding: 6px;
padding: 10px;
line-height: 150%;
border: 0 none;
outline: none;
@ -983,7 +995,7 @@
.wp-editor-tools {
height: 30px;
padding: 0 15px;
padding: 0 10px;
}
.wp-editor-container {
@ -1061,6 +1073,7 @@ html[dir="rtl"] .wp-switch-editor {
text-decoration: none;
color: #333;
font-size: 12px;
vertical-align: bottom;
}
.wp-media-buttons img {
@ -1075,7 +1088,7 @@ html[dir="rtl"] .wp-switch-editor {
-webkit-border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
padding: 2px 3px 0;
padding: 2px 8px 0;
min-height: 30px;
}
@ -1084,7 +1097,7 @@ html[dir="rtl"] .wp-switch-editor {
}
.quicktags-toolbar input {
margin: 3px 1px 4px;
margin: 2px 1px 4px;
line-height: 18px;
display: inline-block;
min-width: 26px;

View File

@ -1,6 +1,6 @@
body {
font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
margin: 0.6em;
margin: 10px;
color: #000;
}
body.mceForceColors {background:#FFF; color:#000;}

View File

@ -432,7 +432,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(), '20111114' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111114b' );
$styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
@ -455,7 +455,7 @@ function wp_default_styles( &$styles ) {
$styles->add( 'imgareaselect', '/wp-includes/js/imgareaselect/imgareaselect.css', array(), '0.9.1' );
$styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array(), '20111114' );
$styles->add( 'wp-jquery-ui-dialog', "/wp-includes/css/jquery-ui-dialog$suffix.css", array(), '20111107' );
$styles->add( 'editor-buttons', "/wp-includes/css/editor-buttons$suffix.css", array(), '20111107' );
$styles->add( 'editor-buttons', "/wp-includes/css/editor-buttons$suffix.css", array(), '20111114' );
$styles->add( 'wp-pointer', "/wp-includes/css/wp-pointer$suffix.css", array(), '20111114' );
foreach ( $rtl_styles as $rtl_style ) {

View File

@ -18,7 +18,7 @@ $wp_db_version = 19061;
*
* @global string $tinymce_version
*/
$tinymce_version = '345-20111106';
$tinymce_version = '345-20111114';
/**
* Holds the cache manifest version