--- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -256,47 +256,60 @@ #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; padding-bottom:5px; @@ -304,6 +317,17 @@ #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 */