Checkboxify yesno-fields, but use CSS to show them as switches in Redbasic

This commit is contained in:
Stefan Parviainen
2015-01-01 10:08:20 +01:00
parent 26069e6ca1
commit 70f0019905
13 changed files with 120 additions and 35 deletions

View File

@@ -6,6 +6,7 @@
margin-top: 25px;
}
#sellpage-edit label{
/* first-of-type needed to style switches */
#sellpage-edit label:first-of-type {
width: 300px;
}
}