mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-14 10:53:01 +08:00
25 lines
No EOL
318 B
SCSS
25 lines
No EOL
318 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;
|
|
}
|
|
}
|
|
|
|
.samples-flash-alert {
|
|
position: relative;
|
|
top: 50px;
|
|
z-index: 1000;
|
|
} |