From 0646d11f723a5eeb249f8fd57380a95a2efadcec Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sun, 3 Mar 2013 16:04:48 +0200 Subject: [PATCH] rrd images padding --- web/templates/admin/list_rrd.html | 4 ++-- web/templates/header.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/templates/admin/list_rrd.html b/web/templates/admin/list_rrd.html index 2385848e..fa8f931b 100644 --- a/web/templates/admin/list_rrd.html +++ b/web/templates/admin/list_rrd.html @@ -34,7 +34,7 @@ - +
">
">
">
@@ -52,7 +52,7 @@
- "> + ">
diff --git a/web/templates/header.html b/web/templates/header.html index 3435ba81..a8d4264e 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -41,6 +41,7 @@ .top thead td { background: #ebe9dc; + border-bottom: 1px solid #fff; height: 25px; text-align: right; padding: 0 24px 0 0px;