mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Align search bars in both panels
This commit is contained in:
@@ -786,8 +786,7 @@ button {
|
||||
|
||||
#tool-search {
|
||||
position: relative;
|
||||
margin: 10px 0;
|
||||
|
||||
@extend .mb-2;
|
||||
#search-clear-btn {
|
||||
position: absolute;
|
||||
right: 6px;
|
||||
|
||||
@@ -5628,7 +5628,7 @@ button.bg-dark:focus {
|
||||
.mx-2 {
|
||||
margin-right: 0.5rem !important; }
|
||||
|
||||
.mb-2, .ui-portlet-section,
|
||||
.mb-2, .ui-portlet-section, #tool-search,
|
||||
.my-2 {
|
||||
margin-bottom: 0.5rem !important; }
|
||||
|
||||
@@ -12627,8 +12627,7 @@ input[type="password"] {
|
||||
color: #888; }
|
||||
|
||||
#tool-search {
|
||||
position: relative;
|
||||
margin: 10px 0; }
|
||||
position: relative; }
|
||||
#tool-search #search-clear-btn {
|
||||
position: absolute;
|
||||
right: 6px;
|
||||
|
||||
Reference in New Issue
Block a user