From e03c5757c9ada68d0acc6f671a4d78fe9144234b Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 5 Nov 2012 21:59:23 +0100 Subject: correction design --- app/views/javascript/main.phtml | 2 ++ public/theme/base.css | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/views/javascript/main.phtml b/app/views/javascript/main.phtml index 710b04988..e93f5677c 100644 --- a/app/views/javascript/main.phtml +++ b/app/views/javascript/main.phtml @@ -214,4 +214,6 @@ $(document).ready (function () { redirect (url, true); }); + + $("#categories").height ($('body').height () - $("#categories").position ().top); }); diff --git a/public/theme/base.css b/public/theme/base.css index 24c4f371b..8c32bd460 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -348,16 +348,16 @@ form { line-height: 50px; text-align: center; border-radius: 5px 5px 0 0; - box-shadow: 0 0 3px #666; + box-shadow: 0 0 5px #666; background: #ddd; - color: #fff; + color: #666; font-weight: bold; } #notification.good { - background: #8FD900; + background: #f4f899; } #notification.bad { - background: #FF3300; + background: #f4a899; } #notification a.close { display: inline-block; -- cgit v1.2.3