mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-08 07:21:03 +08:00
Fix results css [SCI-8618]
This commit is contained in:
parent
acceaa7e08
commit
0924ae1046
2 changed files with 3 additions and 1 deletions
|
|
@ -19,6 +19,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.add-result-dropdown {
|
.add-result-dropdown {
|
||||||
|
z-index: 200;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: .5em 1em;
|
padding: .5em 1em;
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<div class="content-header sticky-header my-module-header">
|
<div class="content-header sticky-header my-module-header">
|
||||||
<div class="my-module-title-row">
|
<div class="my-module-title-row title-row">
|
||||||
<i class="sn-icon sn-icon-navigator sci--layout--navigator-open cursor-pointer p-1.5 border rounded border-sn-light-grey mr-4"></i>
|
<i class="sn-icon sn-icon-navigator sci--layout--navigator-open cursor-pointer p-1.5 border rounded border-sn-light-grey mr-4"></i>
|
||||||
<h1 class="my_module-name" data-toggle="tooltip" data-placement="bottom" title="<%= @my_module.name %>">
|
<h1 class="my_module-name" data-toggle="tooltip" data-placement="bottom" title="<%= @my_module.name %>">
|
||||||
<% if @my_module.archived_branch? %>
|
<% if @my_module.archived_branch? %>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue