From 443c58b5b1722ea89b7cb41c3eaec29cfcb7b66f Mon Sep 17 00:00:00 2001 From: Bhanu Date: Tue, 25 Mar 2014 02:21:47 +0530 Subject: [PATCH] +Logo, +navigation styles --- mouchak/static/css/main.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index a6fb29a..2dcacfd 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -256,46 +256,59 @@ h5 { #ff-icon { background:url("/static/img/frequency-finder.svg") no-repeat; background-size:100%; + width:40px; } #ff-icon.active { background:url("/static/img/frequency-finder-active.svg") no-repeat; background-size:100%; + width:40px; } #ss-icon { background:url("/static/img/signal-strength.svg") no-repeat; background-size:100%; + width:40px; } #ss-icon.active { background:url("/static/img/signal-strength-active.svg") no-repeat; background-size:100%; + width:40px; } #gr-icon { background:url("/static/img/global-radio-policy.svg") no-repeat; background-size:100%; + width:40px; } #gr-icon.active { background:url("/static/img/global-radio-policy-active.svg") no-repeat; background-size:100%; + width:40px; } #mu-icon { background:url("/static/img/mobile-telephony.svg") no-repeat; background-size:100%; + width:40px; } #mu-icon.active { background:url("/static/img/mobile-telephony-active.svg") no-repeat; background-size:100%; + width:40px; } .navicon { width:50px; height:50px; + margin-top:5px; +} + +.navbar-brand { + padding-top:8px; } .icon-resize { padding-top:5px; @@ -304,6 +317,17 @@ h5 { #navpos { margin-left:15%; padding-left:3%; + height:35px; +} + +.navbar-nav>li>a { + padding-top:0px; + padding-bottom:0px; +} + +#rightmenu { + padding-top:5px; + margin-top:5px; } /* main navigation image style end */ -- 1.7.10.4