aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/elements/modules.php
diff options
context:
space:
mode:
authorIsmayil Khayredinov <ismayil.khayredinov@hypejunction.com>2011-12-15 05:20:57 +0100
committercash <cash.costello@gmail.com>2011-12-18 17:59:39 -0500
commitbd5c0005158ca136fe87b34dacdf75491e69ed03 (patch)
tree11b11cf73ed880a63256a1f7e43f67fcb6d830fd /views/default/css/elements/modules.php
parent2aa0e3846b60a44c6f2dbfe2f9a690776533dca3 (diff)
downloadelgg-bd5c0005158ca136fe87b34dacdf75491e69ed03.tar.gz
elgg-bd5c0005158ca136fe87b34dacdf75491e69ed03.tar.bz2
Fix #4200: Converting widgets controls into an elgg menu
Diffstat (limited to 'views/default/css/elements/modules.php')
-rw-r--r--views/default/css/elements/modules.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/views/default/css/elements/modules.php b/views/default/css/elements/modules.php
index ef85d4dd5..7750c208f 100644
--- a/views/default/css/elements/modules.php
+++ b/views/default/css/elements/modules.php
@@ -158,16 +158,7 @@
.elgg-module-widget.elgg-state-draggable > .elgg-head {
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%;