Increase ifneedbe choice width
Closes #292 for good Also a few syntax typos Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
004fda4f96
commit
3df48b25f7
@ -353,11 +353,11 @@ table.results .btn-link.btn-sm {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
margin: -1px;
|
margin: -1px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0px, 0px, 0px, 0px);
|
clip: rect(0px, 0px, 0px, 0px);
|
||||||
border: 0px none;
|
border: 0 none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.choice input:focus + label {
|
.choice input:focus + label {
|
||||||
@ -365,7 +365,7 @@ table.results .btn-link.btn-sm {
|
|||||||
outline-offset: -2px;
|
outline-offset: -2px;
|
||||||
}
|
}
|
||||||
.choice {
|
.choice {
|
||||||
width:32px;
|
width: 35px;
|
||||||
margin:0 auto !important;
|
margin:0 auto !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -382,8 +382,8 @@ span.edit-username-left {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.yes .btn, .ifneedbe .btn, .no .btn {
|
.yes .btn, .ifneedbe .btn, .no .btn {
|
||||||
width:32px;
|
width: 35px;
|
||||||
color:#555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
.yes .btn,.yes .btn:hover {
|
.yes .btn,.yes .btn:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user