diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-16 17:36:37 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-16 17:36:37 +0000 |
commit | 7aae261dca41e00eacf3158846e305eb781ab66f (patch) | |
tree | e973435454495dcaa8ff05e0d2bfda45bc2e6459 /views/default/css.php | |
parent | bc2e7ed06173f959717357bac1d2dfecb9905182 (diff) | |
download | elgg-7aae261dca41e00eacf3158846e305eb781ab66f.tar.gz elgg-7aae261dca41e00eacf3158846e305eb781ab66f.tar.bz2 |
updated css
git-svn-id: https://code.elgg.org/elgg/trunk@935 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 38 |
1 files changed, 23 insertions, 15 deletions
diff --git a/views/default/css.php b/views/default/css.php index 8bb14c1e6..865d14336 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -184,7 +184,7 @@ h6 { font-size: 0.8em; } } #layout_maincontent { - padding:0px 10px 20px 20px; + padding:0px 0 20px 20px; } #wrapper_maincontent { margin:0; @@ -319,6 +319,12 @@ h6 { font-size: 0.8em; } #customise_editpanel img.more_info { padding-top: 4px; } +.droppable-active { + +} +.droppable-hover { + outline: 1px dotted white; +} .ui-sortable-helper { background: lime; padding: 4px; @@ -527,26 +533,27 @@ a.toggle_customise_edit_panel { *************************************** */ label { font-weight: bold; - color:#666; - font-size: 100%; + color:#333333; + font-size: 140%; } input { - font: 110% Arial, Helvetica, sans-serif; - width: 220px; - padding: 5px 3px 3px 7px; + font: 120% Arial, Helvetica, sans-serif; + padding: 5px; border: 1px solid #cccccc; + color:#666666; } textarea { - font: 110% Arial, Helvetica, sans-serif; - width: 480px; - height: 140px; + font: 120% Arial, Helvetica, sans-serif; border: solid 1px #cccccc; - padding: 5px 3px 3px 7px; + padding: 5px; + color:#666666; } .submit_button { font: 12px/100% Arial, Helvetica, sans-serif; - color: #000000; - border: none; + font-weight: bold; + color: #ffffff; + background:#4690d6; + border: 1px solid #4690d6; width: auto; height: 25px; padding: 2px 6px 2px 6px; @@ -554,18 +561,19 @@ textarea { cursor: pointer; } .submit_button:hover { - background: #e4ecf5; + background: #0054a7; } textarea:focus, input[type="text"]:focus { - border: solid 1px #3b9acc; + border: solid 1px #4690d6; background: #e4ecf5; + color:#333333; } .input-text, .input-tags, .input-url, .input-textarea { - width:95%; + width:100%; } .input-textarea { |