diff options
Diffstat (limited to 'views/default/css/elements/modules.php')
| -rw-r--r-- | views/default/css/elements/modules.php | 35 |
1 files changed, 12 insertions, 23 deletions
diff --git a/views/default/css/elements/modules.php b/views/default/css/elements/modules.php index 28332bb7d..a37ae094b 100644 --- a/views/default/css/elements/modules.php +++ b/views/default/css/elements/modules.php @@ -16,24 +16,13 @@ /* Info */ .elgg-module-info > .elgg-head { - width: 97%; + background: #e4e4e4; padding: 5px; margin-bottom: 10px; - border: 1px solid #BBB; - text-shadow: 0px 1px white; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; - - background: #e5e5e5; /* Old browsers */ - background: -moz-linear-gradient(top, #e5e5e5 0%, #e1e1e1 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #e5e5e5 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #e5e5e5 0%,#e1e1e1 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #e5e5e5 0%,#e1e1e1 100%); /* IE10+ */ - background: linear-gradient(to bottom, #e5e5e5 0%,#e1e1e1 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */ } .elgg-module-info > .elgg-head * { color: #333; @@ -59,7 +48,7 @@ margin-bottom: 5px; } .elgg-module-popup > .elgg-head * { - color: #d86c2c; + color: #0054A7; } /* Dropdown */ @@ -89,15 +78,15 @@ /* Featured */ .elgg-module-featured { - border: 1px solid #333; + border: 1px solid #4690D6; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; } .elgg-module-featured > .elgg-head { padding: 5px; - background-color: #333; + background-color: #4690D6; } .elgg-module-featured > .elgg-head * { color: white; @@ -148,14 +137,13 @@ } .elgg-module-widget { + background-color: #dedede; padding: 2px; margin: 0 5px 15px; position: relative; - border: 1px solid #ccc; - border-radius: 3px; } -.elgg-module-widget:hover > .elgg-head { - background-color: #f5f5f5; +.elgg-module-widget:hover { + background-color: #ccc; } .elgg-module-widget > .elgg-head { background-color: #eeeeee; @@ -185,6 +173,7 @@ a.elgg-widget-collapsed:before { content: "\25BA"; } .elgg-module-widget > .elgg-body { + background-color: white; width: 100%; overflow: hidden; border-top: 2px solid #dedede; @@ -200,6 +189,6 @@ a.elgg-widget-collapsed:before { padding: 10px; } .elgg-widget-placeholder { - border: 2px dashed #1F9C93; + border: 2px dashed #dedede; margin-bottom: 15px; } |
