Skip to content

Commit a45a6e9

Browse files
committed
Enlarge the checkboxes.
1 parent 589c62f commit a45a6e9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

css/jquery.fileupload-ui.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
* https://opensource.org/licenses/MIT
1111
*/
1212

13-
.fileupload-buttonbar .btn,
14-
.fileupload-buttonbar .toggle {
15-
margin-bottom: 5px;
16-
}
1713
.progress-animated .progress-bar,
1814
.progress-animated .bar {
1915
background: url('../img/progressbar.gif') !important;
@@ -35,8 +31,15 @@
3531
.files video {
3632
max-width: 300px;
3733
}
34+
.toggle[type='checkbox'] {
35+
transform: scale(2);
36+
margin-left: 10px;
37+
}
3838

3939
@media (max-width: 767px) {
40+
.fileupload-buttonbar .btn {
41+
margin-bottom: 5px;
42+
}
4043
.fileupload-buttonbar .delete,
4144
.fileupload-buttonbar .toggle,
4245
.files .toggle,

0 commit comments

Comments
 (0)