add advanced settings to pointhi style

This commit is contained in:
Noemi Vanyi
2016-07-17 19:42:57 +02:00
parent 074521fd8a
commit 713d30400b
5 changed files with 75 additions and 6 deletions

View File

@@ -1,4 +1,28 @@
.search_categories {
margin:10px 0;
text-transform: capitalize;
.search_categories, #categories {
text-transform: capitalize;
margin-bottom:1.5rem;
margin-top:1.5rem;
label, .input-group-addon {
font-size: 1.3rem;
font-weight:normal;
background-color: white;
border: #DDD 1px solid;
border-right: none;
color: #333;
padding-bottom: 0.8rem;
padding-top: 0.8rem;
padding-left: 1.2rem;
padding-right: 1.2rem;
}
label:last-child, .input-group-addon:last-child {
border-right: #DDD 1px solid;
}
input[type="checkbox"]:checked + label{
color: black;
font-weight:bold;
background-color: #EEE;
}
}