Commit 724e631f authored by Vasyl Zuzyak's avatar Vasyl Zuzyak

Bold style of 'select all' item also in the crowd

parent 0a857a08
...@@ -3,30 +3,34 @@ ...@@ -3,30 +3,34 @@
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;
padding: 0; padding: 0;
input[type="text"] { input[type="text"] {
width: 70%; width: 70%;
} }
.input-prepend { .input-prepend {
padding: 3px; padding: 3px;
} }
> li { > li {
padding: 0; padding: 0;
> a.multiselect-all label {
font-weight: bold;
}
> label { > label {
margin: 0; margin: 0;
padding: 3px 20px 3px 20px; padding: 3px 20px 3px 20px;
height: 100%; height: 100%;
cursor: pointer; cursor: pointer;
&.multiselect-header { &.multiselect-header {
margin: 0; margin: 0;
padding: 3px 20px 3px 20px; padding: 3px 20px 3px 20px;
height: 100%; height: 100%;
} }
> input[type="checkbox"] { > input[type="checkbox"] {
margin-bottom:5px; margin-bottom:5px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment