aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/public/css/styles.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/styles.less')
-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;
}