From 9d67cd0f9d5a7b5474e39c5e9efe18599b0854ca Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 14 Jan 2013 20:55:58 +0200 Subject: [PATCH] thin border on add/edit pages --- web/templates/header.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/templates/header.html b/web/templates/header.html index 1b37d0dc0..5bb1e34f6 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -22,7 +22,7 @@ .main { background: #ffffff; - padding: 0 0 12px 0; + padding: 0 0 28px 0; box-shadow: 0 0 2px 2px #d7d7d7; border-bottom: 1px solid #cccccc; border-left: 1px solid #cccccc; @@ -260,6 +260,7 @@ .data-add { margin: 0; background-color: #f7f6ed; + border-bottom: 1px dotted #ccc; } .data-dotted {