diff options
author | Sem <sembrestels@riseup.net> | 2012-08-18 18:09:18 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-08-18 18:09:18 +0200 |
commit | eccd860d688ad8b251dddcd4f1a254fe99eb4abd (patch) | |
tree | ca0763c1500e1de676870146ef8f3bfda848444d /views/default/css/elements/modules.php | |
parent | 869c2914d62decc719ab597a9049bd556c3f7997 (diff) | |
download | saravea_theme-eccd860d688ad8b251dddcd4f1a254fe99eb4abd.tar.gz saravea_theme-eccd860d688ad8b251dddcd4f1a254fe99eb4abd.tar.bz2 |
Updated base of code.
Diffstat (limited to 'views/default/css/elements/modules.php')
-rw-r--r-- | views/default/css/elements/modules.php | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/views/default/css/elements/modules.php b/views/default/css/elements/modules.php index 9ecfff8..cbd77ff 100644 --- a/views/default/css/elements/modules.php +++ b/views/default/css/elements/modules.php @@ -155,19 +155,10 @@ padding: 4px 45px 0 20px; color: #666; } -.elgg-module-widget.elgg-state-draggable > .elgg-head { +.elgg-module-widget.elgg-state-draggable .elgg-widget-handle { cursor: move; } -.elgg-module-widget > .elgg-head a { - position: absolute; - top: 4px; - display: inline-block; - width: 18px; - height: 18px; - padding: 2px 2px 0 0; -} a.elgg-widget-collapse-button { - left: 5px; color: #c5c5c5; } a.elgg-widget-collapse-button:hover, @@ -181,12 +172,6 @@ a.elgg-widget-collapse-button:before { a.elgg-widget-collapsed:before { content: "\25BA"; } -a.elgg-widget-delete-button { - right: 5px; -} -a.elgg-widget-edit-button { - right: 25px; -} .elgg-module-widget > .elgg-body { background-color: white; width: 100%; |