aboutsummaryrefslogtreecommitdiff
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.php17
1 files changed, 11 insertions, 6 deletions
diff --git a/views/default/css/elements/modules.php b/views/default/css/elements/modules.php
index 7bf478010..31d53bd33 100644
--- a/views/default/css/elements/modules.php
+++ b/views/default/css/elements/modules.php
@@ -7,7 +7,7 @@
/* Aside */
.elgg-module-aside .elgg-head {
- border-bottom: 1px solid #CCCCCC;
+ border-bottom: 1px solid #CCC;
margin-bottom: 5px;
padding-bottom: 5px;
@@ -18,17 +18,19 @@
background: #e4e4e4;
padding: 5px;
margin-bottom: 10px;
+
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
+ border-radius: 3px;
}
.elgg-module-info > .elgg-head * {
- color: #333333;
+ color: #333;
}
/* Popup */
.elgg-module-popup {
background-color: white;
- border: 1px solid #cccccc;
+ border: 1px solid #ccc;
z-index: 9999;
margin-bottom: 0;
@@ -51,8 +53,8 @@
/* Dropdown */
.elgg-module-dropdown {
background-color:white;
-
border:5px solid #CCCCCC;
+
-webkit-border-radius: 5px 0 5px 5px;
-moz-border-radius: 5px 0 5px 5px;
border-radius: 5px 0 5px 5px;
@@ -60,12 +62,13 @@
display:none;
width: 210px;
- padding:12px;
+ padding: 12px;
margin-right: 0px;
-
z-index:100;
+
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
+ box-shadow: 0 3px 3px rgba(0, 0, 0, 0.45);
position:absolute;
right: 0px;
@@ -75,8 +78,10 @@
/* Featured */
.elgg-module-featured {
border: 1px solid #4690D6;
+
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
+ border-radius: 6px;
}
.elgg-module-featured > .elgg-head {
padding: 5px;