diff options
Diffstat (limited to 'views/default/css.php')
-rw-r--r-- | views/default/css.php | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 38249c0af..ea7fef5e5 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -255,7 +255,7 @@ h6 { font-size: 0.8em; } CUSTOMISE PANEL (PROFILE & DASHBOARD) *************************************** */ #customise_editpanel { - /* display:none;*/ + display:none; margin: -20px 0 20px 20px; padding:20px; background: #dedede; @@ -329,6 +329,14 @@ h6 { font-size: 0.8em; } #customise_editpanel img.more_info { padding-top: 4px; } +#widget_moreinfo { + position:absolute; + border:1px solid #333333; + background:#e4ecf5; + color:#333333; + padding:5px; + display:none; +} .droppable-active { } @@ -680,3 +688,11 @@ input[type="submit"] { *************************************** */ + + + + + + + +
\ No newline at end of file |