From 28609a7d0269a80b0c694f38c03cb2427ce0e98d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 5 Sep 2013 22:35:47 +0200 Subject: Fix navigation and footer css; css cleanup Signed-off-by: Florian Pritz --- data/css/style.css | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/data/css/style.css b/data/css/style.css index bf8e22b82..977597c91 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -3,58 +3,71 @@ border-bottom-left-radius: 0; border-bottom-right-radius: 0; } + .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } + .form-signin a, .form-signin a:visited, .form-signin a:active { color: inherit !important; } + .login-page { max-width: 300px; } + .divider { height:50px; margin:0 9px; border-left:1px solid #e1e1e1; } + .nav-history { margin-bottom: 1em; } + .navbar-paste { margin-bottom: 0; } + .inline-input { width: 200px; } +.navbar-nav > li > .dropdown-menu { + margin-top: 2px; +} + +.col-topfix { + margin: 1em 0; +} + .anchor { visibility: hidden; padding-top: 20px; margin-top: -20px; } -#navbar-height { - height: 70px; -} @media (max-width: 767px) { - .navbar-static-top { - margin-left: 0; - margin-right: 0; + .navbar-fixed-top { + position: relative; } } -@media (min-width: 980px) { - +@media (min-width: 768px) { .anchor { visibility: hidden; padding-top: 60px; margin-top: -60px; } + #navbar-height { + height: 70px; + } } .text-upload { @@ -124,7 +137,6 @@ body { /* Set the fixed height of the footer here */ #footer { - /* height: 50px; */ font-size: 12px; padding: 15px 0; } @@ -139,16 +151,6 @@ body { height: 120px; } -/* Lastly, apply responsive CSS fixes as necessary */ -@media (max-width: 767px) { - #footer { - margin-left: -20px; - margin-right: -20px; - padding-left: 20px; - padding-right: 20px; - } -} - #footer p, .footer-links { margin: 4px 0; -- cgit v1.2.3-24-g4f1b