css change
This commit is contained in:
@@ -452,20 +452,20 @@ select[multiple].input-sm {
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.panel-body > .list-container > .list-expanded {
|
||||
.panel-body > div > .list-expanded {
|
||||
margin-left: -@panel-padding;
|
||||
margin-right: -@panel-padding;
|
||||
}
|
||||
.panel-body > .list-container > .list {
|
||||
.panel-body > div > .list {
|
||||
margin-left: -@panel-padding;
|
||||
margin-right: -@panel-padding;
|
||||
}
|
||||
.panel-body > .list-container > .list > table td:first-child,
|
||||
.panel-body > .list-container > .list > table th:first-child {
|
||||
.panel-body > div > .list > table td:first-child,
|
||||
.panel-body > div > .list > table th:first-child {
|
||||
padding-left: @panel-padding;
|
||||
}
|
||||
.panel-body > .list-container > .list > table td:last-child,
|
||||
.panel-body > .list-container > .list > table th:last-child {
|
||||
.panel-body > div > .list > table td:last-child,
|
||||
.panel-body > div > .list > table th:last-child {
|
||||
padding-right: @panel-padding;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user