mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-08 16:41:44 +01:00
ALIGN ALL THE THINGS. fixes #19242.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19278 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
699b72940f
commit
8fd2bc97a6
File diff suppressed because one or more lines are too long
@ -921,7 +921,8 @@ p.search-box {
|
|||||||
#post-body .misc-pub-section {
|
#post-body .misc-pub-section {
|
||||||
border-right-width: 1px;
|
border-right-width: 1px;
|
||||||
border-right-style: solid;
|
border-right-style: solid;
|
||||||
border-bottom: 0 none;
|
border-top: 0;
|
||||||
|
border-bottom: 0;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
float: left;
|
float: left;
|
||||||
max-width: 32%;
|
max-width: 32%;
|
||||||
@ -2764,7 +2765,7 @@ table .inline-edit-row fieldset ul.cat-hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#titlediv #title {
|
#titlediv #title {
|
||||||
padding: 3px 4px;
|
padding: 3px 8px;
|
||||||
font-size: 1.7em;
|
font-size: 1.7em;
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -2776,7 +2777,7 @@ table .inline-edit-row fieldset ul.cat-hover {
|
|||||||
color: #bbb;
|
color: #bbb;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 1.7em;
|
font-size: 1.7em;
|
||||||
padding: 8px;
|
padding: 8px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wp-fullscreen-title-prompt-text {
|
#wp-fullscreen-title-prompt-text {
|
||||||
@ -2806,7 +2807,7 @@ input#link_url {
|
|||||||
#edit-slug-box {
|
#edit-slug-box {
|
||||||
height: 1em;
|
height: 1em;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
padding: 0 7px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#editable-post-name-full {
|
#editable-post-name-full {
|
||||||
@ -3116,7 +3117,7 @@ td.post-title p, td.plugin-title p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.autosave-info {
|
.autosave-info {
|
||||||
padding: 2px 15px 2px 2px;
|
padding: 2px 15px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3140,7 +3141,7 @@ td.post-title p, td.plugin-title p {
|
|||||||
|
|
||||||
#wp-word-count {
|
#wp-word-count {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 2px 7px;
|
padding: 2px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#timestampdiv select {
|
#timestampdiv select {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -101,7 +101,7 @@
|
|||||||
font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
|
font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
padding-left: 5px;
|
padding: 0 0 0 8px;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
border-top: 1px solid #dfdfdf;
|
border-top: 1px solid #dfdfdf;
|
||||||
@ -109,6 +109,10 @@
|
|||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl .wp_themeSkin .mceStatusbar {
|
||||||
|
padding: 0 8px 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
.wp_themeSkin .mceStatusbar * {
|
.wp_themeSkin .mceStatusbar * {
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
@ -118,6 +122,10 @@
|
|||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl .wp_themeSkin .mceStatusbar div {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
||||||
.wp_themeSkin .mceStatusbar a.mceResize {
|
.wp_themeSkin .mceStatusbar a.mceResize {
|
||||||
display: block;
|
display: block;
|
||||||
float: right;
|
float: right;
|
||||||
@ -127,12 +135,16 @@
|
|||||||
cursor: se-resize;
|
cursor: se-resize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl .wp_themeSkin .mceStatusbar a.mceResize {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.wp_themeSkin .mceStatusbar a:hover {
|
.wp_themeSkin .mceStatusbar a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp_themeSkin table.mceToolbar {
|
.wp_themeSkin table.mceToolbar {
|
||||||
margin: 0 2px 2px;
|
margin: 0 6px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp_themeSkin #content_toolbar1 {
|
.wp_themeSkin #content_toolbar1 {
|
||||||
@ -971,7 +983,7 @@
|
|||||||
/* WP specific */
|
/* WP specific */
|
||||||
.wp-editor-area {
|
.wp-editor-area {
|
||||||
font-family: Consolas, Monaco, monospace;
|
font-family: Consolas, Monaco, monospace;
|
||||||
padding: 6px;
|
padding: 10px;
|
||||||
line-height: 150%;
|
line-height: 150%;
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
outline: none;
|
outline: none;
|
||||||
@ -983,7 +995,7 @@
|
|||||||
|
|
||||||
.wp-editor-tools {
|
.wp-editor-tools {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
padding: 0 15px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-editor-container {
|
.wp-editor-container {
|
||||||
@ -1061,6 +1073,7 @@ html[dir="rtl"] .wp-switch-editor {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-media-buttons img {
|
.wp-media-buttons img {
|
||||||
@ -1075,7 +1088,7 @@ html[dir="rtl"] .wp-switch-editor {
|
|||||||
-webkit-border-top-left-radius: 3px;
|
-webkit-border-top-left-radius: 3px;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
border-top-left-radius: 3px;
|
border-top-left-radius: 3px;
|
||||||
padding: 2px 3px 0;
|
padding: 2px 8px 0;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1084,7 +1097,7 @@ html[dir="rtl"] .wp-switch-editor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.quicktags-toolbar input {
|
.quicktags-toolbar input {
|
||||||
margin: 3px 1px 4px;
|
margin: 2px 1px 4px;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: 26px;
|
min-width: 26px;
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
||||||
margin: 0.6em;
|
margin: 10px;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
body.mceForceColors {background:#FFF; color:#000;}
|
body.mceForceColors {background:#FFF; color:#000;}
|
||||||
|
@ -432,7 +432,7 @@ function wp_default_styles( &$styles ) {
|
|||||||
// Any rtl stylesheets that don't have a .dev version for ltr
|
// Any rtl stylesheets that don't have a .dev version for ltr
|
||||||
$no_suffix = array( 'farbtastic' );
|
$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( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' );
|
||||||
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
|
$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( '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( '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( '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' );
|
$styles->add( 'wp-pointer', "/wp-includes/css/wp-pointer$suffix.css", array(), '20111114' );
|
||||||
|
|
||||||
foreach ( $rtl_styles as $rtl_style ) {
|
foreach ( $rtl_styles as $rtl_style ) {
|
||||||
|
@ -18,7 +18,7 @@ $wp_db_version = 19061;
|
|||||||
*
|
*
|
||||||
* @global string $tinymce_version
|
* @global string $tinymce_version
|
||||||
*/
|
*/
|
||||||
$tinymce_version = '345-20111106';
|
$tinymce_version = '345-20111114';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the cache manifest version
|
* Holds the cache manifest version
|
||||||
|
Loading…
Reference in New Issue
Block a user