From 241fb38dac3d40b3b48b8dfc423b96c60fc2c85c Mon Sep 17 00:00:00 2001 From: azaozz Date: Mon, 6 Oct 2008 20:32:15 +0000 Subject: [PATCH] CSS fix for the font color preview button in TinyMCE, props raychampagne, fixes #7834 git-svn-id: http://svn.automattic.com/wordpress/trunk@9090 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css b/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css index c12d3a5b9..70622412d 100644 --- a/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css +++ b/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css @@ -199,7 +199,7 @@ border:0; margin:0; padding:0; white-space:nowrap; text-decoration:none; font-we .wp_themeSkin .mceColorSplitMenu a.mceMoreColors {width:100%; height:auto; text-align:center; font-family:Tahoma,Verdana,Arial,Helvetica; font-size:11px; line-height:20px;} .wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {} .wp_themeSkin a.mceMoreColors:hover {} -.wp_themeSkin .mceColorPreview {position:absolute; top:15px; left:2px; width:16px; height:4px; overflow:hidden} +.wp_themeSkin .mceColorPreview {margin-left:2px; width:16px; height:4px; overflow:hidden} /* Menu */ .wp_themeSkin .mceMenu {position:absolute; left:0; top:0; z-index:1000;}