mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Tweak info-item
This commit is contained in:
parent
2e54ae8dde
commit
22eac80306
@ -121,7 +121,7 @@ ul.nav-tabs, .nav-tabs .nav-link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.info-item {
|
.info-item {
|
||||||
width: 140px;
|
width: 10rem;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -216,6 +216,11 @@ hr {
|
|||||||
border-right: 1px solid #2ee600;
|
border-right: 1px solid #2ee600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.info-item {
|
||||||
|
width: 12rem;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.info-item-wifi {
|
.info-item-wifi {
|
||||||
width: 6rem;
|
width: 6rem;
|
||||||
float: left;
|
float: left;
|
||||||
@ -317,11 +322,6 @@ color: #2ee600 !important
|
|||||||
background-color: #2ee600;
|
background-color: #2ee600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-item {
|
|
||||||
width: 140px;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logoutput {
|
.logoutput {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
|
Loading…
Reference in New Issue
Block a user