]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
added some base css for 4 different modules
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 30 Dec 2010 21:35:28 +0000 (21:35 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 30 Dec 2010 21:35:28 +0000 (21:35 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@7780 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/css/elements/skin.php

index d02797cfd580ccfa91156f4c5e0317927624b7bb..0c8ff05ade25fd1c4f06f87e96a7d9ab73896d0e 100644 (file)
@@ -258,4 +258,51 @@ a.selected {
 }
 .ajax-loader.left {
        background-position: left center;
-}
\ No newline at end of file
+}
+
+/*******************
+
+*********************/
+.elgg-aside-module {
+       margin-bottom: 20px;
+}
+.elgg-aside-module .elgg-head {
+       border-bottom: 1px solid #CCCCCC;
+       margin-bottom: 5px;
+       padding-bottom: 5px;
+}
+.elgg-group-module {
+       margin-bottom: 20px;
+}
+.elgg-group-module .elgg-head {
+       padding: 5px 5px 3px;
+       background-color: #e4e4e4;
+       border-bottom: 1px solid #cccccc;
+       -moz-border-radius: 4px 4px 0 0;
+}
+.elgg-group-module .elgg-head h3 {
+       color: #333333;
+}
+.elgg-info-module {
+       margin-bottom: 20px;
+}
+.elgg-info-module .elgg-head {
+       background: #e4e4e4;
+       padding: 5px;
+       margin-bottom: 10px;
+       -webkit-border-radius: 3px;
+       -moz-border-radius: 3px;
+}
+.elgg-info-module .elgg-head h3 {
+       color: #333333;
+}
+.elgg-popup-module {
+       background-color: white;
+       border: 1px solid #cccccc;
+       z-index: 9999;
+       padding: 5px;
+       -webkit-border-radius: 6px;
+       -moz-border-radius: 6px;
+       -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
+       -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
+}