comparison pylons_app/public/css/style.css @ 476:8ba65e4c4e4c celery

added journal icon and made active links in journal, fixed edit user bug when given wrong id
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 13 Sep 2010 13:02:20 +0200
parents ac559565c6b8
children fdebc5f67dc6
comparison
equal deleted inserted replaced
475:9dd38344c466 476:8ba65e4c4e4c
503 display: block; 503 display: block;
504 } 504 }
505 505
506 506
507 /*ICONS*/ 507 /*ICONS*/
508 #header #header-inner #quick li ul li a.journal,
509 #header #header-inner #quick li ul li a.journal:hover
510 {
511 background:url("../images/icons/book.png") no-repeat scroll 4px 9px #FFFFFF;
512 margin:0;
513 padding:12px 9px 7px 24px;
514 width:167px;
515
516 }
508 517
509 #header #header-inner #quick li ul li a.repos, 518 #header #header-inner #quick li ul li a.repos,
510 #header #header-inner #quick li ul li a.repos:hover 519 #header #header-inner #quick li ul li a.repos:hover
511 { 520 {
512 background:url("../images/icons/folder_edit.png") no-repeat scroll 4px 9px #FFFFFF; 521 background:url("../images/icons/folder_edit.png") no-repeat scroll 4px 9px #FFFFFF;