diff options
author | foockinho <foockinho@lorea.org> | 2012-10-09 17:26:02 +0200 |
---|---|---|
committer | foockinho <foockinho@lorea.org> | 2012-10-09 17:26:02 +0200 |
commit | 9f9009acca4e28b0ce6610ad01131a592796cb42 (patch) | |
tree | ed2954025ec7fb3832dbb6ec32e2091e443f29b9 /views/default/css/elements/icons.php | |
parent | f6159c987dd18f59e0719a0dc39ad0e1dfacc40e (diff) | |
download | saravea_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.php | 9 |
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; } |