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:
Thomas Citharel 2018-03-29 13:06:50 +02:00
parent 004fda4f96
commit 3df48b25f7
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 6 additions and 6 deletions

View File

@ -353,11 +353,11 @@ table.results .btn-link.btn-sm {
position: absolute;
width: 1px;
height: 1px;
padding: 0px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0px, 0px, 0px, 0px);
border: 0px none;
border: 0 none;
}
.choice input:focus + label {
@ -365,7 +365,7 @@ table.results .btn-link.btn-sm {
outline-offset: -2px;
}
.choice {
width:32px;
width: 35px;
margin:0 auto !important;
}
@ -382,8 +382,8 @@ span.edit-username-left {
}
.yes .btn, .ifneedbe .btn, .no .btn {
width:32px;
color:#555;
width: 35px;
color: #555;
}
.yes .btn,.yes .btn:hover {
@ -561,4 +561,4 @@ table.results > tbody > tr:hover > td .glyphicon {
/* Buttons */
.btn {
white-space: normal;
}
}