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; }