Merge branch 'fix-ifneedbe-checkbox-size' into 'develop'
Increase ifneedbe choice width Closes #292 See merge request framasoft/framadate!264
This commit is contained in:
commit
05223bfd7b
@ -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 {
|
||||||
@ -561,4 +561,4 @@ table.results > tbody > tr:hover > td .glyphicon {
|
|||||||
/* Buttons */
|
/* Buttons */
|
||||||
.btn {
|
.btn {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user