##// 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 #header #header-inner {
248 #header #header-inner {
249 height:40px;
249 min-height:40px;
250 clear:both;
250 clear:both;
251 position:relative;
251 position:relative;
252 background:#003367 url("../images/header_inner.png") repeat-x;
252 background:#003367 url("../images/header_inner.png") repeat-x;
253 margin:0;
253 margin:0;
254 padding:0;
254 padding:0;
255 display:block;
255 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
256 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
256 -webkit-border-radius: 4px 4px 4px 4px;
257 -webkit-border-radius: 4px 4px 4px 4px;
257 -khtml-border-radius: 4px 4px 4px 4px;
258 -khtml-border-radius: 4px 4px 4px 4px;
@@ -272,7 +273,10 b' padding:0;'
272 #header #header-inner #home a:hover {
273 #header #header-inner #home a:hover {
273 background-position:0 -40px;
274 background-position:0 -40px;
274 }
275 }
275
276 #header #header-inner #logo {
277 float: left;
278 position: absolute;
279 }
276 #header #header-inner #logo h1 {
280 #header #header-inner #logo h1 {
277 color:#FFF;
281 color:#FFF;
278 font-size:18px;
282 font-size:18px;
@@ -348,7 +352,7 b' top:0;'
348 left:0;
352 left:0;
349 border-left:none;
353 border-left:none;
350 border-right:1px solid #2e5c89;
354 border-right:1px solid #2e5c89;
351 padding:8px 8px 4px;
355 padding:8px 6px 4px;
352 }
356 }
353
357
354 #header #header-inner #quick li span.icon_short {
358 #header #header-inner #quick li span.icon_short {
@@ -356,7 +360,10 b' top:0;'
356 left:0;
360 left:0;
357 border-left:none;
361 border-left:none;
358 border-right:1px solid #2e5c89;
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 #header #header-inner #quick li a:hover {
369 #header #header-inner #quick li a:hover {
General Comments 0
You need to be logged in to leave comments. Login now