Skip to content

Commit

Permalink
Minor styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuschto committed Oct 30, 2013
1 parent 6471255 commit a73c69c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -36,8 +36,6 @@ protected void createContents( final Composite parent ) {
ckEditor.setFont( new Font( parent.getDisplay(), "fantasy", 19, 0 ) );
ckEditor.setText( "Hello Fantasy Font" );
ckEditor.setLayoutData( new GridData() );
System.out.println( ckEditor.getText() );
ckEditor.setBackground( parent.getDisplay().getSystemColor( SWT.COLOR_YELLOW ) );
ckEditor.setLayoutData( new GridData( SWT.FILL, SWT.FILL, true, true ) );
ToolBar toolbar = new ToolBar( parent, SWT.FLAT );
ToolItem printBtn = new ToolItem( toolbar, SWT.PUSH );
Expand Down
Expand Up @@ -67,7 +67,7 @@ span.cke_skin_kama {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid transparent;
border: 0px solid transparent;
padding: 0px;
}

Expand Down Expand Up @@ -134,7 +134,7 @@ span.cke_skin_kama {
}

.cke_skin_kama .cke_focus {
outline: auto 5px -webkit-focus-ring-color;
/*outline: auto 5px -webkit-focus-ring-color;*/
}

.cke_skin_kama textarea.cke_source {
Expand Down

0 comments on commit a73c69c

Please sign in to comment.