diff options
author | Arun Persaud <arun@nubati.net> | 2012-12-09 11:17:44 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2012-12-09 11:17:44 -0800 |
commit | 9d2ee5fd928dc253e34ca6a0e0be92b1fa041240 (patch) | |
tree | 6ee5eb7f6f29b5a7cceb14ba9ac4ee2aea026211 /css/bootstrap | |
parent | 293b20963f2bbf0cfca1a146506d65d615b01c2c (diff) | |
download | e-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.less | 3 | ||||
-rw-r--r-- | css/bootstrap/variables.less | 7 |
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%); |