Skip to content

Commit 35351a7

Browse files
committed
Remove left spacing on checkbox lists
1 parent 8e58243 commit 35351a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

views/css/frontend.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@
7171
}
7272
ul.mc_list {
7373
list-style-type: none;
74+
margin-left: 0;
75+
padding-left: 0;
7476
}
7577
ul.mc_list li {
7678
font-size: 12px;
@@ -81,4 +83,4 @@
8183
#ui-datepicker-div.show .ui-datepicker-year {
8284
display: inline;
8385
padding-left: 3px
84-
}
86+
}

0 commit comments

Comments
 (0)