diff options
| author | Pim van den Berg | 2015-05-16 15:22:51 +0200 |
|---|---|---|
| committer | Pim van den Berg | 2015-06-21 18:06:03 +0200 |
| commit | a96221f0e1b7309e0585148e73b34c9a9b61dd85 (patch) | |
| tree | 6b283f3cf352f1d4515471d35e4d65a17e3444cf | |
| parent | responsive: make the overview page look nice on all media (diff) | |
| download | apt-panopticon_cgp-a96221f0e1b7309e0585148e73b34c9a9b61dd85.zip apt-panopticon_cgp-a96221f0e1b7309e0585148e73b34c9a9b61dd85.tar.gz apt-panopticon_cgp-a96221f0e1b7309e0585148e73b34c9a9b61dd85.tar.bz2 apt-panopticon_cgp-a96221f0e1b7309e0585148e73b34c9a9b61dd85.tar.xz | |
responsive: make the host page look nice on all media
| -rw-r--r-- | layout/style-c.css | 12 | ||||
| -rw-r--r-- | layout/style-d.css | 3 |
2 files changed, 15 insertions, 0 deletions
diff --git a/layout/style-c.css b/layout/style-c.css index 514ea66..83c64bc 100644 --- a/layout/style-c.css +++ b/layout/style-c.css | |||
| @@ -1,4 +1,16 @@ | |||
| 1 | #content { | ||
| 2 | padding-left: 5px; | ||
| 3 | } | ||
| 4 | |||
| 5 | #footer { | ||
| 6 | padding-left: 5px; | ||
| 7 | } | ||
| 8 | |||
| 1 | .row .hostinfo { | 9 | .row .hostinfo { |
| 2 | font-size: 0.7em; | 10 | font-size: 0.7em; |
| 3 | opacity: 0.6; | 11 | opacity: 0.6; |
| 4 | } | 12 | } |
| 13 | |||
| 14 | .plugins { | ||
| 15 | display: none; | ||
| 16 | } | ||
diff --git a/layout/style-d.css b/layout/style-d.css index e69de29..244e96a 100644 --- a/layout/style-d.css +++ b/layout/style-d.css | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | .graphs img { | ||
| 2 | width: 99%; | ||
| 3 | } | ||
