summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-09-05 22:35:47 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-09-22 16:30:56 +0200
commit28609a7d0269a80b0c694f38c03cb2427ce0e98d (patch)
tree0e9a4c0b111a52af686eb818b5ba70137396caa7 /data
parent1a82e3ed9feed47861a16b585e0d883220b2e21b (diff)
Fix navigation and footer css; css cleanup
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data')
-rw-r--r--data/css/style.css40
1 files 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;