comparison rhodecode/public/css/style.css @ 3887:4930abd96a7e beta

minor css fixes
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 22 May 2013 03:10:28 +0200
parents dc4644865e8b
children 5293d4bbb1ea
comparison
equal deleted inserted replaced
3886:a1696507b3ad 3887:4930abd96a7e
365 365
366 #header #header-inner #home a { 366 #header #header-inner #home a {
367 height: 40px; 367 height: 40px;
368 width: 46px; 368 width: 46px;
369 display: block; 369 display: block;
370 background: url("../images/button_home.png");
371 background-position: 0 0; 370 background-position: 0 0;
372 margin: 0; 371 margin: 0;
373 padding: 0; 372 padding: 0;
374 } 373 }
375 374
1736 text-decoration: none; 1735 text-decoration: none;
1737 } 1736 }
1738 1737
1739 #summary-menu-stats a span { 1738 #summary-menu-stats a span {
1740 background-color: #DEDEDE; 1739 background-color: #DEDEDE;
1741 color: 888 !important; 1740 color: #888 !important;
1742 border-radius: 4px; 1741 border-radius: 4px;
1743 padding: 2px 4px; 1742 padding: 2px 4px;
1744 font-size: 10px; 1743 font-size: 10px;
1745 } 1744 }
1746 1745
3471 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); 3470 -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3472 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); 3471 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
3473 } 3472 }
3474 3473
3475 #msg_close { 3474 #msg_close {
3476 background: transparent url("../icons/cross_grey_small.png") no-repeat scroll 0 0; 3475 background: transparent url("../images/cross_grey_small.png") no-repeat scroll 0 0;
3477 cursor: pointer; 3476 cursor: pointer;
3478 height: 16px; 3477 height: 16px;
3479 position: absolute; 3478 position: absolute;
3480 right: 5px; 3479 right: 5px;
3481 top: 5px; 3480 top: 5px;