mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
45 lines
No EOL
622 B
CSS
45 lines
No EOL
622 B
CSS
.form-horizontal .form-group {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
h2 {
|
|
font-weight: bold;
|
|
font-size: 1.3em !important;
|
|
}
|
|
|
|
.checkbox {
|
|
margin-bottom: 15px !important;
|
|
}
|
|
|
|
.checkbox label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
|
|
.active, .collapse-button:hover {
|
|
background-color: #318ddc;
|
|
}
|
|
|
|
.collapse-title:after {
|
|
content: '\002B';
|
|
color: white;
|
|
font-weight: bold;
|
|
float: right;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.expanded .collapse-title::after {
|
|
content: "\2212";
|
|
}
|
|
|
|
.collapsed {
|
|
padding: 0px 15px 0px 15px;
|
|
}
|
|
|
|
.collapsible {
|
|
max-height: 0px;
|
|
overflow: hidden;
|
|
transition: max-height 0.2s ease-out;
|
|
} |