Skip to content

Commit 13e0b5b

Browse files
committed
Update padding on viewtopic buttons
1 parent aa7f535 commit 13e0b5b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

styles/prosilver/theme/reputation_viewtopic.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
.post-reputation {
23-
padding: 1px 8px 2px 8px;
23+
padding: 2px 8px 0px 8px;
2424
height: 16px;
2525
font-weight: bold;
2626
cursor: auto !important;
@@ -34,16 +34,16 @@
3434

3535
.post-reputation.negative {
3636
background: #D31141;
37-
padding: 1px 6px 2px 6px;
37+
padding: 2px 6px 1px 6px;
3838
}
3939

4040
.post-reputation.neutral {
41-
padding: 0px 8px 2px 8px;
41+
padding: 2px 8px 0px 8px;
4242
}
4343

4444
.post-reputation.neutral span { color: #666666; }
4545

4646
.reputation-avatar img {
4747
width: 40px;
4848
height: initial;
49-
}
49+
}

0 commit comments

Comments
 (0)