improve position of top and page actions
This commit is contained in:
parent
135aa74d9c
commit
90b4da1a9b
1 changed files with 3 additions and 2 deletions
|
@ -279,7 +279,8 @@ fieldset.box td {
|
||||||
|
|
||||||
.top-actions {
|
.top-actions {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 30px;
|
top: 40px;
|
||||||
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quicksearch input {
|
.quicksearch input {
|
||||||
|
@ -293,7 +294,7 @@ fieldset.box td {
|
||||||
|
|
||||||
.page-actions {
|
.page-actions {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 55px;
|
top: 75px;
|
||||||
margin-left: 210px;
|
margin-left: 210px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue