Skip to content

Commit

Permalink
MINOR javascript optimization, css, line endings, file modes...
Browse files Browse the repository at this point in the history
  • Loading branch information
miiihi committed Jun 7, 2012
1 parent 5bf43d9 commit 45481db
Show file tree
Hide file tree
Showing 21 changed files with 503 additions and 491 deletions.
16 changes: 8 additions & 8 deletions README.md 100755 → 100644
@@ -1,8 +1,8 @@
# 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');
# 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');
10 changes: 5 additions & 5 deletions css/editor.css 100755 → 100644
@@ -1,6 +1,6 @@
/**
* This support file is used to style the WYSIWYG editor in the CMS
*/

@import "typography.css?2";
/**
* This support file is used to style the WYSIWYG editor in the CMS
*/

@import "typography.css?2";
body.mceContentBody{font-size:13px;}
86 changes: 43 additions & 43 deletions css/form.css 100755 → 100644
@@ -1,44 +1,44 @@
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-family:Arial, Helvetica, sans-serif !important;}
input:invalid, textarea:invalid {border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow:0px 0px 5px red; box-shadow:0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {background-color: #f0dddd;}

form .message {padding:6px 15px; border:1px solid;}
form .good {background-color:#ecf9d0; border-color:#8fbe00;}
form .bad {background-color:#f9d0d0; border-color:#be0000;}

.checkbox, .radio{margin-top:1px;}

#MemberLoginForm_LoginForm_action_dologin, .Actions .action{padding:6px 20px;}
#MemberLoginForm_LoginForm, #MemberLoginForm_LostPasswordForm {max-width:500px;}
#ForgotPassword a{margin-top:15px;}
#ForgotPassword {margin-top:6px;}

div.field{width:100%; float:left; margin-bottom:20px;}
.ui-widget{font-family:Arial, Helvetica, sans-serif;}
form label.left {float:left; width:25%; padding-right:5%; margin-top:3px; display:block; font-size:13px;}
.main form .middleColumn {float:right; width:70% !important;}
.main form .middleColumn .middleColumn{width:100% !important;}
.header form .middleColumn {float:none; width:100% !important;}

.listbox option{padding:3px 0;}
form input.text, form textarea, form .textajaxuniquetext, form select{width:98%; padding:6px 1%; font-size:15px;}
form input.sitetreeurlsegment{width:200px;}
form span.readonly {font-size:16px;}

form input[disabled]{background-color:#f7f7f7; border:1px solid #dad9d9;}

form .creditCardField input, form input.currency {padding:5px 1%; width:50px;}
form input.numeric{padding:5px 1%; width:50px;}
form #DMYDate-month, form #DMYDate-day{width:25px;}
form .checkboxset li, form .optionset li{margin-bottom:5px;}


@media only screen and (max-width: 700px) {
.main form .middleColumn {float:right; width:100% !important;;}
.header form .middleColumn {float:none; width:100% !important;;}
form label.left, #MemberLoginForm_LoginForm label{margin-bottom:8px;}
}

@media only screen and (min-width: 700px) {
#MemberLoginForm_LoginForm #Remember, #MemberLoginForm_LoginForm .Actions, #MemberLoginForm_LostPasswordForm .Actions{padding-left:30%;}
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-family:Arial, Helvetica, sans-serif !important;}
input:invalid, textarea:invalid {border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow:0px 0px 5px red; box-shadow:0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {background-color: #f0dddd;}

form .message {padding:6px 15px; border:1px solid;}
form .good {background-color:#ecf9d0; border-color:#8fbe00;}
form .bad {background-color:#f9d0d0; border-color:#be0000;}

.checkbox, .radio{margin-top:1px;}

#MemberLoginForm_LoginForm_action_dologin, .Actions .action{padding:6px 20px;}
#MemberLoginForm_LoginForm, #MemberLoginForm_LostPasswordForm {max-width:500px;}
#ForgotPassword a{margin-top:15px;}
#ForgotPassword {margin-top:6px;}

div.field{width:100%; float:left; margin-bottom:20px;}
.ui-widget{font-family:Arial, Helvetica, sans-serif;}
form label.left {float:left; width:25%; padding-right:5%; margin-top:3px; display:block; font-size:13px;}
.main form .middleColumn {float:right; width:70% !important;}
.main form .middleColumn .middleColumn{width:100% !important;}
.header form .middleColumn {float:none; width:100% !important;}

.listbox option{padding:3px 0;}
form input.text, form textarea, form .textajaxuniquetext, form select{width:98%; padding:6px 1%; font-size:15px;}
form input.sitetreeurlsegment{width:200px;}
form span.readonly {font-size:16px;}

form input[disabled]{background-color:#f7f7f7; border:1px solid #dad9d9;}

form .creditCardField input, form input.currency {padding:5px 1%; width:50px;}
form input.numeric{padding:5px 1%; width:50px;}
form #DMYDate-month, form #DMYDate-day{width:25px;}
form .checkboxset li, form .optionset li{margin-bottom:5px;}


@media only screen and (max-width: 700px) {
.main form .middleColumn {float:right; width:100% !important;;}
.header form .middleColumn {float:none; width:100% !important;;}
form label.left, #MemberLoginForm_LoginForm label{margin-bottom:8px;}
}

@media only screen and (min-width: 700px) {
#MemberLoginForm_LoginForm #Remember, #MemberLoginForm_LoginForm .Actions, #MemberLoginForm_LostPasswordForm .Actions{padding-left:30%;}
}

0 comments on commit 45481db

Please sign in to comment.