Skip to content

Commit cedebb5

Browse files
Correct colordialog color textfield width.
1 parent 8722ea0 commit cedebb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/colordialog/dialogs/colordialog.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ CKEDITOR.dialog.add( 'colordialog', function( editor ) {
309309
label: lang.selected,
310310
labelStyle: 'display:none',
311311
id: 'selectedColor',
312-
style: 'width: 74px',
312+
style: 'width: 76px;margin-top:4px',
313313
onChange: function() {
314314
// Try to update color preview with new value. If fails, then set it no none.
315315
try {
@@ -323,7 +323,6 @@ CKEDITOR.dialog.add( 'colordialog', function( editor ) {
323323
{
324324
type: 'button',
325325
id: 'clear',
326-
style: 'margin-top: 5px',
327326
label: lang.clear,
328327
onClick: clearSelected
329328
}

0 commit comments

Comments
 (0)