From 980581d09e3eb83077574741c93758118fb5d192 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sun, 3 Mar 2013 15:39:17 +0200 Subject: [PATCH] clean looking topmenu --- web/templates/header.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/web/templates/header.html b/web/templates/header.html index b147f230..3435ba81 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -36,12 +36,11 @@ text-align: left; border: 0px; border-collapse:collapse; + } .top thead td { background: #ebe9dc; - border-bottom: 1px solid #d3d3d3; - border-right: 1px solid #d3d3d3; height: 25px; text-align: right; padding: 0 24px 0 0px; @@ -49,7 +48,7 @@ } .top thead td:first-child{ - border-left: 1px solid #d3d3d3; + border-left: 1px solid #fff; border-right:none; text-align:left; padding: 0 0 0 0; @@ -60,7 +59,7 @@ padding: 5px 22px 4px; text-decoration: none; color: #323232; - border-right: 1px solid #d3d3d3; + border-right: 1px solid #fff; } .top-link:hover { @@ -76,7 +75,7 @@ text-decoration: none; color: #174f82; background: #fff; - border-right: 1px solid #d3d3d3; + border-right: 1px solid #fff; } .top-logout {