aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layout
diff options
context:
space:
mode:
authorPim van den Berg2015-05-16 15:22:51 +0200
committerPim van den Berg2015-06-21 18:06:03 +0200
commita96221f0e1b7309e0585148e73b34c9a9b61dd85 (patch)
tree6b283f3cf352f1d4515471d35e4d65a17e3444cf /layout
parentresponsive: make the overview page look nice on all media (diff)
downloadapt-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
Diffstat (limited to 'layout')
-rw-r--r--layout/style-c.css12
-rw-r--r--layout/style-d.css3
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}