css sticked fix

This commit is contained in:
yuri
2018-12-24 11:56:37 +02:00
parent ae4d725595
commit aba061cb72
2 changed files with 32 additions and 1 deletions
+16 -1
View File
@@ -1842,7 +1842,6 @@ h4.panel-title span.fas.color-icon {
margin-bottom: 0;
}
.panel.sticked,
.panel.sticked {
margin-top: -1 * @line-height-computed;
border-top-width: 0;
@@ -1856,6 +1855,22 @@ h4.panel-title span.fas.color-icon {
}
}
.side {
> .panel.sticked:first-child {
margin-top: 0;
}
.panel.hidden + .panel.sticked {
margin-top: 0;
}
}
.bottom {
.panel.hidden + .panel.sticked {
margin-top: 0;
}
}
.label {
padding: .09em .5em .2em;
}
@@ -111,6 +111,22 @@ table.table {
border-top-width: 1px;
}
.side {
> .panel.sticked:first-child {
border-top-width: 0;
}
.panel.hidden + .panel.sticked {
border-top-width: 0;
}
}
.bottom {
.panel.hidden + .panel.sticked {
border-top-width: 0;
}
}
.list-container .list-buttons-container {
margin-bottom: @padding-base-horizontal;
}