mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 20:05:55 +08:00
Fix protocol management filter display (css)
This commit is contained in:
parent
b324a2dab3
commit
4cdfe67115
1 changed files with 20 additions and 5 deletions
|
@ -500,7 +500,21 @@ a[data-toggle="tooltip"] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.protocols-datatable table {
|
.protocols-datatable {
|
||||||
|
.dataTables_wrapper {
|
||||||
|
margin-top: 15px;
|
||||||
|
clear: both;
|
||||||
|
|
||||||
|
.dataTables_length {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dataTables_filter {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
tbody tr.selected {
|
tbody tr.selected {
|
||||||
& > td:nth-child(3), td:nth-child(4) {
|
& > td:nth-child(3), td:nth-child(4) {
|
||||||
color: $color-emperor;
|
color: $color-emperor;
|
||||||
|
@ -510,6 +524,7 @@ a[data-toggle="tooltip"] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.well-protocols-results {
|
.well-protocols-results {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue