##// END OF EJS Templates
ui fixes
marcink -
r1552:2a3f32c3 beta
parent child Browse files
Show More
@@ -246,12 +246,13 b' color:#FFF;'
246 246 }
247 247
248 248 #header #header-inner {
249 height:40px;
249 min-height:40px;
250 250 clear:both;
251 251 position:relative;
252 252 background:#003367 url("../images/header_inner.png") repeat-x;
253 253 margin:0;
254 254 padding:0;
255 display:block;
255 256 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
256 257 -webkit-border-radius: 4px 4px 4px 4px;
257 258 -khtml-border-radius: 4px 4px 4px 4px;
@@ -272,7 +273,10 b' padding:0;'
272 273 #header #header-inner #home a:hover {
273 274 background-position:0 -40px;
274 275 }
275
276 #header #header-inner #logo {
277 float: left;
278 position: absolute;
279 }
276 280 #header #header-inner #logo h1 {
277 281 color:#FFF;
278 282 font-size:18px;
@@ -348,7 +352,7 b' top:0;'
348 352 left:0;
349 353 border-left:none;
350 354 border-right:1px solid #2e5c89;
351 padding:8px 8px 4px;
355 padding:8px 6px 4px;
352 356 }
353 357
354 358 #header #header-inner #quick li span.icon_short {
@@ -356,7 +360,10 b' top:0;'
356 360 left:0;
357 361 border-left:none;
358 362 border-right:1px solid #2e5c89;
359 padding:9px 4px 4px;
363 padding:8px 6px 4px;
364 }
365 #header #header-inner #quick li span.icon img, #header #header-inner #quick li span.icon_short img {
366 margin: 0px -2px 0px 0px;
360 367 }
361 368
362 369 #header #header-inner #quick li a:hover {
General Comments 0
You need to be logged in to leave comments. Login now