From d1f405627af163dcdb0d2d2530f78e07bfb64537 Mon Sep 17 00:00:00 2001 From: Remy Date: Wed, 25 May 2011 11:46:27 -0700 Subject: [PATCH] fixed some css --- data/css/style.css | 5 +++-- templates.py | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/data/css/style.css b/data/css/style.css index a7a47ea5..9a2bccb7 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -40,8 +40,9 @@ h1{ margin-top: 0px; } .search{ - margin-top: -40px; - margin-right: 30px; + position: absolute; + top: 50px; + right: 70px; } .data{ background-color: #ebf4fb; diff --git a/templates.py b/templates.py index b768b94c..c32e762f 100644 --- a/templates.py +++ b/templates.py @@ -10,8 +10,8 @@ _header = '''
''' _logobar = ''' - -