From c4905b990361c8b2be6c3a68835a8410ed1303ec Mon Sep 17 00:00:00 2001 From: Frederic Date: Thu, 5 Dec 2013 22:58:50 +0100 Subject: [PATCH] logout link workaround --- cash/static/style.css | 32 +++----------------------------- 1 file changed, 3 insertions(+), 29 deletions(-) diff --git a/cash/static/style.css b/cash/static/style.css index 4934282..92efee8 100644 --- a/cash/static/style.css +++ b/cash/static/style.css @@ -1,37 +1,11 @@ -html { - min-height: 100%; -} body { background-color: #ffcc33; padding-top: 70px; - //padding-bottom: 50px; - height: 100%; -} - -#content { - background-color: #f8f8f8; - border: 1px solid #E7E7E7; -} - -table { - width: 100%; -} - -h1 { - font-weight: bold; -} - -td,th { - border-bottom: 1px solid #b9b9b9; -} - -thead td,th { - border-bottom: 2px solid #b9b9b9; - font-weight: bold; } -tbody tr:hover { - background-color: #dfdfdf; +/* workaround: Prevent "Logout" link from sticking to the screen edge. */ +.navbar-right { + padding-right: 1em; }