aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public
diff options
context:
space:
mode:
authorDennis Eriksen <dennis.se@gmail.com>2013-04-12 10:56:55 +0200
committerDennis Eriksen <dennis.se@gmail.com>2013-04-12 10:56:55 +0200
commit27884c6e2e4b5255a4f86266c3cdd78d28f6ea4e (patch)
tree57085bb2b92d4edb3a9b754187f6fdba79b99234 /public
parentfixed analytics (diff)
downloadDivid-27884c6e2e4b5255a4f86266c3cdd78d28f6ea4e.tar.gz
har ordnet login-form som slider ned
Diffstat (limited to 'public')
-rw-r--r--public/css/styles.less61
1 files changed, 56 insertions, 5 deletions
diff --git a/public/css/styles.less b/public/css/styles.less
index 2cad3a7..3e235f5 100644
--- a/public/css/styles.less
+++ b/public/css/styles.less
@@ -7,16 +7,54 @@
// The rest comes here
-div#wrapper {
+body {
margin-top: @navbarHeight;
- background: @yellow;
}
+.textsection {
+ padding-top: 28px;
+}
+
+#login-form {
+ display: block;
+ float:right;
+ margin: 10px 0 0;
+ color: @grayLighter;
+}
+
+#login-form input {
+ background-color: @grayDarker;
+}
+
+#login-form .input-prepend .add-on {
+ background-color: @grayDarker;
+}
+
+#login-form .btn {
+ margin-top: -2px;
+}
+
+#login-form .form-horizontal .control-group:last-child {
+ margin-bottom: 100px;
+}
+
+.navbar-inner {
+ min-height: 40px;
+ vertical-align: 100px;
+}
+
+.navbar {
+}
+
+.navbar .brand.login {
+ float: right;
+ color: @yellow;
+}
.bs-docs-sidenav {
background-color: @white;
width: 200px;
- top: 100px;
+ top: 150px;
padding: 0;
margin: 0;
@@ -32,9 +70,22 @@ div#wrapper {
display: block;
width: 190px \9;
margin: 0 0 -1px;
- padding: 8px 14px;
+ padding: 6px 14px;
+ border: 1px solid @grayLighter;
+}
+
+.bs-docs-sidenav > li:first-child > a {
+ -webkit-border-radius: 6px 6px 0 0;
+ -moz-border-radius: 6px 6px 0 0;
+ border-radius: 6px 6px 0 0;
+}
+
+.bs-docs-sidenav > li:last-child > a {
+ -webkit-border-radius: 0 0 6px 6px;
+ -moz-border-radius: 0 0 6px 6px;
+ border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > li > a:hover {
- background-color: @blue;
+ background-color: @grayLighter;
}