summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/media/style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/default/media/style/style.css')
-rwxr-xr-xaskbot/skins/default/media/style/style.css21
1 files changed, 16 insertions, 5 deletions
diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css
index 3d04ec7d..a4e7d581 100755
--- a/askbot/skins/default/media/style/style.css
+++ b/askbot/skins/default/media/style/style.css
@@ -771,11 +771,10 @@ a:hover.medal {
height: 24px;
line-height: 26px;
margin-top: 3px;
- padding: 0px 11px 0px 11px;
}
-.tabsA a.on, tabsA a.on:hover {
- padding: 0px 6px 0px 11px;
+.tabsA a.rev.on, tabsA a.rev.on:hover {
+ padding: 0px 2px 0px 7px;
}
.tabsA a, .tabsC a{
@@ -790,7 +789,7 @@ a:hover.medal {
height: 20px;
line-height: 22px;
margin: 5px 0 0 4px;
- padding: 0 11px 0 11px;
+ padding: 0 7px;
text-decoration: none;
}
@@ -2162,5 +2161,17 @@ pre.prettyprint { padding: 3px; border: 0px solid #888; }
}
.follow-toggle {
- color: #406A24;
+ border-radius: 3px;
+ -moz-border-radius: 3px;
+ background: #fff0e0;
+ color: #777;
+ font-weight: bolder;
+ border: 1px solid #aaa;
+ cursor: pointer;
+}
+
+.follow-toggle.unfollow:hover {
+ background: #a40000;
+ color: #fff;
+ border: 1px solid #d40000;
}