Skip to content

Commit

Permalink
Correct colordialog color textfield width.
Browse files Browse the repository at this point in the history
  • Loading branch information
danyaPostfactum committed Apr 2, 2014
1 parent 8722ea0 commit cedebb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/colordialog/dialogs/colordialog.js
Expand Up @@ -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 {
Expand All @@ -323,7 +323,6 @@ CKEDITOR.dialog.add( 'colordialog', function( editor ) {
{
type: 'button',
id: 'clear',
style: 'margin-top: 5px',
label: lang.clear,
onClick: clearSelected
}
Expand Down

0 comments on commit cedebb5

Please sign in to comment.