summaryrefslogtreecommitdiff
path: root/theme/identica
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-20 22:36:57 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-20 22:36:57 +0000
commitbb4a6a514bb62a0fef2314512c121951a40437e7 (patch)
treef52f287ad6518fdcf158d386e6ea618d5eb59947 /theme/identica
parent1cf469e244692055aab54f2f5c67e5b365767a33 (diff)
user_actions form markup and styling
Diffstat (limited to 'theme/identica')
-rw-r--r--theme/identica/css/display.css35
1 files changed, 23 insertions, 12 deletions
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index d5a5ce956..eb5f78b9e 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -125,30 +125,41 @@ background-image:url(../../base/images/icons/icon_vcard.gif);
/*user_actions*/
#user_actions li {
-border-top-color:#eee;
+/*border-top-color:#eee;*/
}
-#user_subscribe a,
-#TB_window input.submit,
-.form_user_subscribe input.submit {
-background-image: url(../images/icons/twotone/green/shield.gif);
-background-position: 0 45%;
+
+
+.form_user_send-a-message input.submit,
+.form_user_nudge input.submit,
+.form_user_block input.submit,
+.form_user_unblock input.submit {
+background-position: 0 40%;
background-repeat: no-repeat;
+background-color:transparent;
}
+.form_user_subscribe input.submit,
.form_user_unsubscribe input.submit {
-background-color:#647819;
+background-color:#A9BF4F;
color:#fff;
}
+.form_user_unsubscribe input.submit {
+background-color:#97BFD1;
+}
+
#user_send-a-message a {
-background:url(../images/icons/twotone/green/quote.gif) 0 45% no-repeat;
+background-image:url(../images/icons/twotone/green/quote.gif);
}
.form_user_nudge input.submit {
-background:url(../images/icons/twotone/green/mail.gif) 0 45% no-repeat;
+background-image:url(../images/icons/twotone/green/mail.gif);
}
-.form_user_block input.submit {
-background:url(../images/icons/twotone/green/against.gif) 0 45% no-repeat;
+.form_user_block input.submit,
+.form_user_unblock input.submit {
+background-image:url(../images/icons/twotone/green/shield.gif);
+color:#000;
}
+
/* NOTICES */
.notices li.over {
background-color:#fcfcfc;
@@ -242,4 +253,4 @@ background-color:#0f0;
}
#home #intro #step_create-a-community a {
background-color:#00f;
-} \ No newline at end of file
+}