mirror of https://github.com/aredn/aredn.git
CSS tweaks to make some themes and browsers a little happier (#1481)
* CSS tweaks to make some themes and browsers a little happier * Fix refresh button alignment Firefox/Linux
This commit is contained in:
parent
94ef43cf69
commit
83c4185d11
files/app/resource/css
|
@ -320,6 +320,7 @@ label.switch
|
|||
|
||||
#ctrl-modal .basics select[name=theme]
|
||||
{
|
||||
min-width: 140px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
|
@ -505,7 +506,7 @@ label.switch
|
|||
#ctrl-modal .reservation-label div:first-child div:nth-child(3),
|
||||
#ctrl-modal .lease-label div:first-child div:nth-child(3)
|
||||
{
|
||||
width: 130px;
|
||||
width: 145px;
|
||||
border-color: var(--ctrl-modal-textbox-bg-color);
|
||||
}
|
||||
#ctrl-modal .reservation-label div:first-child div:nth-child(4)
|
||||
|
@ -520,7 +521,7 @@ label.switch
|
|||
width: 14px;
|
||||
height: 14px;
|
||||
accent-color: var(--ctrl-modal-checkbox-color);
|
||||
margin-left: 18px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
#ctrl-modal .reservation-label div:first-child div,
|
||||
#ctrl-modal .lease-label div:first-child div,
|
||||
|
@ -1028,6 +1029,7 @@ label.switch
|
|||
#firmware-refresh,
|
||||
#package-refresh
|
||||
{
|
||||
display: flex;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
margin: calc(var(--font-base-size) / 2 - 6px) 0 0 4px;
|
||||
|
|
Loading…
Reference in New Issue