diff options
| author | David Severwright | 2014-12-11 15:12:46 +0000 |
|---|---|---|
| committer | Pim van den Berg | 2014-12-13 13:43:06 +0100 |
| commit | 5c7fccfe8b5aa792f4adafa0c1281c69a8453fbc (patch) | |
| tree | 54f5b1339896dbe3e78ce37b362f9028ed197ec1 /layout | |
| parent | js/CGP: scroll wheel zoom center position (diff) | |
| download | apt-panopticon_cgp-5c7fccfe8b5aa792f4adafa0c1281c69a8453fbc.zip apt-panopticon_cgp-5c7fccfe8b5aa792f4adafa0c1281c69a8453fbc.tar.gz apt-panopticon_cgp-5c7fccfe8b5aa792f4adafa0c1281c69a8453fbc.tar.bz2 apt-panopticon_cgp-5c7fccfe8b5aa792f4adafa0c1281c69a8453fbc.tar.xz | |
Adding option to show time since last update on dashboard.
Closes #110
Diffstat (limited to 'layout')
| -rw-r--r-- | layout/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/style.css b/layout/style.css index 19ec77e..1360b36 100644 --- a/layout/style.css +++ b/layout/style.css | |||
| @@ -68,6 +68,11 @@ table.summary td { | |||
| 68 | text-align: right; | 68 | text-align: right; |
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | table.summary td.wide { | ||
| 72 | width: 200px; | ||
| 73 | text-align: right; | ||
| 74 | } | ||
| 75 | |||
| 71 | img { | 76 | img { |
| 72 | border: 0; | 77 | border: 0; |
| 73 | } | 78 | } |
