diff options
author | Pim van den Berg | 2015-05-16 15:06:56 +0200 |
---|---|---|
committer | Pim van den Berg | 2015-06-21 18:06:03 +0200 |
commit | a82cad86ec3348edc4cdfaf6ac1a10968db79940 (patch) | |
tree | 6586751c0cfa1981a843a804fc24f6e8b839e99f /layout | |
parent | add responsive css (diff) | |
download | apt-panopticon_cgp-a82cad86ec3348edc4cdfaf6ac1a10968db79940.zip apt-panopticon_cgp-a82cad86ec3348edc4cdfaf6ac1a10968db79940.tar.gz apt-panopticon_cgp-a82cad86ec3348edc4cdfaf6ac1a10968db79940.tar.bz2 apt-panopticon_cgp-a82cad86ec3348edc4cdfaf6ac1a10968db79940.tar.xz |
responsive: make the overview page look nice on all media
Diffstat (limited to 'layout')
-rw-r--r-- | layout/style-c.css | 4 | ||||
-rw-r--r-- | layout/style.css | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/layout/style-c.css b/layout/style-c.css index e69de29..514ea66 100644 --- a/layout/style-c.css +++ b/layout/style-c.css | |||
@@ -0,0 +1,4 @@ | |||
1 | .row .hostinfo { | ||
2 | font-size: 0.7em; | ||
3 | opacity: 0.6; | ||
4 | } | ||
diff --git a/layout/style.css b/layout/style.css index 2df30cf..156e8c5 100644 --- a/layout/style.css +++ b/layout/style.css | |||
@@ -67,6 +67,10 @@ a:hover { | |||
67 | width: 20em; | 67 | width: 20em; |
68 | } | 68 | } |
69 | 69 | ||
70 | .row .hostinfo { | ||
71 | float: left; | ||
72 | } | ||
73 | |||
70 | .row .field { | 74 | .row .field { |
71 | float: left; | 75 | float: left; |
72 | width: 3.4em; | 76 | width: 3.4em; |