mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-23 17:32:57 +02:00
web: Create a function to show the service status
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -133,6 +133,22 @@ iframe {
|
||||
float: right !important;
|
||||
}
|
||||
|
||||
/*
|
||||
Text Alignment
|
||||
*/
|
||||
|
||||
.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Header */
|
||||
|
||||
#header {
|
||||
@@ -296,6 +312,10 @@ table {
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
.tbl {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tbl th {
|
||||
color: #ffffff;
|
||||
border-top: 1px solid #363636;
|
||||
|
||||
Reference in New Issue
Block a user