summaryrefslogtreecommitdiffstats
path: root/css/bootstrap
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2012-12-09 11:17:44 -0800
committerArun Persaud <arun@nubati.net>2012-12-09 11:17:44 -0800
commit9d2ee5fd928dc253e34ca6a0e0be92b1fa041240 (patch)
tree6ee5eb7f6f29b5a7cceb14ba9ac4ee2aea026211 /css/bootstrap
parent293b20963f2bbf0cfca1a146506d65d615b01c2c (diff)
downloade-DoKo-9d2ee5fd928dc253e34ca6a0e0be92b1fa041240.tar.gz
e-DoKo-9d2ee5fd928dc253e34ca6a0e0be92b1fa041240.tar.bz2
e-DoKo-9d2ee5fd928dc253e34ca6a0e0be92b1fa041240.zip
bootstrap: fixed login/register, footer, and navbar
* made navbar smaller, added icons, icons only (for smaller screen) * fixed login screen
Diffstat (limited to 'css/bootstrap')
-rw-r--r--css/bootstrap/navbar.less3
-rw-r--r--css/bootstrap/variables.less7
2 files changed, 6 insertions, 4 deletions
diff --git a/css/bootstrap/navbar.less b/css/bootstrap/navbar.less
index 3514c40..c261132 100644
--- a/css/bootstrap/navbar.less
+++ b/css/bootstrap/navbar.less
@@ -238,7 +238,8 @@
.navbar .nav > li > a {
float: none;
// Vertically center the text given @navbarHeight
- padding: ((@navbarHeight - @baseLineHeight) / 2) 15px ((@navbarHeight - @baseLineHeight) / 2);
+// padding: ((@navbarHeight - @baseLineHeight) / 2) 15px ((@navbarHeight - @baseLineHeight) / 2);
+ padding: ((@navbarHeight - @baseLineHeight) / 2) 5px ((@navbarHeight - @baseLineHeight) / 2);
color: @navbarLinkColor;
text-decoration: none;
text-shadow: 0 1px 0 @navbarBackgroundHighlight;
diff --git a/css/bootstrap/variables.less b/css/bootstrap/variables.less
index 7d6efe0..3089093 100644
--- a/css/bootstrap/variables.less
+++ b/css/bootstrap/variables.less
@@ -130,8 +130,8 @@
// Sprite icons path
// -------------------------
-@iconSpritePath: "../img/glyphicons-halflings.png";
-@iconWhiteSpritePath: "../img/glyphicons-halflings-white.png";
+@iconSpritePath: "../../pics/glyphicons-halflings.png";
+@iconWhiteSpritePath: "../../pics/glyphicons-halflings-white.png";
// Input placeholder text color
@@ -158,7 +158,8 @@
// -------------------------
@navbarCollapseWidth: 979px;
-@navbarHeight: 40px;
+//@navbarHeight: 40px;
+@navbarHeight: 25px;
@navbarBackgroundHighlight: #ffffff;
@navbarBackground: darken(@navbarBackgroundHighlight, 5%);
@navbarBorder: darken(@navbarBackground, 12%);