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.css38
1 files changed, 36 insertions, 2 deletions
diff --git a/askbot/skins/default/media/style/style.css b/askbot/skins/default/media/style/style.css
index ffa15009..85bc8801 100755
--- a/askbot/skins/default/media/style/style.css
+++ b/askbot/skins/default/media/style/style.css
@@ -958,6 +958,41 @@ a:hover.medal {
clear: both;
}
+.comments .content {
+ width: 650px;
+ float: right;
+}
+
+.comments div.comment {
+ min-height: 25px;
+}
+
+div.comment .comment-votes {
+ position: absolute;
+ width: 20px;
+ margin: -2px 0 0 -20px;
+}
+
+div.comment .upvote {
+ width: 20px;
+ height: 20px;
+ padding: 3px 0 0 3px;
+ font-weight: bold;
+ color: #777;
+}
+
+div.comment .upvote.upvoted {
+ color: #d64000;
+}
+
+div.comment .upvote.hover {
+ background: url(../images/go-up-grey.png) no-repeat;
+}
+
+div.comment .upvote:hover {
+ background: url(../images/go-up-orange.png) no-repeat;
+}
+
.comments div.controls {
clear: both;
background: url(../images/gray-up-arrow-h18px.png) no-repeat;
@@ -1781,8 +1816,7 @@ button::-moz-focus-inner {
border-top: 1px dotted #ccccce;
margin: 0;
color: #444;
- padding: 2px 3px 5px 3px;
- width: 670px;
+ padding: 5px 3px 5px 3px;
overflow: auto;
}