mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-25 08:14:17 +08:00
Merge pull request #6397 from G-Chubinidze/gc_SCI_9473
CSS: Various issues on task page [SCI-9473]
This commit is contained in:
commit
9fa918a810
3 changed files with 3 additions and 2 deletions
|
@ -98,6 +98,7 @@
|
|||
|
||||
.step-elements {
|
||||
padding-left: 2.5rem;
|
||||
padding-right: 2.5rem;
|
||||
|
||||
.step-timestamp {
|
||||
position: relative;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<div id="taskSecondaryMenu" class="sticky-header-element bg-sn-white border-b border-solid border-0 border-sn-sleepy-grey rounded-t px-4 py-2 top-0 sticky flex items-center flex-wrap z-[106]">
|
||||
<div id="taskSecondaryMenu" class="sticky-header-element bg-sn-white border-b border-solid border-0 border-sn-sleepy-grey rounded-t px-4 py-2 pb-[16px] top-0 sticky flex items-center flex-wrap z-[106]">
|
||||
<div class="flex items-center gap-4 mr-auto">
|
||||
<% if can_read_experiment?(@my_module.experiment) %>
|
||||
<a class="p-3 border-b-4 border-transparent hover:no-underline uppercase text-bold capitalize <%= is_module_protocols? ? "text-sn-blue" : "text-sn-grey" %>"
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<div class="module-tags">
|
||||
<div class="tags-wrapper">
|
||||
<span class="sn-icon block-icon sn-icon-users mr-2.5"></span>
|
||||
<span class="hidden-xs hidden-sm"><%= t('my_modules.details.assigned_users') %></span>
|
||||
<span class="hidden-xs hidden-sm mr-1"><%= t('my_modules.details.assigned_users') %></span>
|
||||
<%= render partial: "user_my_modules/index", locals: { my_module: @my_module } %>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue