diff options
author | cash <cash.costello@gmail.com> | 2011-12-31 10:39:01 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-12-31 10:39:01 -0500 |
commit | 0647c4f8b6e50f93450939ecd2260f44fd3da115 (patch) | |
tree | 4d0bfb183ff453215452902368b049f78f50b414 /views/default/css | |
parent | 6dc5a90146595b78f5fd0d9b10b628a78ca2dac7 (diff) | |
download | elgg-0647c4f8b6e50f93450939ecd2260f44fd3da115.tar.gz elgg-0647c4f8b6e50f93450939ecd2260f44fd3da115.tar.bz2 |
Fixes #4257 updates admin theme for widget menu changes
Diffstat (limited to 'views/default/css')
-rw-r--r-- | views/default/css/admin.php | 36 |
1 files changed, 21 insertions, 15 deletions
diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 065a108b1..1620f126b 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -817,6 +817,27 @@ a.elgg-button { } /* *************************************** + WIDGET MENU +*************************************** */ +.elgg-menu-widget > li { + position: absolute; + top: 4px; + display: inline-block; + width: 18px; + height: 18px; + padding: 2px 2px 0 0; +} +.elgg-menu-widget > .elgg-menu-item-collapse { + left: 5px; +} +.elgg-menu-widget > .elgg-menu-item-delete { + right: 5px; +} +.elgg-menu-widget > .elgg-menu-item-settings { + right: 25px; +} + +/* *************************************** MORE MENUS *************************************** */ /* Horizontal menus w/ separator support */ @@ -923,17 +944,8 @@ a.elgg-button { padding: 4px 45px 0 20px; color: #333; } -.elgg-module-widget > .elgg-head a { - position: absolute; - top: 4px; - display: inline-block; - width: 18px; - height: 18px; - padding: 2px 2px 0 0; -} .elgg-widget-collapse-button { - left: 5px; color: #c5c5c5; text-decoration: none; } @@ -948,12 +960,6 @@ a.elgg-widget-collapse-button:before { a.elgg-widget-collapsed:before { content: "\25BA"; } -.elgg-widget-delete-button { - right: 5px; -} -.elgg-widget-edit-button { - right: 25px; -} .elgg-module-widget > .elgg-body { border-top: 1px solid #dedede; background-color: white; |