max width fixes from azaozz. fixes #6051
git-svn-id: http://svn.automattic.com/wordpress/trunk@7121 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
846991d804
commit
7d9f5e76a0
|
@ -35,90 +35,90 @@ border:0; margin:0; padding:0; background:transparent; white-space:nowrap; text-
|
|||
|
||||
/* Button */
|
||||
.wp_themeSkin .mceButton {
|
||||
display:block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
cursor: default;
|
||||
padding: 1px 2px;
|
||||
margin: 1px;
|
||||
background: #e9e8e8 url(img/butt2.png) 2px 1px no-repeat scroll;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
border: 1px solid #abc0fb;
|
||||
display:block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
cursor: default;
|
||||
padding: 1px 2px;
|
||||
margin: 1px;
|
||||
background: #e9e8e8 url(img/butt2.png) 2px 1px no-repeat scroll;
|
||||
-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 {}
|
||||
.wp_themeSkin .mceOldBoxModel a.mceButton span, .wp_themeSkin .mceOldBoxModel a.mceButton img {margin:0 0 0 1px}
|
||||
.wp_themeSkin a.mceButtonEnabled:hover {
|
||||
background-color:#d6d8da;
|
||||
background-position:0 -20px;
|
||||
border: 1px solid #7789ba !important;
|
||||
background-color:#d6d8da;
|
||||
background-position:0 -20px;
|
||||
border: 1px solid #7789ba !important;
|
||||
}
|
||||
.wp_themeSkin a.mceButtonActive, .wp_themeSkin a.mceButtonSelected {
|
||||
background-color: #d6d8da;
|
||||
background-position:0 -20px;
|
||||
border: 1px solid #7789ba !important;
|
||||
background-color: #d6d8da;
|
||||
background-position:0 -20px;
|
||||
border: 1px solid #7789ba !important;
|
||||
}
|
||||
.wp_themeSkin .mceButtonDisabled .mceIcon {opacity:0.3; filter:alpha(opacity=30);}
|
||||
.wp_themeSkin .mceButtonDisabled {border-color:#bdd;}
|
||||
|
||||
/* Separator */
|
||||
.wp_themeSkin .mceSeparator {
|
||||
height: 24px;
|
||||
width: 1px;
|
||||
display: block;
|
||||
background: transparent;
|
||||
overflow: hidden;
|
||||
margin: 0 2px;
|
||||
height: 24px;
|
||||
width: 1px;
|
||||
display: block;
|
||||
background: transparent;
|
||||
overflow: hidden;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
/* ListBox */
|
||||
.wp_themeSkin .mceListBox, .wp_themeSkin .mceListBox a {display:block}
|
||||
.wp_themeSkin .mceListBox .mceText {
|
||||
padding: 1px 2px 1px 5px;
|
||||
border: 1px solid #abc0fb;
|
||||
text-align:left;
|
||||
width:70px;
|
||||
border-right:0;
|
||||
background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;
|
||||
font-family: Tahoma,Verdana,Arial,Helvetica;
|
||||
font-size: 11px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
overflow: hidden;
|
||||
padding: 1px 2px 1px 5px;
|
||||
border: 1px solid #abc0fb;
|
||||
text-align:left;
|
||||
width:70px;
|
||||
border-right:0;
|
||||
background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;
|
||||
font-family: Tahoma,Verdana,Arial,Helvetica;
|
||||
font-size: 11px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.wp_themeSkin .mceListBox {
|
||||
margin: 1px;
|
||||
direction: ltr;
|
||||
margin: 1px;
|
||||
direction: ltr;
|
||||
}
|
||||
.wp_themeSkin .mceListBox .mceOpen {
|
||||
width:14px;
|
||||
height:20px;
|
||||
border-collapse:separate;
|
||||
background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;
|
||||
padding: 1px;
|
||||
border: 1px solid #abc0fb;
|
||||
width:14px;
|
||||
height:20px;
|
||||
border-collapse:separate;
|
||||
background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;
|
||||
padding: 1px;
|
||||
border: 1px solid #abc0fb;
|
||||
}
|
||||
.wp_themeSkin .mceListBox .mceOpen span {
|
||||
display: block;
|
||||
width:14px;
|
||||
height:20px;
|
||||
background:url(img/down_arrow.gif) 2px 1px no-repeat;
|
||||
display: block;
|
||||
width:14px;
|
||||
height:20px;
|
||||
background:url(img/down_arrow.gif) 2px 1px no-repeat;
|
||||
}
|
||||
.wp_themeSkin table.mceListBoxEnabled:hover .mceText,
|
||||
.wp_themeSkin .mceListBoxHover .mceText,
|
||||
.wp_themeSkin .mceListBoxSelected .mceText {
|
||||
background:#eae8ea;
|
||||
border-collapse:separate;
|
||||
border: 1px solid #7789ba !important;
|
||||
border-right: 0 none !important;
|
||||
background:#eae8ea;
|
||||
border-collapse:separate;
|
||||
border: 1px solid #7789ba !important;
|
||||
border-right: 0 none !important;
|
||||
}
|
||||
.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
|
||||
.wp_themeSkin .mceListBoxHover .mceOpen,
|
||||
.wp_themeSkin .mceListBoxSelected .mceOpen {
|
||||
background-color:#d6d8da;
|
||||
border: 1px solid #7789ba !important;
|
||||
background-color:#d6d8da;
|
||||
border: 1px solid #7789ba !important;
|
||||
}
|
||||
.wp_themeSkin .mceListBoxDisabled .mceText {color:gray}
|
||||
.wp_themeSkin .mceListBoxMenu {overflow:auto; overflow-x:hidden}
|
||||
|
@ -128,82 +128,82 @@ border: 1px solid #7789ba !important;
|
|||
/* SplitButton */
|
||||
.wp_themeSkin .mceSplitButton a, .wp_themeSkin .mceSplitButton span {display:block; height:20px}
|
||||
.wp_themeSkin .mceSplitButton {
|
||||
display:block;
|
||||
margin: 1px;
|
||||
direction: ltr;
|
||||
display:block;
|
||||
margin: 1px;
|
||||
direction: ltr;
|
||||
}
|
||||
.wp_themeSkin table.mceSplitButton td {
|
||||
padding: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
.wp_themeSkin .mceSplitButton a.mceAction {
|
||||
height:20px;
|
||||
width:20px;
|
||||
background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;
|
||||
padding: 1px 2px;
|
||||
border: 1px solid #abc0fb;
|
||||
height:20px;
|
||||
width:20px;
|
||||
background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;
|
||||
padding: 1px 2px;
|
||||
border: 1px solid #abc0fb;
|
||||
}
|
||||
.wp_themeSkin .mceSplitButton span.mceAction {
|
||||
background: url(../../img/icons.gif) 20px 20px;
|
||||
width:20px;
|
||||
background: url(../../img/icons.gif) 20px 20px;
|
||||
width:20px;
|
||||
}
|
||||
.wp_themeSkin .mceSplitButton a.mceOpen {
|
||||
width:10px;
|
||||
height:20px;
|
||||
border-collapse:separate;
|
||||
background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;
|
||||
padding: 1px;
|
||||
border: 1px solid #abc0fb;
|
||||
border-left: 0 none;
|
||||
width:10px;
|
||||
height:20px;
|
||||
border-collapse:separate;
|
||||
background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;
|
||||
padding: 1px;
|
||||
border: 1px solid #abc0fb;
|
||||
border-left: 0 none;
|
||||
}
|
||||
.wp_themeSkin .mceSplitButton span.mceOpen {
|
||||
width:10px;
|
||||
background:url(img/down_arrow.gif) 0px 1px;
|
||||
width:10px;
|
||||
background:url(img/down_arrow.gif) 0px 1px;
|
||||
}
|
||||
.wp_themeSkin .mceSplitButton a.mceOpen:hover,
|
||||
.wp_themeSkin .mceSplitButtonSelected a.mceOpen {
|
||||
background:#d6d8da;
|
||||
border-collapse:separate;
|
||||
border: 1px solid #7789ba !important;
|
||||
border-left: 0 none !important;
|
||||
background:#d6d8da;
|
||||
border-collapse:separate;
|
||||
border: 1px solid #7789ba !important;
|
||||
border-left: 0 none !important;
|
||||
}
|
||||
.wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction {
|
||||
background:#d6d8da;
|
||||
border: 1px solid #7789ba !important;
|
||||
background:#d6d8da;
|
||||
border: 1px solid #7789ba !important;
|
||||
}
|
||||
.wp_themeSkin .mceSplitButton a.mceAction:hover {
|
||||
background:#d6d8da;
|
||||
border-collapse:separate;
|
||||
border: 1px solid #7789ba !important;
|
||||
background:#d6d8da;
|
||||
border-collapse:separate;
|
||||
border: 1px solid #7789ba !important;
|
||||
}
|
||||
.wp_themeSkin table.mceSplitButtonEnabled:hover span.mceOpen,
|
||||
.wp_themeSkin .mceSplitButtonHover span.mceOpen,
|
||||
.wp_themeSkin .mceSplitButtonSelected span.mceOpen {
|
||||
}
|
||||
.wp_themeSkin .mceSplitButtonDisabled .mceAction {
|
||||
opacity:0.3; filter:alpha(opacity=30)
|
||||
opacity:0.3; filter:alpha(opacity=30)
|
||||
}
|
||||
.wp_themeSkin .mceSplitButtonActive {
|
||||
background: #d6d8da;
|
||||
}
|
||||
.wp_themeSkin .mceListBox a.mceText, .wp_themeSkin .mceSplitButton a.mceAction {
|
||||
-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;
|
||||
-moz-border-radius-bottomleft: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
-khtml-border-bottom-left-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
-moz-border-radius-topleft: 3px;
|
||||
-webkit-border-top-left-radius: 3px;
|
||||
-khtml-border-top-left-radius: 3px;
|
||||
border-top-left-radius: 3px;
|
||||
}
|
||||
.wp_themeSkin .mceSplitButton a.mceOpen, .wp_themeSkin .mceListBox a.mceOpen {
|
||||
-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;
|
||||
-moz-border-radius-bottomright: 3px;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
-khtml-border-bottom-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
-moz-border-radius-topright: 3px;
|
||||
-webkit-border-top-right-radius: 3px;
|
||||
-khtml-border-top-right-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
}
|
||||
|
||||
/* ColorSplitButton */
|
||||
|
@ -225,27 +225,27 @@ border-radius-topright: 3px;
|
|||
.wp_themeSkin .mceMenu td {height:20px}
|
||||
.wp_themeSkin .mceMenu a {position:relative;padding:3px 0 4px 0}
|
||||
.wp_themeSkin .mceMenu .mceText {
|
||||
position:relative;
|
||||
display:block;
|
||||
font-family:Tahoma,Verdana,Arial,Helvetica;
|
||||
color:#000;
|
||||
cursor:default;
|
||||
margin:0;
|
||||
padding:0 25px 0 25px;
|
||||
display:block
|
||||
position:relative;
|
||||
display:block;
|
||||
font-family:Tahoma,Verdana,Arial,Helvetica;
|
||||
color:#000;
|
||||
cursor:default;
|
||||
margin:0;
|
||||
padding:0 25px 0 25px;
|
||||
display:block
|
||||
}
|
||||
.wp_themeSkin .mceMenu span.mceText, .wp_themeSkin .mceMenu .mcePreview {font-size:11px}
|
||||
.wp_themeSkin .mceMenu pre.mceText {font-family:Monospace}
|
||||
.wp_themeSkin .mceMenu .mceIcon {position:absolute; top:0; left:0; width:22px;}
|
||||
.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
|
||||
.wp_themeSkin .mceMenu .mceMenuItemActive {
|
||||
background-color: #CEE1EF;
|
||||
background-color: #CEE1EF;
|
||||
}
|
||||
.wp_themeSkin td.mceMenuItemSeparator {background:#aaa; height:1px}
|
||||
.wp_themeSkin .mceMenuItemTitle a {
|
||||
border:0;
|
||||
background:#ccc;
|
||||
border-bottom:1px solid #aaa;
|
||||
border:0;
|
||||
background:#ccc;
|
||||
border-bottom:1px solid #aaa;
|
||||
}
|
||||
.wp_themeSkin .mceMenuItemTitle span.mceText {color:#000; font-weight:bold; padding-left:4px}
|
||||
.wp_themeSkin .mceMenuItemDisabled .mceText {color:#888}
|
||||
|
|
Loading…
Reference in New Issue