FIX: Larger click target for topic progress bar
This commit is contained in:
parent
948a545cb1
commit
3dd4741ce4
|
@ -90,6 +90,7 @@ a:hover.reply-new {
|
||||||
color: #666;
|
color: #666;
|
||||||
width: 130px;
|
width: 130px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
|
|
||||||
.nums {
|
.nums {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 9px;
|
top: 9px;
|
||||||
|
@ -98,21 +99,26 @@ a:hover.reply-new {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
padding: 0 1px;
|
padding: 3px 0 0 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 8px;
|
top: 2px;
|
||||||
left: 4px;
|
left: 4px;
|
||||||
border: 0;
|
border: 0;
|
||||||
background: none;
|
background: none;
|
||||||
color: #666;
|
color: #666;
|
||||||
|
width: 50%;
|
||||||
|
text-align: left;
|
||||||
|
height: 30px;
|
||||||
|
margin: 0;
|
||||||
i {
|
i {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
&:nth-of-type(2) {
|
&:nth-of-type(2) {
|
||||||
right: 4px;
|
right: 4px;
|
||||||
left: auto;
|
left: auto;
|
||||||
|
text-align: right;
|
||||||
}
|
}
|
||||||
&:disabled {
|
&:disabled {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
Loading…
Reference in New Issue