aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layout
diff options
context:
space:
mode:
authorPim van den Berg2009-09-20 13:36:25 +0200
committerPim van den Berg2009-09-20 13:45:26 +0200
commitcd94ef34134d8f06af83ec97119018b4e80346a0 (patch)
treeb01a57617cb5528554b1909583bdf110d8acb631 /layout
downloadapt-panopticon_cgp-cd94ef34134d8f06af83ec97119018b4e80346a0.zip
apt-panopticon_cgp-cd94ef34134d8f06af83ec97119018b4e80346a0.tar.gz
apt-panopticon_cgp-cd94ef34134d8f06af83ec97119018b4e80346a0.tar.bz2
apt-panopticon_cgp-cd94ef34134d8f06af83ec97119018b4e80346a0.tar.xz
initial import of cgp
Collectd Graph Panel is a frontend for Collectd written in PHP. The goal of CGP is to provide an easy-to-use frontend for Collectd, starting with page that shows an overview of all the hosts you are managing with Collectd. In this initial import there is support for the plugins that are default enabled in Collectd. The supported plugins are located in the plugin directory.
Diffstat (limited to 'layout')
-rw-r--r--layout/style.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/layout/style.css b/layout/style.css
new file mode 100644
index 0000000..813f98d
--- /dev/null
+++ b/layout/style.css
@@ -0,0 +1,23 @@
1h1 {
2 font-size: 1.5em;
3 margin: 0.5em 0;
4}
5
6h2 {
7 font-size: 1em;
8}
9
10table.summary th {
11 width: 150px;
12 font-weight: normal;
13 text-align: left;
14}
15
16table.summary td {
17 width: 50px;
18 text-align: right;
19}
20
21img {
22 border: 0;
23}