diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-21 06:54:17 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-21 06:54:17 +0000 |
commit | 27b627c09451c099b18a7cde90f6a028f820046c (patch) | |
tree | 9039b2c190bc4fdc21dbd3cb66e8b2a8f2c57f66 /theme/identica | |
parent | f90bd303af55c892491f856d5e014f5e32e489ad (diff) |
Made user_actions styles more consistent
Diffstat (limited to 'theme/identica')
-rw-r--r-- | theme/identica/css/display.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index e3b5310f7..2b91c5504 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -41,7 +41,9 @@ color:#fff; a, div.notice-options input, .form_user_block input.submit, -.form_user_unblock input.submit { +.form_user_unblock input.submit, +#user_send-a-message a, +.form_user_nudge input.submit { color:#002E6E; } @@ -63,8 +65,7 @@ background-color:#CEE1E9; #notice_text-count { color:#333; } -#form_notice.warning #notice_text-count, -#user_actions a { +#form_notice.warning #notice_text-count { color:#000; } @@ -131,7 +132,7 @@ background-image:url(../../base/images/icons/icon_vcard.gif); } -.form_user_send-a-message input.submit, +#user_send-a-message a, .form_user_nudge input.submit, .form_user_block input.submit, .form_user_unblock input.submit { |