luci-theme-openwrt: fixes for page action button placement
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 68dae07225
)
This commit is contained in:
parent
fbc02d33a3
commit
5ea795a4b8
1 changed files with 10 additions and 6 deletions
|
@ -837,15 +837,19 @@ div.cbi-optionals {
|
|||
margin: 0 3px 0 0;
|
||||
}
|
||||
|
||||
.cbi-page-actions > .cbi-button-link,
|
||||
.cbi-page-actions > form[method="get"]:first-child {
|
||||
margin-right: auto;
|
||||
.cbi-page-actions > .cbi-button-save,
|
||||
.cbi-page-actions > .cbi-button-apply {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
*::-ms-backdrop,
|
||||
.cbi-page-actions > .cbi-button-link,
|
||||
.cbi-page-actions > form[method="get"]:first-child {
|
||||
margin-right: 50%;
|
||||
.cbi-page-actions > .cbi-button-save,
|
||||
.cbi-page-actions > .cbi-button-apply {
|
||||
margin-left: 50%;
|
||||
}
|
||||
|
||||
.cbi-page-actions > .cbi-button-apply + .cbi-button-save {
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.th[data-type="button"], .td[data-type="button"],
|
||||
|
|
Loading…
Reference in a new issue