Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
Removing some extra spaces and unnecessary semi-colons in CSS.
  • Loading branch information
robiso authored Mar 28, 2017
1 parent 502b0a0 commit 71d07c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public static function settings() {
}
public static function css() {
$styles = <<<'EOT'
<style>#adminPanel{background:#e5e5e5;color:#aaa;font-family:"Lucida Sans Unicode",Verdana;font-size:14px;}#adminPanel a{color:#aaa;border: 0;}#adminPanel a.btn {color:#fff;}#adminPanel span.editText{color:#555;}span.editText{border:2px dashed #ccc;}span.editText,.toggle{display:block;cursor:pointer}span.editText textarea{outline: 0;border:none;width:100%;resize:none;color:inherit;font-size:inherit;font-family:inherit;background-color:transparent;overflow:hidden;box-sizing:content-box;}span.editText:empty{min-height:20px;}#save{color: #ccc;left:0;width:100%;height:100%;display:none;position:fixed;text-align:center;padding-top:100px;background:rgba(51,51,51,.8);z-index:2448}.change{padding-left:15px}.marginTop20{margin-top:20px;}.padding20{padding:20px;}.subTitle{font-size:18px;margin:10px 0 5px;}.fontSize24{font-size:24px;}.note-editor{border:2px dashed #ccc;}</style>
<style>#adminPanel{background:#e5e5e5;color:#aaa;font-family:"Lucida Sans Unicode",Verdana;font-size:14px}#adminPanel a{color:#aaa;border:0}#adminPanel a.btn{color:#fff}#adminPanel span.editText{color:#555}span.editText{border:2px dashed #ccc}span.editText,.toggle{display:block;cursor:pointer}span.editText textarea{outline: 0;border:none;width:100%;resize:none;color:inherit;font-size:inherit;font-family:inherit;background-color:transparent;overflow:hidden;box-sizing:content-box}span.editText:empty{min-height:20px}#save{color: #ccc;left:0;width:100%;height:100%;display:none;position:fixed;text-align:center;padding-top:100px;background:rgba(51,51,51,.8);z-index:2448}.change{padding-left:15px}.marginTop20{margin-top:20px}.padding20{padding:20px}.subTitle{font-size:18px;margin:10px 0 5px}.fontSize24{font-size:24px}.note-editor{border:2px dashed #ccc}</style>
EOT;
return wCMS::_hook('css', $styles)[0];
}
Expand Down

0 comments on commit 71d07c4

Please sign in to comment.