mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 15:54:00 +08:00
Fix UI issues in addons page [SCI-8896] (#5835)
* Fix UI issues in addons page [SCI-8896] * Fix linter error [SCI-8896]
This commit is contained in:
parent
2489084566
commit
54877c2c1c
2 changed files with 19 additions and 6 deletions
|
@ -34,6 +34,8 @@
|
|||
}
|
||||
|
||||
.control {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
|
@ -51,7 +53,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.fas-check {
|
||||
.sn-icon-check {
|
||||
margin-left: .25em;
|
||||
}
|
||||
}
|
||||
|
@ -62,3 +64,14 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.panel.panel-default {
|
||||
.pull-right {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
|
||||
.sn-icon-check {
|
||||
margin-left: .25em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2475,8 +2475,8 @@ en:
|
|||
head_title: "Settings | Add-ons"
|
||||
title: "Add-ons"
|
||||
no_addons: "You have no SciNote Add-ons."
|
||||
scinote_addons: "Scinote add-ons"
|
||||
label_printers: "Label Printers"
|
||||
scinote_addons: "SciNote add-ons"
|
||||
label_printers: "Label printers"
|
||||
printers:
|
||||
ready: "Ready"
|
||||
not_ready: "Not ready"
|
||||
|
@ -3587,9 +3587,9 @@ en:
|
|||
protocols: "Protocol"
|
||||
labels: "Label"
|
||||
teams: "All Teams"
|
||||
addons: "Add-Ons"
|
||||
label_printer: "Label Printer"
|
||||
fluics_printer: "Fluics Printer"
|
||||
addons: "Add-ons"
|
||||
label_printer: "Label printer"
|
||||
fluics_printer: "Fluics printer"
|
||||
|
||||
Add: "Add"
|
||||
Asset: "File"
|
||||
|
|
Loading…
Reference in a new issue