mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 00:03:27 +08:00
Protocol templates table - linked tasks modal [SCI-7630]
This commit is contained in:
parent
2cef3bde31
commit
0ffe9b619c
2 changed files with 10 additions and 3 deletions
|
@ -554,9 +554,12 @@ mark,.mark {
|
|||
|
||||
table tbody tr .breadcrumb {
|
||||
padding: 0 5px;
|
||||
position: relative;
|
||||
right: 15px;
|
||||
|
||||
& li + li::before {
|
||||
content: "> ";
|
||||
color: $color-volcano;
|
||||
content: "/ ";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -573,6 +576,10 @@ mark,.mark {
|
|||
}
|
||||
}
|
||||
|
||||
.no-linked-children {
|
||||
padding: 16px 0;
|
||||
}
|
||||
|
||||
a.edit-name-link small {
|
||||
margin-left: 5px;
|
||||
display: none;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
</table>
|
||||
</div>
|
||||
<% else %>
|
||||
<div>
|
||||
<div class="no-linked-children">
|
||||
<em><%= t("protocols.index.linked_children.no_linked_children") %></em>
|
||||
</div>
|
||||
<% end %>
|
Loading…
Reference in a new issue