summaryrefslogtreecommitdiff
path: root/views/default/css/elements/modules.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements/modules.php')
-rw-r--r--views/default/css/elements/modules.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/views/default/css/elements/modules.php b/views/default/css/elements/modules.php
index ef85d4d..4868833 100644
--- a/views/default/css/elements/modules.php
+++ b/views/default/css/elements/modules.php
@@ -30,6 +30,9 @@
/* Popup */
.elgg-module-popup {
+ position: absolute;
+ width: 150px;
+
background-color: white;
border: 1px solid #ccc;
@@ -206,4 +209,4 @@ a.elgg-widget-edit-button {
.elgg-widget-placeholder {
border: 2px dashed #dedede;
margin-bottom: 15px;
-} \ No newline at end of file
+}