mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-11 06:35:58 +08:00
Small CSS fixes for repository [SCI-6767]
This commit is contained in:
parent
892b5e2348
commit
98efcc04b5
4 changed files with 13 additions and 7 deletions
|
|
@ -214,6 +214,11 @@
|
|||
color: $color-volcano;
|
||||
}
|
||||
|
||||
.empty-stock-render,
|
||||
.consumption-locked {
|
||||
color: $color-silver-chalice;
|
||||
}
|
||||
|
||||
.row-stock,
|
||||
.row-consumption {
|
||||
min-width: 140px;
|
||||
|
|
|
|||
|
|
@ -75,12 +75,13 @@
|
|||
@media (max-width: 1299px) {
|
||||
.repository-toolbar {
|
||||
|
||||
.btn {
|
||||
.btn:not(.prevent-shrink) {
|
||||
padding: 7px;
|
||||
width: 36px;
|
||||
}
|
||||
.button-text {
|
||||
display: none;
|
||||
|
||||
.button-text {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.auto-shrink-button {
|
||||
|
|
|
|||
|
|
@ -53,11 +53,11 @@
|
|||
</span>
|
||||
|
||||
<span id="saveCancel" data-toggle="buttons" style="display:none">
|
||||
<button type="button" class="btn btn-success" id="saveRecord" data-view-mode="active">
|
||||
<button type="button" class="btn btn-success prevent-shrink" id="saveRecord" data-view-mode="active">
|
||||
<span class="fas fa-save"></span>
|
||||
<%= t("repositories.save_record") %>
|
||||
</button>
|
||||
<button type="button" class="btn btn-light" id="cancelSave" data-view-mode="active">
|
||||
<button type="button" class="btn btn-light prevent-shrink" id="cancelSave" data-view-mode="active">
|
||||
<span class="fas fa-times-circle"></span>
|
||||
<%= t("repositories.cancel_save") %>
|
||||
</button>
|
||||
|
|
|
|||
|
|
@ -1901,7 +1901,7 @@ en:
|
|||
stock_low_html: "Only <strong>%{stock_formated}</strong> left."
|
||||
stock_empty: "There is no stock left."
|
||||
date_reminder: "Date reminder."
|
||||
date_expiration_html: "This item is expiring in <strong>%{date_expiration}</strong>"
|
||||
date_expiration_html: "This item is expiring in <strong>%{date_expiration}</strong>."
|
||||
item_expired: "This item has expired."
|
||||
day: "day"
|
||||
label_printers:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue