mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +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 {
|
.repository-status-value-icon {
|
||||||
.emoji {
|
.emoji {
|
||||||
|
display: inline;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
min-width: 24px;
|
min-width: 24px;
|
||||||
|
|
|
@ -324,6 +324,10 @@
|
||||||
&[data-ds-tag-id=""] {
|
&[data-ds-tag-id=""] {
|
||||||
opacity: .7;
|
opacity: .7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-times {
|
.fa-times {
|
||||||
|
|
|
@ -540,6 +540,10 @@ mark,.mark {
|
||||||
position: relative;
|
position: relative;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
& li + li::before {
|
& li + li::before {
|
||||||
color: $color-volcano;
|
color: $color-volcano;
|
||||||
content: "/ ";
|
content: "/ ";
|
||||||
|
|
|
@ -121,10 +121,10 @@
|
||||||
title="<%= @my_module_assign_error %>"
|
title="<%= @my_module_assign_error %>"
|
||||||
<% end %>
|
<% 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-assign-url=<%= my_module_repositories_path(@my_module) %>
|
||||||
data-repository-row-id=<%= @repository_row.id %>
|
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') %>
|
<%= t('repository_row.modal_info.assign_to_task') %>
|
||||||
</button>
|
</button>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue