Inventory css fixes [SCI-8510]

This commit is contained in:
Anton 2023-05-25 12:12:16 +02:00
parent 9470313899
commit ce7f50908d
4 changed files with 11 additions and 2 deletions

View file

@ -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;

View file

@ -324,6 +324,10 @@
&[data-ds-tag-id=""] { &[data-ds-tag-id=""] {
opacity: .7; opacity: .7;
} }
img {
display: inline;
}
} }
.fa-times { .fa-times {

View file

@ -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: "/ ";

View file

@ -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>