mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 19:51:01 +08:00
Inventory css fixes [SCI-8510]
This commit is contained in:
parent
9470313899
commit
ce7f50908d
4 changed files with 11 additions and 2 deletions
|
@ -218,6 +218,7 @@
|
|||
|
||||
.repository-status-value-icon {
|
||||
.emoji {
|
||||
display: inline;
|
||||
height: 24px;
|
||||
margin-right: 5px;
|
||||
min-width: 24px;
|
||||
|
|
|
@ -324,6 +324,10 @@
|
|||
&[data-ds-tag-id=""] {
|
||||
opacity: .7;
|
||||
}
|
||||
|
||||
img {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
.fa-times {
|
||||
|
|
|
@ -540,6 +540,10 @@ mark,.mark {
|
|||
position: relative;
|
||||
right: 15px;
|
||||
|
||||
img {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
& li + li::before {
|
||||
color: $color-volcano;
|
||||
content: "/ ";
|
||||
|
|
|
@ -121,10 +121,10 @@
|
|||
title="<%= @my_module_assign_error %>"
|
||||
<% end %>
|
||||
>
|
||||
<button type="button" class="btn btn-primary assign-inventory-button"
|
||||
<button type="button" class="btn btn-primary assign-inventory-button"
|
||||
data-assign-url=<%= my_module_repositories_path(@my_module) %>
|
||||
data-repository-row-id=<%= @repository_row.id %>
|
||||
<%= 'disabled' if @my_module_assign_error.present? %>>
|
||||
<%= 'disabled' if @my_module_assign_error.present? %>>
|
||||
<%= t('repository_row.modal_info.assign_to_task') %>
|
||||
</button>
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue