comparison rhodecode/public/css/style.css @ 3290:e4025b361fcf beta

move old shortlog as lightweight changelog into option, it's still useful to have since it's less resources to generate data for it.
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 31 Jan 2013 23:20:28 +0100
parents e267b8e91db3
children 6893b65d9760
comparison
equal deleted inserted replaced
3289:666fc6ac9ce5 3290:e4025b361fcf
693 background: #FFF url("../images/icons/search_16.png") no-repeat 4px 9px; 693 background: #FFF url("../images/icons/search_16.png") no-repeat 4px 9px;
694 width: 167px; 694 width: 167px;
695 margin: 0; 695 margin: 0;
696 padding: 12px 9px 7px 24px; 696 padding: 12px 9px 7px 24px;
697 } 697 }
698
699 #header #header-inner #quick li ul li a.shortlog, #header #header-inner #quick li ul li a.shortlog:hover {
700 background: #FFF url("../images/icons/clock_16.png") no-repeat 4px 9px;
701 width: 167px;
702 margin: 0;
703 padding: 12px 9px 7px 24px;
704 }
705
698 706
699 #header #header-inner #quick li ul li a.delete, #header #header-inner #quick li ul li a.delete:hover { 707 #header #header-inner #quick li ul li a.delete, #header #header-inner #quick li ul li a.delete:hover {
700 background: #FFF url("../images/icons/delete.png") no-repeat 4px 9px; 708 background: #FFF url("../images/icons/delete.png") no-repeat 4px 9px;
701 width: 167px; 709 width: 167px;
702 margin: 0; 710 margin: 0;