]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixes #4257 updates admin theme for widget menu changes
authorcash <cash.costello@gmail.com>
Sat, 31 Dec 2011 15:39:01 +0000 (10:39 -0500)
committercash <cash.costello@gmail.com>
Sat, 31 Dec 2011 15:39:01 +0000 (10:39 -0500)
views/default/css/admin.php

index 065a108b1af52498f4011a63e95f169bcd1f8f27..1620f126b53965b667709fe4793fc07340178d99 100644 (file)
@@ -816,6 +816,27 @@ a.elgg-button {
        vertical-align: baseline;
 }
 
+/* ***************************************
+       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
 *************************************** */
@@ -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;