mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-13 02:51:33 +01:00
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 */
|
/* Button */
|
||||||
.wp_themeSkin .mceButton {
|
.wp_themeSkin .mceButton {
|
||||||
display:block;
|
display:block;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
padding: 1px 2px;
|
padding: 1px 2px;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
background: #e9e8e8 url(img/butt2.png) 2px 1px no-repeat scroll;
|
background: #e9e8e8 url(img/butt2.png) 2px 1px no-repeat scroll;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
-khtml-border-radius: 3px;
|
-khtml-border-radius: 3px;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border: 1px solid #abc0fb;
|
border: 1px solid #abc0fb;
|
||||||
}
|
}
|
||||||
.wp_themeSkin a.mceButton span, .wp_themeSkin a.mceButton img {}
|
.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 .mceOldBoxModel a.mceButton span, .wp_themeSkin .mceOldBoxModel a.mceButton img {margin:0 0 0 1px}
|
||||||
.wp_themeSkin a.mceButtonEnabled:hover {
|
.wp_themeSkin a.mceButtonEnabled:hover {
|
||||||
background-color:#d6d8da;
|
background-color:#d6d8da;
|
||||||
background-position:0 -20px;
|
background-position:0 -20px;
|
||||||
border: 1px solid #7789ba !important;
|
border: 1px solid #7789ba !important;
|
||||||
}
|
}
|
||||||
.wp_themeSkin a.mceButtonActive, .wp_themeSkin a.mceButtonSelected {
|
.wp_themeSkin a.mceButtonActive, .wp_themeSkin a.mceButtonSelected {
|
||||||
background-color: #d6d8da;
|
background-color: #d6d8da;
|
||||||
background-position:0 -20px;
|
background-position:0 -20px;
|
||||||
border: 1px solid #7789ba !important;
|
border: 1px solid #7789ba !important;
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceButtonDisabled .mceIcon {opacity:0.3; filter:alpha(opacity=30);}
|
.wp_themeSkin .mceButtonDisabled .mceIcon {opacity:0.3; filter:alpha(opacity=30);}
|
||||||
.wp_themeSkin .mceButtonDisabled {border-color:#bdd;}
|
.wp_themeSkin .mceButtonDisabled {border-color:#bdd;}
|
||||||
|
|
||||||
/* Separator */
|
/* Separator */
|
||||||
.wp_themeSkin .mceSeparator {
|
.wp_themeSkin .mceSeparator {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
display: block;
|
display: block;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ListBox */
|
/* ListBox */
|
||||||
.wp_themeSkin .mceListBox, .wp_themeSkin .mceListBox a {display:block}
|
.wp_themeSkin .mceListBox, .wp_themeSkin .mceListBox a {display:block}
|
||||||
.wp_themeSkin .mceListBox .mceText {
|
.wp_themeSkin .mceListBox .mceText {
|
||||||
padding: 1px 2px 1px 5px;
|
padding: 1px 2px 1px 5px;
|
||||||
border: 1px solid #abc0fb;
|
border: 1px solid #abc0fb;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
width:70px;
|
width:70px;
|
||||||
border-right:0;
|
border-right:0;
|
||||||
background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;
|
background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;
|
||||||
font-family: Tahoma,Verdana,Arial,Helvetica;
|
font-family: Tahoma,Verdana,Arial,Helvetica;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceListBox {
|
.wp_themeSkin .mceListBox {
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceListBox .mceOpen {
|
.wp_themeSkin .mceListBox .mceOpen {
|
||||||
width:14px;
|
width:14px;
|
||||||
height:20px;
|
height:20px;
|
||||||
border-collapse:separate;
|
border-collapse:separate;
|
||||||
background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;
|
background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
border: 1px solid #abc0fb;
|
border: 1px solid #abc0fb;
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceListBox .mceOpen span {
|
.wp_themeSkin .mceListBox .mceOpen span {
|
||||||
display: block;
|
display: block;
|
||||||
width:14px;
|
width:14px;
|
||||||
height:20px;
|
height:20px;
|
||||||
background:url(img/down_arrow.gif) 2px 1px no-repeat;
|
background:url(img/down_arrow.gif) 2px 1px no-repeat;
|
||||||
}
|
}
|
||||||
.wp_themeSkin table.mceListBoxEnabled:hover .mceText,
|
.wp_themeSkin table.mceListBoxEnabled:hover .mceText,
|
||||||
.wp_themeSkin .mceListBoxHover .mceText,
|
.wp_themeSkin .mceListBoxHover .mceText,
|
||||||
.wp_themeSkin .mceListBoxSelected .mceText {
|
.wp_themeSkin .mceListBoxSelected .mceText {
|
||||||
background:#eae8ea;
|
background:#eae8ea;
|
||||||
border-collapse:separate;
|
border-collapse:separate;
|
||||||
border: 1px solid #7789ba !important;
|
border: 1px solid #7789ba !important;
|
||||||
border-right: 0 none !important;
|
border-right: 0 none !important;
|
||||||
}
|
}
|
||||||
.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
|
.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen,
|
||||||
.wp_themeSkin .mceListBoxHover .mceOpen,
|
.wp_themeSkin .mceListBoxHover .mceOpen,
|
||||||
.wp_themeSkin .mceListBoxSelected .mceOpen {
|
.wp_themeSkin .mceListBoxSelected .mceOpen {
|
||||||
background-color:#d6d8da;
|
background-color:#d6d8da;
|
||||||
border: 1px solid #7789ba !important;
|
border: 1px solid #7789ba !important;
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceListBoxDisabled .mceText {color:gray}
|
.wp_themeSkin .mceListBoxDisabled .mceText {color:gray}
|
||||||
.wp_themeSkin .mceListBoxMenu {overflow:auto; overflow-x:hidden}
|
.wp_themeSkin .mceListBoxMenu {overflow:auto; overflow-x:hidden}
|
||||||
@ -128,82 +128,82 @@ border: 1px solid #7789ba !important;
|
|||||||
/* SplitButton */
|
/* SplitButton */
|
||||||
.wp_themeSkin .mceSplitButton a, .wp_themeSkin .mceSplitButton span {display:block; height:20px}
|
.wp_themeSkin .mceSplitButton a, .wp_themeSkin .mceSplitButton span {display:block; height:20px}
|
||||||
.wp_themeSkin .mceSplitButton {
|
.wp_themeSkin .mceSplitButton {
|
||||||
display:block;
|
display:block;
|
||||||
margin: 1px;
|
margin: 1px;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
}
|
}
|
||||||
.wp_themeSkin table.mceSplitButton td {
|
.wp_themeSkin table.mceSplitButton td {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceSplitButton a.mceAction {
|
.wp_themeSkin .mceSplitButton a.mceAction {
|
||||||
height:20px;
|
height:20px;
|
||||||
width:20px;
|
width:20px;
|
||||||
background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;
|
background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;
|
||||||
padding: 1px 2px;
|
padding: 1px 2px;
|
||||||
border: 1px solid #abc0fb;
|
border: 1px solid #abc0fb;
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceSplitButton span.mceAction {
|
.wp_themeSkin .mceSplitButton span.mceAction {
|
||||||
background: url(../../img/icons.gif) 20px 20px;
|
background: url(../../img/icons.gif) 20px 20px;
|
||||||
width:20px;
|
width:20px;
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceSplitButton a.mceOpen {
|
.wp_themeSkin .mceSplitButton a.mceOpen {
|
||||||
width:10px;
|
width:10px;
|
||||||
height:20px;
|
height:20px;
|
||||||
border-collapse:separate;
|
border-collapse:separate;
|
||||||
background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;
|
background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
border: 1px solid #abc0fb;
|
border: 1px solid #abc0fb;
|
||||||
border-left: 0 none;
|
border-left: 0 none;
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceSplitButton span.mceOpen {
|
.wp_themeSkin .mceSplitButton span.mceOpen {
|
||||||
width:10px;
|
width:10px;
|
||||||
background:url(img/down_arrow.gif) 0px 1px;
|
background:url(img/down_arrow.gif) 0px 1px;
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceSplitButton a.mceOpen:hover,
|
.wp_themeSkin .mceSplitButton a.mceOpen:hover,
|
||||||
.wp_themeSkin .mceSplitButtonSelected a.mceOpen {
|
.wp_themeSkin .mceSplitButtonSelected a.mceOpen {
|
||||||
background:#d6d8da;
|
background:#d6d8da;
|
||||||
border-collapse:separate;
|
border-collapse:separate;
|
||||||
border: 1px solid #7789ba !important;
|
border: 1px solid #7789ba !important;
|
||||||
border-left: 0 none !important;
|
border-left: 0 none !important;
|
||||||
}
|
}
|
||||||
.wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction {
|
.wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction {
|
||||||
background:#d6d8da;
|
background:#d6d8da;
|
||||||
border: 1px solid #7789ba !important;
|
border: 1px solid #7789ba !important;
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceSplitButton a.mceAction:hover {
|
.wp_themeSkin .mceSplitButton a.mceAction:hover {
|
||||||
background:#d6d8da;
|
background:#d6d8da;
|
||||||
border-collapse:separate;
|
border-collapse:separate;
|
||||||
border: 1px solid #7789ba !important;
|
border: 1px solid #7789ba !important;
|
||||||
}
|
}
|
||||||
.wp_themeSkin table.mceSplitButtonEnabled:hover span.mceOpen,
|
.wp_themeSkin table.mceSplitButtonEnabled:hover span.mceOpen,
|
||||||
.wp_themeSkin .mceSplitButtonHover span.mceOpen,
|
.wp_themeSkin .mceSplitButtonHover span.mceOpen,
|
||||||
.wp_themeSkin .mceSplitButtonSelected span.mceOpen {
|
.wp_themeSkin .mceSplitButtonSelected span.mceOpen {
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceSplitButtonDisabled .mceAction {
|
.wp_themeSkin .mceSplitButtonDisabled .mceAction {
|
||||||
opacity:0.3; filter:alpha(opacity=30)
|
opacity:0.3; filter:alpha(opacity=30)
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceSplitButtonActive {
|
.wp_themeSkin .mceSplitButtonActive {
|
||||||
background: #d6d8da;
|
background: #d6d8da;
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceListBox a.mceText, .wp_themeSkin .mceSplitButton a.mceAction {
|
.wp_themeSkin .mceListBox a.mceText, .wp_themeSkin .mceSplitButton a.mceAction {
|
||||||
-moz-border-radius-bottomleft: 3px;
|
-moz-border-radius-bottomleft: 3px;
|
||||||
-webkit-border-radius-bottomleft: 3px;
|
-webkit-border-bottom-left-radius: 3px;
|
||||||
-khtml-border-radius-bottomleft: 3px;
|
-khtml-border-bottom-left-radius: 3px;
|
||||||
border-radius-bottomleft: 3px;
|
border-bottom-left-radius: 3px;
|
||||||
-moz-border-radius-topleft: 3px;
|
-moz-border-radius-topleft: 3px;
|
||||||
-webkit-border-radius-topleft: 3px;
|
-webkit-border-top-left-radius: 3px;
|
||||||
-khtml-border-radius-topleft: 3px;
|
-khtml-border-top-left-radius: 3px;
|
||||||
border-radius-topleft: 3px;
|
border-top-left-radius: 3px;
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceSplitButton a.mceOpen, .wp_themeSkin .mceListBox a.mceOpen {
|
.wp_themeSkin .mceSplitButton a.mceOpen, .wp_themeSkin .mceListBox a.mceOpen {
|
||||||
-moz-border-radius-bottomright: 3px;
|
-moz-border-radius-bottomright: 3px;
|
||||||
-webkit-border-radius-bottomright: 3px;
|
-webkit-border-bottom-right-radius: 3px;
|
||||||
-khtml-border-radius-bottomright: 3px;
|
-khtml-border-bottom-right-radius: 3px;
|
||||||
border-radius-bottomright: 3px;
|
border-bottom-right-radius: 3px;
|
||||||
-moz-border-radius-topright: 3px;
|
-moz-border-radius-topright: 3px;
|
||||||
-webkit-border-radius-topright: 3px;
|
-webkit-border-top-right-radius: 3px;
|
||||||
-khtml-border-radius-topright: 3px;
|
-khtml-border-top-right-radius: 3px;
|
||||||
border-radius-topright: 3px;
|
border-top-right-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ColorSplitButton */
|
/* ColorSplitButton */
|
||||||
@ -225,27 +225,27 @@ border-radius-topright: 3px;
|
|||||||
.wp_themeSkin .mceMenu td {height:20px}
|
.wp_themeSkin .mceMenu td {height:20px}
|
||||||
.wp_themeSkin .mceMenu a {position:relative;padding:3px 0 4px 0}
|
.wp_themeSkin .mceMenu a {position:relative;padding:3px 0 4px 0}
|
||||||
.wp_themeSkin .mceMenu .mceText {
|
.wp_themeSkin .mceMenu .mceText {
|
||||||
position:relative;
|
position:relative;
|
||||||
display:block;
|
display:block;
|
||||||
font-family:Tahoma,Verdana,Arial,Helvetica;
|
font-family:Tahoma,Verdana,Arial,Helvetica;
|
||||||
color:#000;
|
color:#000;
|
||||||
cursor:default;
|
cursor:default;
|
||||||
margin:0;
|
margin:0;
|
||||||
padding:0 25px 0 25px;
|
padding:0 25px 0 25px;
|
||||||
display:block
|
display:block
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceMenu span.mceText, .wp_themeSkin .mceMenu .mcePreview {font-size:11px}
|
.wp_themeSkin .mceMenu span.mceText, .wp_themeSkin .mceMenu .mcePreview {font-size:11px}
|
||||||
.wp_themeSkin .mceMenu pre.mceText {font-family:Monospace}
|
.wp_themeSkin .mceMenu pre.mceText {font-family:Monospace}
|
||||||
.wp_themeSkin .mceMenu .mceIcon {position:absolute; top:0; left:0; width:22px;}
|
.wp_themeSkin .mceMenu .mceIcon {position:absolute; top:0; left:0; width:22px;}
|
||||||
.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
|
.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover,
|
||||||
.wp_themeSkin .mceMenu .mceMenuItemActive {
|
.wp_themeSkin .mceMenu .mceMenuItemActive {
|
||||||
background-color: #CEE1EF;
|
background-color: #CEE1EF;
|
||||||
}
|
}
|
||||||
.wp_themeSkin td.mceMenuItemSeparator {background:#aaa; height:1px}
|
.wp_themeSkin td.mceMenuItemSeparator {background:#aaa; height:1px}
|
||||||
.wp_themeSkin .mceMenuItemTitle a {
|
.wp_themeSkin .mceMenuItemTitle a {
|
||||||
border:0;
|
border:0;
|
||||||
background:#ccc;
|
background:#ccc;
|
||||||
border-bottom:1px solid #aaa;
|
border-bottom:1px solid #aaa;
|
||||||
}
|
}
|
||||||
.wp_themeSkin .mceMenuItemTitle span.mceText {color:#000; font-weight:bold; padding-left:4px}
|
.wp_themeSkin .mceMenuItemTitle span.mceText {color:#000; font-weight:bold; padding-left:4px}
|
||||||
.wp_themeSkin .mceMenuItemDisabled .mceText {color:#888}
|
.wp_themeSkin .mceMenuItemDisabled .mceText {color:#888}
|
||||||
|
Loading…
Reference in New Issue
Block a user