mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-04-02 10:20:51 +08:00
Merge pull request #2907 from urbanrotnik/ur-sci-5045-remove-border
Remove border, update copy [SCI-5045]
This commit is contained in:
commit
d43d487d33
2 changed files with 2 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
||||||
.content-pane.my-modules-protocols-index {
|
.content-pane.my-modules-protocols-index {
|
||||||
.status-flow-dropdown {
|
.status-flow-dropdown {
|
||||||
.dropdown-toggle {
|
.dropdown-toggle {
|
||||||
|
border: 0;
|
||||||
color: $color-white;
|
color: $color-white;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -5,7 +5,7 @@ en:
|
||||||
status_transitioning_label: 'Transitioning to:'
|
status_transitioning_label: 'Transitioning to:'
|
||||||
move_label: 'Move to'
|
move_label: 'Move to'
|
||||||
return_label: 'Return to'
|
return_label: 'Return to'
|
||||||
view_flow_label: 'View task flow'
|
view_flow_label: 'View status flow'
|
||||||
no_permission_label: 'You don’t have permission to change the status of this task.'
|
no_permission_label: 'You don’t have permission to change the status of this task.'
|
||||||
update_status:
|
update_status:
|
||||||
error:
|
error:
|
||||||
|
|
Loading…
Add table
Reference in a new issue