Commit 27bebaf6 by solashirai

more naming fixes, removal of redundancies

parent 28c85d5f
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
align-self: flex-end; align-self: flex-end;
} }
.csh_rate_hint { .csh_rate_hint, .csh_report_hint, .csh_rate_hint_completed {
margin-right: 15px; margin-right: 15px;
margin-top: 5px; margin-top: 5px;
align-self: flex-end; align-self: flex-end;
...@@ -59,12 +59,12 @@ background-clip: padding-box; ...@@ -59,12 +59,12 @@ background-clip: padding-box;
font-size: 0.8125em; font-size: 0.8125em;
} }
div[data-rate="upvote"] { .csh_rate_hint[data-rate="upvote"] {
color: green; color: green;
font-weight: bold; font-weight: bold;
} }
div[data-rate="downvote"] { .csh_rate_hint[data-rate="downvote"] {
color: red; color: red;
font-weight: bold; font-weight: bold;
} }
...@@ -86,6 +86,7 @@ div[data-rate="downvote"] { ...@@ -86,6 +86,7 @@ div[data-rate="downvote"] {
} }
.csh_rate_hint{ cursor: pointer } .csh_rate_hint{ cursor: pointer }
.csh_report_hint{ cursor: pointer }
.csh_staff_rate{ cursor: pointer } .csh_staff_rate{ cursor: pointer }
.csh_rate_hint{ color: #948f8f; } .csh_rate_hint{ color: #948f8f; }
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<div role="button" class="csh_rate_hint" data-rate="downvote"> <div role="button" class="csh_rate_hint" data-rate="downvote">
<b>Rate as Unhelpful</b> <b>Rate as Unhelpful</b>
</div> </div>
<div role="button" class="csh_rate_hint" data-rate="report" data-icon="report" title="Report this hint."> <div role="button" class="csh_report_hint" data-icon="report" title="Report this hint.">
<b></b> <b></b>
</div> </div>
</div> </div>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<div role="button" class="csh_rate_hint" data-rate="downvote" title="This hint was not very helpful."> <div role="button" class="csh_rate_hint" data-rate="downvote" title="This hint was not very helpful.">
<b>-</b> <b>-</b>
</div> </div>
<div role="button" class="csh_rate_hint" data-rate="report" title="Report this hint"> <div role="button" class="csh_report_hint" title="Report this hint">
<b></b> <b></b>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment