mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-05 23:17:33 +08:00
19 lines
240 B
SCSS
19 lines
240 B
SCSS
|
.samples-table {
|
||
|
margin-top: 20px;
|
||
|
}
|
||
|
|
||
|
#samples_filter,
|
||
|
#samples_paginate,
|
||
|
#datatables-buttons {
|
||
|
float: right;
|
||
|
text-align: inherit;
|
||
|
}
|
||
|
|
||
|
|
||
|
#import-errors-container {
|
||
|
padding-top: 15px;
|
||
|
|
||
|
.alert {
|
||
|
position: inherit !important;
|
||
|
}
|
||
|
}
|