mirror of
https://github.com/moexe/FFFGateway-Monitoring.git
synced 2024-11-21 21:53:40 +01:00
Schmälerer Menübalken
This commit is contained in:
parent
e030b64b85
commit
7fd6296d1d
@ -34,7 +34,7 @@ h1 {
|
|||||||
}
|
}
|
||||||
.brand {
|
.brand {
|
||||||
float: left;
|
float: left;
|
||||||
height: 80px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
.brand p {
|
.brand p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -44,10 +44,10 @@ h1 {
|
|||||||
}
|
}
|
||||||
.logo {
|
.logo {
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
line-height: 40px;
|
line-height: 20px;
|
||||||
margin: 20px 0 0;
|
margin: 20px 0 0;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 40px;
|
height: 20px;
|
||||||
/* background-color: #3C97D5; */
|
/* background-color: #3C97D5; */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -60,7 +60,7 @@ h1 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.rm-toggle.rm-button {
|
.rm-toggle.rm-button {
|
||||||
margin-top: 25px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rm-css-animate.rm-menu-expanded {
|
.rm-css-animate.rm-menu-expanded {
|
||||||
|
@ -155,7 +155,7 @@
|
|||||||
<header>
|
<header>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="brand">
|
<div class="brand">
|
||||||
<p><a href="#" class="logo">FFF-Hassfurt</a></p>
|
<p><a href="#" class="logo">FFF</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- START Responsive Menu HTML -->
|
<!-- START Responsive Menu HTML -->
|
||||||
|
@ -47,9 +47,13 @@ for($i = 0; $i < count($othergw); ++$i) {
|
|||||||
echo "$othergw[$i]<br>";
|
echo "$othergw[$i]<br>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$clients = file_get_contents('http://5.189.166.50/test.html');
|
||||||
|
echo $clients;
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
<div class=mrtg>
|
<div class=mrtg>
|
||||||
|
Loading…
Reference in New Issue
Block a user