summaryrefslogtreecommitdiff
path: root/views/default/css/elements/icons.php
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-10-09 17:26:02 +0200
committerfoockinho <foockinho@lorea.org>2012-10-09 17:26:02 +0200
commit9f9009acca4e28b0ce6610ad01131a592796cb42 (patch)
treeed2954025ec7fb3832dbb6ec32e2091e443f29b9 /views/default/css/elements/icons.php
parentf6159c987dd18f59e0719a0dc39ad0e1dfacc40e (diff)
downloadsaravea_theme-9f9009acca4e28b0ce6610ad01131a592796cb42.tar.gz
saravea_theme-9f9009acca4e28b0ce6610ad01131a592796cb42.tar.bz2
fixed margins and paddings of elgg-menu-page a and changed elgg-owner-block images border radius
Diffstat (limited to 'views/default/css/elements/icons.php')
-rw-r--r--views/default/css/elements/icons.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php
index 1642f26..c7f3555 100644
--- a/views/default/css/elements/icons.php
+++ b/views/default/css/elements/icons.php
@@ -353,6 +353,7 @@
-moz-border-radius: 3px;
border-radius: 3px;
}
+
.elgg-avatar-large > a > img {
width: 200px;
height: 200px;
@@ -368,6 +369,10 @@
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 {
@@ -377,6 +382,10 @@
box-shadow: 0px 1px 2px #333;
padding: 1px;
margin: 0px 3px 3px 0px;
+
+ -webkit-border-radius: 1px;
+ -moz-border-radius: 1px;
+ border-radius: 1px;
}