Fixes width issue on voting area for my own comments
This commit is contained in:
parent
6c34270b85
commit
13ee881871
@ -110,7 +110,7 @@ td.subtext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tr.spacer {
|
tr.spacer {
|
||||||
height: 10px !important;
|
height: 0.75rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.comment {
|
div.comment {
|
||||||
@ -150,6 +150,10 @@ input[type="submit"] {
|
|||||||
|
|
||||||
/* voting */
|
/* voting */
|
||||||
|
|
||||||
|
td.votelinks {
|
||||||
|
width: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
.votearrow {
|
.votearrow {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: none;
|
background: none;
|
||||||
@ -184,4 +188,4 @@ a.nosee .votearrow::after {
|
|||||||
html {
|
html {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user