Commit 443c58b5b1722ea89b7cb41c3eaec29cfcb7b66f

+Logo, +navigation styles
  
256256#ff-icon {
257257 background:url("/static/img/frequency-finder.svg") no-repeat;
258258 background-size:100%;
259 width:40px;
259260}
260261
261262#ff-icon.active {
262263 background:url("/static/img/frequency-finder-active.svg") no-repeat;
263264 background-size:100%;
265 width:40px;
264266}
265267
266268#ss-icon {
267269 background:url("/static/img/signal-strength.svg") no-repeat;
268270 background-size:100%;
271 width:40px;
269272}
270273
271274#ss-icon.active {
272275 background:url("/static/img/signal-strength-active.svg") no-repeat;
273276 background-size:100%;
277 width:40px;
274278}
275279
276280#gr-icon {
277281 background:url("/static/img/global-radio-policy.svg") no-repeat;
278282 background-size:100%;
283 width:40px;
279284}
280285
281286#gr-icon.active {
282287 background:url("/static/img/global-radio-policy-active.svg") no-repeat;
283288 background-size:100%;
289 width:40px;
284290}
285291
286292#mu-icon {
287293 background:url("/static/img/mobile-telephony.svg") no-repeat;
288294 background-size:100%;
295 width:40px;
289296}
290297
291298#mu-icon.active {
292299 background:url("/static/img/mobile-telephony-active.svg") no-repeat;
293300 background-size:100%;
301 width:40px;
294302}
295303
296304.navicon {
297305 width:50px;
298306 height:50px;
307 margin-top:5px;
299308}
309
310.navbar-brand {
311 padding-top:8px;
312}
300313.icon-resize {
301314 padding-top:5px;
302315 padding-bottom:5px;
317317#navpos {
318318 margin-left:15%;
319319 padding-left:3%;
320 height:35px;
321}
322
323.navbar-nav>li>a {
324 padding-top:0px;
325 padding-bottom:0px;
326}
327
328#rightmenu {
329 padding-top:5px;
330 margin-top:5px;
320331}
321332/* main navigation image style end */
322333