comparison rhodecode/public/css/style.css @ 956:83d35d716a02 beta

started working on issue #56
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 25 Jan 2011 18:59:20 +0100
parents 3bc10f10f2f6
children 28524453bb76
comparison
equal deleted inserted replaced
955:129eb072b8a8 956:83d35d716a02
471 padding:12px 9px 7px 24px; 471 padding:12px 9px 7px 24px;
472 } 472 }
473 473
474 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover { 474 #header #header-inner #quick li ul li a.users,#header #header-inner #quick li ul li a.users:hover {
475 background:#FFF url("../images/icons/user_edit.png") no-repeat 4px 9px; 475 background:#FFF url("../images/icons/user_edit.png") no-repeat 4px 9px;
476 width:167px;
477 margin:0;
478 padding:12px 9px 7px 24px;
479 }
480
481 #header #header-inner #quick li ul li a.groups,#header #header-inner #quick li ul li a.groups:hover {
482 background:#FFF url("../images/icons/group_edit.png") no-repeat 4px 9px;
476 width:167px; 483 width:167px;
477 margin:0; 484 margin:0;
478 padding:12px 9px 7px 24px; 485 padding:12px 9px 7px 24px;
479 } 486 }
480 487