diff options
author | Evan Prodromou <git@evanprodromou.name> | 2009-01-24 10:38:11 +0100 |
---|---|---|
committer | Evan Prodromou <git@evanprodromou.name> | 2009-01-24 10:38:11 +0100 |
commit | 1b07e65277fafde9e8b9e1809e012d4e954fc2c2 (patch) | |
tree | fe701d0998fb59cd26f0ea160b659d3f03ee37e8 /theme/identica/css/display.css | |
parent | 8638479cb6287a4c22e485ba71fab4b12a6fc40f (diff) | |
parent | cf7908a9715fe91836aa41d5bcf9f32e33be8644 (diff) |
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk
Diffstat (limited to 'theme/identica/css/display.css')
-rw-r--r-- | theme/identica/css/display.css | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index f61d063b6..19beb1f90 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -30,6 +30,9 @@ input, textarea, select, .entity_remote_subscribe { border-color:#aaa; } +#filter_tags ul li { +border-color:#ddd; +} input.submit, @@ -54,9 +57,9 @@ a, div.notice-options input, .form_user_block input.submit, .form_user_unblock input.submit, -#entity_send-a-message a, +.entity_send-a-message a, .form_user_nudge input.submit, -#entity_nudge p { +.entity_nudge p { color:#002E6E; } @@ -160,11 +163,11 @@ background-image:url(../../base/images/icons/icon_vcard.gif); } -#entity_send-a-message a, +.entity_send-a-message a, .form_user_nudge input.submit, .form_user_block input.submit, .form_user_unblock input.submit, -#entity_nudge p { +.entity_nudge p { background-position: 0 40%; background-repeat: no-repeat; background-color:transparent; @@ -181,10 +184,10 @@ color:#fff; background-color:#97BFD1; } -#entity_send-a-message a { +.entity_send-a-message a { background-image:url(../images/icons/twotone/green/quote.gif); } -#entity_nudge p, +.entity_nudge p, .form_user_nudge input.submit { background-image:url(../images/icons/twotone/green/mail.gif); } @@ -262,7 +265,7 @@ background-color:#fcfcfc; /*END: NOTICES */ -#groups #new_group a { +#new_group a { background:transparent url(../images/icons/twotone/green/news.gif) no-repeat 0 45%; } |