We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa7f535 commit 13e0b5bCopy full SHA for 13e0b5b
1 file changed
styles/prosilver/theme/reputation_viewtopic.css
@@ -20,7 +20,7 @@
20
}
21
22
.post-reputation {
23
- padding: 1px 8px 2px 8px;
+ padding: 2px 8px 0px 8px;
24
height: 16px;
25
font-weight: bold;
26
cursor: auto !important;
@@ -34,16 +34,16 @@
34
35
.post-reputation.negative {
36
background: #D31141;
37
- padding: 1px 6px 2px 6px;
+ padding: 2px 6px 1px 6px;
38
39
40
.post-reputation.neutral {
41
- padding: 0px 8px 2px 8px;
42
43
44
.post-reputation.neutral span { color: #666666; }
45
46
.reputation-avatar img {
47
width: 40px;
48
height: initial;
49
-}
+}
0 commit comments