mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
separate connected from known from nearby wifi stations in ui
This commit is contained in:
@@ -16,6 +16,10 @@ body {
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
.h-underlined {
|
||||
border-bottom: 1px solid #343434;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
margin: 20px 0 20px;
|
||||
}
|
||||
@@ -193,6 +197,13 @@ pre.unstyled {
|
||||
.js-reload-wifi-stations {
|
||||
min-width: 10rem;
|
||||
}
|
||||
.card-deck--wifi-stations {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.card-deck--wifi-stations .card {
|
||||
flex: 0 46%;
|
||||
margin-bottom: .75rem;
|
||||
}
|
||||
|
||||
.sidebar.toggled .nav-item .nav-link span {
|
||||
display: none;
|
||||
|
@@ -8,7 +8,6 @@ License: GNU General Public License v3.0
|
||||
|
||||
html * {
|
||||
font-family: Verdana, Geneva, sans-serif;
|
||||
font-size: 0.9rem;
|
||||
color: #828282;
|
||||
}
|
||||
|
||||
@@ -34,6 +33,10 @@ h5.card-title {
|
||||
color: #212529;
|
||||
}
|
||||
|
||||
.h-underlined {
|
||||
border-bottom: 1px solid #343434;
|
||||
}
|
||||
|
||||
.card, .modal-dialog {
|
||||
border-radius: 1px;
|
||||
border-color: #ff6600;
|
||||
@@ -226,6 +229,13 @@ pre.unstyled {
|
||||
.js-reload-wifi-stations {
|
||||
min-width: 10rem;
|
||||
}
|
||||
.card-deck--wifi-stations {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.card-deck--wifi-stations .card {
|
||||
flex: 0 46%;
|
||||
margin-bottom: .75rem;
|
||||
}
|
||||
|
||||
.sidebar.toggled .nav-item .nav-link {
|
||||
text-align: center;
|
||||
|
@@ -8,7 +8,6 @@ License: GNU General Public License v3.0
|
||||
|
||||
html * {
|
||||
font-family: Helvetica,Arial,sans-serif;
|
||||
font-size: 1.0rem;
|
||||
color: #afafaf;
|
||||
}
|
||||
|
||||
@@ -24,6 +23,10 @@ h5.card-title {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
.h-underlined {
|
||||
border-bottom: 1px solid #343434;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
padding: 0 20px;
|
||||
border-left: .01rem solid #d2d2d2;
|
||||
@@ -427,6 +430,14 @@ pre {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.card-deck--wifi-stations {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.card-deck--wifi-stations .card {
|
||||
flex: 0 46%;
|
||||
margin-bottom: .75rem;
|
||||
}
|
||||
|
||||
.toggle-off.btn {
|
||||
padding-left: 1.2rem;
|
||||
font-size: 0.9rem!important;
|
||||
|
Reference in New Issue
Block a user