max width fixes from azaozz. fixes #6051

git-svn-id: https://develop.svn.wordpress.org/trunk@7114 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-02-29 23:27:02 +00:00
parent 017a78c052
commit 4d02937e6d
8 changed files with 53 additions and 37 deletions
+1 -2
View File
@@ -1421,9 +1421,8 @@ function _mce_set_direction( $input ) {
if ( 'rtl' == $wp_locale->text_direction ) {
$input['directionality'] = 'rtl';
$input['theme_advanced_toolbar_align'] = 'right';
$input['plugins'] .= ',directionality';
$input['theme_advanced_buttons2'] .= ',|,ltr,rtl';
$input['theme_advanced_buttons1'] .= ',ltr';
}
return $input;
@@ -42,10 +42,10 @@ cursor: default;
padding: 1px 2px;
margin: 1px;
background: #e9e8e8 url(img/butt2.png) 2px 1px no-repeat scroll;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
border-radius: 3px;
border: 1px solid #abc0fb;
}
.wp_themeSkin a.mceButton span, .wp_themeSkin a.mceButton img {}
@@ -90,6 +90,7 @@ overflow: hidden;
}
.wp_themeSkin .mceListBox {
margin: 1px;
direction: ltr;
}
.wp_themeSkin .mceListBox .mceOpen {
width:14px;
@@ -129,6 +130,7 @@ border: 1px solid #7789ba !important;
.wp_themeSkin .mceSplitButton {
display:block;
margin: 1px;
direction: ltr;
}
.wp_themeSkin table.mceSplitButton td {
padding: 2px;
@@ -184,24 +186,24 @@ opacity:0.3; filter:alpha(opacity=30)
background: #d6d8da;
}
.wp_themeSkin .mceListBox a.mceText, .wp_themeSkin .mceSplitButton a.mceAction {
-moz-border-radius-bottomleft: 4px;
-webkit-border-radius-bottomleft: 4px;
-khtml-border-radius-bottomleft: 4px;
border-radius-bottomleft: 4px;
-moz-border-radius-topleft: 4px;
-webkit-border-radius-topleft: 4px;
-khtml-border-radius-topleft: 4px;
border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 3px;
-webkit-border-radius-bottomleft: 3px;
-khtml-border-radius-bottomleft: 3px;
border-radius-bottomleft: 3px;
-moz-border-radius-topleft: 3px;
-webkit-border-radius-topleft: 3px;
-khtml-border-radius-topleft: 3px;
border-radius-topleft: 3px;
}
.wp_themeSkin .mceSplitButton a.mceOpen, .wp_themeSkin .mceListBox a.mceOpen {
-moz-border-radius-bottomright: 4px;
-webkit-border-radius-bottomright: 4px;
-khtml-border-radius-bottomright: 4px;
border-radius-bottomright: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-radius-topright: 4px;
-khtml-border-radius-topright: 4px;
border-radius-topright: 4px;
-moz-border-radius-bottomright: 3px;
-webkit-border-radius-bottomright: 3px;
-khtml-border-radius-bottomright: 3px;
border-radius-bottomright: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-radius-topright: 3px;
-khtml-border-radius-topright: 3px;
border-radius-topright: 3px;
}
/* ColorSplitButton */