Skip to content

Commit

Permalink
Fix layout of filter input in webadmin experimenters, groups
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Jul 3, 2018
1 parent 8548b18 commit f6ab12f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,7 @@ button::-moz-focus-inner {
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 1px 1px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 1px 1px rgba(0,0,0,.2);
box-shadow: 0 1px 0 rgba(255,255,255,.15), inset 0 1px 2px rgba(0,0,0,.3);
right: 0;
}

#search input[type=submit], .filtersearch input[type=submit]{
Expand All @@ -996,10 +997,6 @@ button::-moz-focus-inner {
transition: opacity .2s linear;
}

.filtersearch input[type=submit] {
right:22px;
}

#search input[type=submit]:hover, .filtersearch input[type=submit]:hover {
opacity:.6;
cursor:pointer;
Expand Down Expand Up @@ -1059,8 +1056,8 @@ button::-moz-focus-inner {

.filtersearch .loading {
position:absolute;
right:-4px;
top:2px;
left: 110%;
top: 6px;
}

/* same as .filtersearch label for top search field */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1556,6 +1556,7 @@
border:solid 1px rgba(0,0,0,.3);
border-top:solid 1px rgba(0,0,0,.4);
color:#333;
box-sizing: border-box;
}


Expand Down

0 comments on commit f6ab12f

Please sign in to comment.