From b67b0028705ea295b0c039b917c5fceeb209acbc Mon Sep 17 00:00:00 2001 From: Andrew Ozz 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: https://develop.svn.wordpress.org/trunk@9090 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 c12d3a5b99..70622412d8 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;}