From 36a1bb6770cb76ec7baf4e215c4379b070c60639 Mon Sep 17 00:00:00 2001 From: Markus Cisler Date: Thu, 5 Sep 2013 18:40:06 +0200 Subject: almost migrated to bootstrap3 --- data/css/style.css | 45 +++++++++++++++++++++++++++++++++++++++------ 1 file changed, 39 insertions(+), 6 deletions(-) (limited to 'data/css/style.css') diff --git a/data/css/style.css b/data/css/style.css index 435721073..bf8e22b82 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -1,8 +1,44 @@ +.form-signin input[type="text"] { + margin-bottom: -1px; + 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; +} + .anchor { visibility: hidden; padding-top: 20px; margin-top: -20px; } +#navbar-height { + height: 70px; +} @media (max-width: 767px) { .navbar-static-top { @@ -12,9 +48,6 @@ } @media (min-width: 980px) { - #navbar-height { - height: 60px; - } .anchor { visibility: hidden; @@ -64,7 +97,7 @@ code, pre, textarea { /* Sticky footer styles * Source: http://twitter.github.io/bootstrap/examples/sticky-footer.html --------------------------------------------------- */ + -------------------------------------------------- */ .footer { background-color: #f5f5f5; border-top: 1px solid #e5e5e5; @@ -91,7 +124,7 @@ body { /* Set the fixed height of the footer here */ #footer { - height: 50px; + /* height: 50px; */ font-size: 12px; padding: 15px 0; } @@ -132,7 +165,7 @@ body { padding-top: 40px; background: #eee; padding: 3px; - width: auto; + max-width: 100%; margin-left: 20px; margin-right: 20px; } -- cgit v1.2.3-24-g4f1b