From 1336f8e3cd0506a7b6e375077b5a40008049a858 Mon Sep 17 00:00:00 2001 From: q Date: Mon, 4 Jul 2016 14:51:55 +0300 Subject: [PATCH] chage ui to left --- static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 02ed379..f927cbb 100644 --- a/static/style.css +++ b/static/style.css @@ -16,7 +16,7 @@ td { height: 1.75em; } .entries h2 { margin-left: -1em; } .add-entry { font-size: 0.9em; } .add-entry dl { font-weight: bold; } -.metanav { text-align: right; font-size: 1.2em; +.metanav { text-align: left; font-size: 1.2em; background: #fafafa; } .flash { background: #cee5F5; padding: 0.5em; border: 1px solid #aacbe2; } @@ -49,7 +49,7 @@ td { height: 1.75em; } /* Dropdown Content (Hidden by Default) */ .dropdown-content { display: none; - right: 0px; + /*right: 0px;*/ position: absolute; background-color: #fafafa; min-width: 160px;