summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2008-12-11 15:17:17 -0500
committerSarven Capadisli <csarven@controlyourself.ca>2008-12-11 15:17:17 -0500
commit2abe10b8ea4b5d69fc7f6513bf465541454ca2cf (patch)
treeb200041274cb5f1524c7934441962477cae0d3d0 /theme
parent64c57b7c7750e237e67f13d5dd4ca4f049f0f1ff (diff)
Profile block base style
darcs-hash:20081211201717-efd22-850db00fab62a80773b5c6b9b5e4008059ee6b17.gz
Diffstat (limited to 'theme')
-rw-r--r--theme/default/display.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/theme/default/display.css b/theme/default/display.css
index 4a161d0f9..63cb31c48 100644
--- a/theme/default/display.css
+++ b/theme/default/display.css
@@ -218,7 +218,8 @@ margin-bottom:0.5em;
clear:both;
}
-#profile_actions #profile_nudge input.submit {
+#profile_actions #profile_nudge input.submit,
+#profile_actions #profile_block input.submit {
margin:0 0 0 -3px;
padding:0;
background-color:transparent;
@@ -230,7 +231,8 @@ text-align:left;
float:left;
line-height:18px;
}
-#profile_actions #profile_nudge input.submit:hover {
+#profile_actions #profile_nudge input.submit:hover,
+#profile_actions #profile_block input.submit:hover {
background-color:transparent;
color:#C15D42;
}