#304 ICPC field larger & #302 remove bullet symbol for CFChoices

This commit is contained in:
Marc Ducobu 2014-11-13 22:36:15 +01:00
parent 73eeb6cea2
commit 8fa4437b1b
3 changed files with 13 additions and 1 deletions

View File

@ -28,4 +28,10 @@ ul.submenu.min-width {
background-color: $white;
}
.select2 {
width: 100%;
}
ul.custom_fields.choice li {
list-style:none;
}

View File

@ -3071,4 +3071,10 @@ ul.submenu.min-width {
padding-bottom: 1em;
background-color: #fff; }
.select2 {
width: 100%; }
ul.custom_fields.choice li {
list-style: none; }
/*# sourceMappingURL=scratch.css.map */

File diff suppressed because one or more lines are too long