|
@@ -5638,16 +5638,27 @@ input[type="radio"].align-checkbox, input[type="checkbox"].align-checkbox {
|
|
font-size: 22px;
|
|
font-size: 22px;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
-
|
|
|
|
h5 {
|
|
h5 {
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
}
|
|
}
|
|
- .vertical-splitter {
|
|
|
|
|
|
+ .vertical-splitter-r {
|
|
|
|
+ border-right: 2px solid #ccc; // vertical splitter
|
|
|
|
+ padding-right: 20px;
|
|
|
|
+ padding-left: 0px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .vertical-splitter-l {
|
|
border-left: 2px solid #ccc; // vertical splitter
|
|
border-left: 2px solid #ccc; // vertical splitter
|
|
|
|
+ margin-left: -2px;
|
|
padding-left: 20px;
|
|
padding-left: 20px;
|
|
|
|
+ padding-right: 0px;
|
|
|
|
+ }
|
|
|
|
+ div.with-border {
|
|
|
|
+ border: 1px solid #aaa;
|
|
|
|
+ padding: 10px;
|
|
|
|
+ margin-bottom: 20px;
|
|
}
|
|
}
|
|
-
|
|
|
|
.config-subsection-table {
|
|
.config-subsection-table {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 90%; // fallback option
|
|
height: 90%; // fallback option
|
|
@@ -5655,12 +5666,16 @@ input[type="radio"].align-checkbox, input[type="checkbox"].align-checkbox {
|
|
border-collapse: separate;
|
|
border-collapse: separate;
|
|
table-layout: fixed;
|
|
table-layout: fixed;
|
|
.config-subsection {
|
|
.config-subsection {
|
|
|
|
+ padding: 0px;
|
|
vertical-align: top;
|
|
vertical-align: top;
|
|
&.no-horizontal-splitter {
|
|
&.no-horizontal-splitter {
|
|
border-bottom: none; // no horizontal splitter for subsection on the last row
|
|
border-bottom: none; // no horizontal splitter for subsection on the last row
|
|
}
|
|
}
|
|
- border-bottom: 2px solid #ccc; // horizontal splitter
|
|
|
|
-
|
|
|
|
|
|
+ &.top-horizontal-splitter {
|
|
|
|
+ border-top: 2px solid #ccc; // horizontal splitter
|
|
|
|
+ padding-top: 15px;
|
|
|
|
+ padding-bottom: 15px;
|
|
|
|
+ }
|
|
.directories {
|
|
.directories {
|
|
min-width: 0px !important;
|
|
min-width: 0px !important;
|
|
}
|
|
}
|