diff options
author | Markus Cisler <m@kuchen.io> | 2013-09-05 18:40:06 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-09-22 16:30:56 +0200 |
commit | 36a1bb6770cb76ec7baf4e215c4379b070c60639 (patch) | |
tree | 9e8ec3bf58b1e9bd4b349a75cb2e5e369d406421 /data/css/style.css | |
parent | 3ec93bf546c4cfff82f1fb34eeae1f18319c59c1 (diff) |
almost migrated to bootstrap3
Diffstat (limited to 'data/css/style.css')
-rw-r--r-- | data/css/style.css | 45 |
1 files changed, 39 insertions, 6 deletions
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; } |