]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
fixed margins and paddings of elgg-menu-page a and changed elgg-owner-block images...
authorfoockinho <foockinho@lorea.org>
Tue, 9 Oct 2012 15:26:02 +0000 (17:26 +0200)
committerfoockinho <foockinho@lorea.org>
Tue, 9 Oct 2012 15:26:02 +0000 (17:26 +0200)
views/default/css/elements/icons.php
views/default/css/elements/modules.php
views/default/css/elements/navigation.php

index 1642f26c585eb7534725832f09fe1e65c70c79fe..c7f3555642d4528c6e30011501cf84f475fa3f72 100644 (file)
        -moz-border-radius: 3px;
        border-radius: 3px;
 }
+
 .elgg-avatar-large > a > img {
        width: 200px;
        height: 200px;
        background-color: #eee;
        box-shadow: 0px 1px 2px #333;
        padding: 1px;
+
+       -webkit-border-radius: 1px;
+       -moz-border-radius: 1px;
+       border-radius: 1px;
 }
 
 .subgroups-icons a img {
        box-shadow: 0px 1px 2px #333;
        padding: 1px;
        margin: 0px 3px 3px 0px;
+       
+       -webkit-border-radius: 1px;
+       -moz-border-radius: 1px;
+       border-radius: 1px;
 }
 
 
index c9147a91d36a86b6dee048f544ffdfb73fd9fc59..0cc3dbc3f9ef8b5082aa2e54741f147252a0922e 100644 (file)
@@ -189,6 +189,6 @@ a.elgg-widget-collapsed:before {
        padding: 10px;
 }
 .elgg-widget-placeholder {
-       border: 2px dashed #dedede;
+       border: 2px dashed #1F9C93;
        margin-bottom: 15px;
 }
index 149fb0b76b14b3b2863243cad24b23eb5e17b434..0b19efe51aae5f78e6ba2f4dbafcd77b8f708139 100644 (file)
        border-radius: 3px;
        font-weight: bold;
        color: #333;
-       margin: 0 0 3px;
-       padding: 2px 4px 2px 8px;
+       margin: 0 0 3px 5px;
+       padding: 2px 1px 2px 8px
 }
 .elgg-menu-page a:hover {
        background-color: #333;
 .elgg-menu-page li.elgg-state-selected > a {
        background-color: #333;
        color: #eee;
+       margin: 0 0 3px 5px;
+       padding: 2px 1px 2px 8px
 }
 .elgg-menu-page .elgg-child-menu {
        display: none;