summaryrefslogtreecommitdiff
path: root/theme/base
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-21 06:54:17 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-21 06:54:17 +0000
commit27b627c09451c099b18a7cde90f6a028f820046c (patch)
tree9039b2c190bc4fdc21dbd3cb66e8b2a8f2c57f66 /theme/base
parentf90bd303af55c892491f856d5e014f5e32e489ad (diff)
Made user_actions styles more consistent
Diffstat (limited to 'theme/base')
-rw-r--r--theme/base/css/display.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 5b17fa53a..c60097145 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -611,16 +611,25 @@ width:100%;
}
#user_actions a {
text-decoration:none;
+font-weight:bold;
+width:100%;
+display:block;
}
.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 {
border:0;
padding-left:20px;
}
+#user_send-a-message a {
+padding:4px 4px 4px 23px;
+
+}
#user_subscribe input.submit,
@@ -631,13 +640,9 @@ padding-left:20px;
#user_send-a-message form {
-clear:left;
-width:322px;
-margin-top:18px;
}
#user_send-a-message textarea {
-width:96%;
}
.user_tags ul {