]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Profile block base style
authorSarven Capadisli <csarven@controlyourself.ca>
Thu, 11 Dec 2008 20:17:17 +0000 (15:17 -0500)
committerSarven Capadisli <csarven@controlyourself.ca>
Thu, 11 Dec 2008 20:17:17 +0000 (15:17 -0500)
darcs-hash:20081211201717-efd22-850db00fab62a80773b5c6b9b5e4008059ee6b17.gz

theme/default/display.css

index 4a161d0f9e58a46622cdf861b2c8fbd7e2aa18be..63cb31c48ce24a72d9d859ffb42d1cda7b2d3360 100644 (file)
@@ -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;
 }