sara 52b06ec3da MINOR Form fields styling, IE7 bug
Form fields fixed some more
    	IE7 background bug fixed
2012-03-29 09:10:28 +02:00
2012-03-29 09:10:28 +02:00
2012-03-14 12:24:58 +13:00

Using the Simple theme

  • Copy the theme into the themes/ directory of your SilverStripe project. If you've named it correctly, there should be a directory called themes/simple/templates.

  • Add the following to your mysite/_config.php file. Remove any existing SSViewer::set_theme lines.

     SSViewer::set_theme("simple");
     HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');
    
Description
No description provided
Readme 479 KiB
Languages
CSS 80.8%
Scheme 11.7%
JavaScript 7.5%