mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Day is end
This commit is contained in:
parent
cd4ac13e36
commit
be9487e42f
7 changed files with 965 additions and 16 deletions
38
static/css/bootstrap-multiselect.css
vendored
Normal file
38
static/css/bootstrap-multiselect.css
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
|
||||
.multiselect-container {
|
||||
position: absolute;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.multiselect-container .input-group {
|
||||
margin: 5px;
|
||||
}
|
||||
.multiselect-container > li {
|
||||
padding: 0;
|
||||
}
|
||||
.multiselect-container > li > a.multiselect-all label {
|
||||
font-weight: bold;
|
||||
}
|
||||
.multiselect-container > li > label.multiselect-group {
|
||||
margin: 0;
|
||||
padding: 3px 20px 3px 20px;
|
||||
height: 100%;
|
||||
}
|
||||
.multiselect-container > li > a > label {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
cursor: pointer;
|
||||
font-weight: normal;
|
||||
}
|
||||
.multiselect-container > li > a > label.radio,
|
||||
.multiselect-container > li > a > label.checkbox {
|
||||
margin: 0;
|
||||
}
|
||||
.multiselect-container > li > a > label > input[type="checkbox"] {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
|
||||
border-top-left-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue