Align search bars in both panels

This commit is contained in:
guerler
2018-10-11 11:31:23 -04:00
parent 12746a92ad
commit 0cafc64c15
2 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -786,8 +786,7 @@ button {
#tool-search {
position: relative;
margin: 10px 0;
@extend .mb-2;
#search-clear-btn {
position: absolute;
right: 6px;
+2 -3
View File
@@ -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;