Fixed filter misalignment issue
This commit is contained in:
parent
9f5372de66
commit
acece346d9
1 changed files with 2 additions and 1 deletions
|
@ -581,9 +581,10 @@ sup {
|
|||
#content #form fieldset:nth-of-type(1) {
|
||||
/* display: none */
|
||||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
||||
position: relative;
|
||||
/* position: relative; */
|
||||
top: 57px;
|
||||
padding: 7px 10px;
|
||||
padding-bottom: 11px;
|
||||
}
|
||||
#content fieldset:nth-of-type(2).jsonly {
|
||||
float: right;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue