mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-14 17:14:54 +08:00
Merge pull request #3517 from artoscinote/ma_SCI_6013
Experiment dropdown layout fixes [SCI-6013]
This commit is contained in:
commit
8a1454ddea
2 changed files with 8 additions and 5 deletions
|
@ -41,8 +41,7 @@
|
|||
|
||||
.dropdown-menu {
|
||||
.form-dropdown-break hr {
|
||||
margin-bottom: 8px;
|
||||
margin-top: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.form-dropdown-item {
|
||||
|
@ -62,6 +61,13 @@
|
|||
|
||||
.form-dropdown-item-info {
|
||||
color: $color-silver-chalice !important;
|
||||
border-top: 1px solid $color-concrete;
|
||||
padding-top: .3em;
|
||||
}
|
||||
|
||||
&:only-child .form-dropdown-item-info {
|
||||
border-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.project-archive-restore-form {
|
||||
|
|
|
@ -63,9 +63,6 @@
|
|||
<% end %>
|
||||
</li>
|
||||
<% end %>
|
||||
<li class="form-dropdown-break">
|
||||
<hr>
|
||||
</li>
|
||||
<li class="form-dropdown-item">
|
||||
<div class="form-dropdown-item-info">
|
||||
<small><%= t('experiments.experiment_id') %>: <strong><%= experiment.code %></strong></small>
|
||||
|
|
Loading…
Add table
Reference in a new issue