aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-06 15:59:42 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-03-06 15:59:42 +0000
commitb389316fdc5f334ed5154b0b5057e81d9e640135 (patch)
tree51a35493ddecdc43459051b1a2eae70da9bd2f9a
parenta087530bbe46d97b5c7c4a7892c6c31a483bc823 (diff)
downloadelgg-b389316fdc5f334ed5154b0b5057e81d9e640135.tar.gz
elgg-b389316fdc5f334ed5154b0b5057e81d9e640135.tar.bz2
river icon added for openID friend, blockquote style tweaked, elgg horizontal nav bar improved
git-svn-id: https://code.elgg.org/elgg/trunk@3118 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--views/default/css.php9
1 files changed, 7 insertions, 2 deletions
diff --git a/views/default/css.php b/views/default/css.php
index b24b2b5a4..7c111a80d 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -165,7 +165,7 @@ blockquote {
padding:3px 15px;
margin:0px 0 15px 0;
line-height:1.3em;
- background:#bbdaf7;
+ background:#EBF5FF;
border:none !important;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
@@ -1217,6 +1217,9 @@ p.user_menu_friends_of {
.river_user_friend {
background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_friends.gif) no-repeat left -1px;
}
+.river_user_openid_friend {
+ background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_friends.gif) no-repeat left -1px;
+}
.river_object_relationship_friend_create {
background: url(<?php echo $vars['url']; ?>_graphics/river_icons/river_icon_friends.gif) no-repeat left -1px;
}
@@ -2417,6 +2420,7 @@ div.ajax_loader {
float: left;
border: 2px solid #cccccc;
border-bottom-width: 0;
+ background: #eeeeee;
margin: 0 0 0 10px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
@@ -2436,10 +2440,11 @@ div.ajax_loader {
#elgg_horizontal_tabbed_nav a:hover {
color: #4690d6;
- background: #E9E9E9;
+ background: #dedede;
}
#elgg_horizontal_tabbed_nav .selected {
border-color: #cccccc;
+ background: white;
}
#elgg_horizontal_tabbed_nav .selected a {
position: relative;