web/wp-includes/js/tinymce/themes/advanced/skins/o2k7/dialog.css
changeset 194 32102edaa81b
parent 136 bde1974c263b
child 204 09a1c134465b
--- a/web/wp-includes/js/tinymce/themes/advanced/skins/o2k7/dialog.css	Thu Sep 16 15:45:36 2010 +0000
+++ b/web/wp-includes/js/tinymce/themes/advanced/skins/o2k7/dialog.css	Mon Nov 19 18:26:13 2012 +0100
@@ -42,10 +42,11 @@
 background:url(../default/img/buttons.png) 0 -26px;
 cursor:pointer;
 padding-bottom:2px;
+float:left;
 }
 
-#insert {background:url(../default/img/buttons.png) 0 -52px;}
-#cancel {background:url(../default/img/buttons.png) 0 0;}
+#insert {background:url(../default/img/buttons.png) 0 -52px}
+#cancel {background:url(../default/img/buttons.png) 0 0; float:right}
 
 /* Browse */
 a.pickcolor, a.browse {text-decoration:none}
@@ -113,3 +114,4 @@
 #colorpicker #namedcolors {width:150px;}
 #colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;}
 #colorpicker #colornamecontainer {margin-top:5px;}
+#colorpicker #picker_panel fieldset {margin:auto;width:325px;}