mirror of https://github.com/aredn/aredn.git
Fix mobile layout of active leases (#1755)
This commit is contained in:
parent
cbfbad9d88
commit
5d0df69a0f
|
@ -222,12 +222,19 @@ body.mobile #ctrl-modal .reservation select:nth-child(2),
|
|||
body.mobile #ctrl-modal .reservation-label div:first-child div:nth-child(2),
|
||||
body.mobile #ctrl-modal .reservation input:nth-child(3),
|
||||
body.mobile #ctrl-modal .reservation-label div:first-child div:nth-child(3),
|
||||
body.mobile #ctrl-modal .lease input:first-child,
|
||||
body.mobile #ctrl-modal .lease-label div:first-child div:first-child,
|
||||
body.mobile #ctrl-modal .lease input:nth-child(2),
|
||||
body.mobile #ctrl-modal .lease-label div:first-child div:nth-child(2),
|
||||
body.mobile #ctrl-modal .lease input:nth-child(3),
|
||||
body.mobile #ctrl-modal .lease-label div:first-child div:nth-child(3),
|
||||
body.mobile #ctrl-modal .dhcp-options .adr > div > :nth-child(2),
|
||||
body.mobile #ctrl-modal .dhcp-tags .adr > div > :nth-child(2),
|
||||
body.mobile #ctrl-modal .dhcp-options .adr > div > :nth-child(3),
|
||||
body.mobile #ctrl-modal .dhcp-tags .adr > div > :nth-child(3)
|
||||
{
|
||||
width: 90px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
body.mobile #ctrl-modal #local-services .service input[type=text],
|
||||
|
|
Loading…
Reference in New Issue