From cedebb591e84656f2ebb59da15d2bff03c80f9b7 Mon Sep 17 00:00:00 2001 From: DanyaPostfactum Date: Thu, 3 Apr 2014 01:04:27 +1000 Subject: [PATCH] Correct colordialog color textfield width. --- plugins/colordialog/dialogs/colordialog.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/colordialog/dialogs/colordialog.js b/plugins/colordialog/dialogs/colordialog.js index d1a036d35d5..6ba9b038ea9 100644 --- a/plugins/colordialog/dialogs/colordialog.js +++ b/plugins/colordialog/dialogs/colordialog.js @@ -309,7 +309,7 @@ CKEDITOR.dialog.add( 'colordialog', function( editor ) { label: lang.selected, labelStyle: 'display:none', id: 'selectedColor', - style: 'width: 74px', + style: 'width: 76px;margin-top:4px', onChange: function() { // Try to update color preview with new value. If fails, then set it no none. try { @@ -323,7 +323,6 @@ CKEDITOR.dialog.add( 'colordialog', function( editor ) { { type: 'button', id: 'clear', - style: 'margin-top: 5px', label: lang.clear, onClick: clearSelected }