mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-13 11:02:02 +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
@ -187,23 +187,23 @@ 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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user