summaryrefslogtreecommitdiff
path: root/views/default/css
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-08-16 16:09:51 +0200
committerSem <sembrestels@riseup.net>2012-08-16 16:09:51 +0200
commit15b5c69fdaebc16ff12f60ea1eee2e176622fd6f (patch)
tree0a6c1604ac787850712480f8d82878ea9b6646e7 /views/default/css
parent1ec8a5504a0f9ecb67ed1b932d9e4f41226b6c94 (diff)
downloadsaravea_theme-15b5c69fdaebc16ff12f60ea1eee2e176622fd6f.tar.gz
saravea_theme-15b5c69fdaebc16ff12f60ea1eee2e176622fd6f.tar.bz2
User icons made circles, shadow in river messages.
Diffstat (limited to 'views/default/css')
-rw-r--r--views/default/css/elements/components.php4
-rw-r--r--views/default/css/elements/forms.php2
-rw-r--r--views/default/css/elements/icons.php16
-rw-r--r--views/default/css/n1_theme/landing.php4
4 files changed, 16 insertions, 10 deletions
diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php
index e62e65d..8f2c392 100644
--- a/views/default/css/elements/components.php
+++ b/views/default/css/elements/components.php
@@ -175,8 +175,8 @@
.elgg-river-content {
color: #444;
background-color: #DDD;
- border-right: solid px #888;
- border-bottom: solid px #888;
+ border-right: solid 1px #888;
+ border-bottom: solid 1px #888;
font-size: 85%;
line-height: 1.5em;
margin: 8px 0 5px 0;
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php
index a577876..746fd82 100644
--- a/views/default/css/elements/forms.php
+++ b/views/default/css/elements/forms.php
@@ -22,9 +22,7 @@ fieldset > div:last-child {
}
label {
- font-weight: bold;
color: #333;
- font-size: 110%;
}
input, textarea {
diff --git a/views/default/css/elements/icons.php b/views/default/css/elements/icons.php
index f7c789e..f99a41a 100644
--- a/views/default/css/elements/icons.php
+++ b/views/default/css/elements/icons.php
@@ -275,6 +275,10 @@
.elgg-icon-video {
background-position: 0 -1512px;
}
+.elgg-icon-logout {
+ background: transparent url(<?php echo elgg_get_site_url(); ?>mod/_graphics/usernavicons.png) no-repeat left;
+ background-position: 0 0;
+}
.elgg-avatar > .elgg-icon-hover-menu {
@@ -307,9 +311,9 @@
height: 25px;
/* remove the border-radius if you don't want rounded avatars in supported browsers */
- -webkit-border-radius: 3px;
- -moz-border-radius: 3px;
- border-radius: 3px;
+ -webkit-border-radius: 13px;
+ -moz-border-radius: 13px;
+ border-radius: 13px;
-moz-background-clip: border;
background-clip: border;
@@ -325,9 +329,9 @@
height: 40px;
/* remove the border-radius if you don't want rounded avatars in supported browsers */
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
+ -webkit-border-radius: 20px;
+ -moz-border-radius: 20px;
+ border-radius: 20px;
-moz-background-clip: border;
background-clip: border;
diff --git a/views/default/css/n1_theme/landing.php b/views/default/css/n1_theme/landing.php
index 1e8c9d1..1343d51 100644
--- a/views/default/css/n1_theme/landing.php
+++ b/views/default/css/n1_theme/landing.php
@@ -23,6 +23,10 @@
color: #666;
}
+.elgg-sidebar h3 {
+ font-size: 1.6em;
+}
+
#login-dropdown {
display:none;
}