diff 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
line wrap: on
line diff
--- a/pylons_app/public/css/style.css	Mon Sep 13 01:38:14 2010 +0200
+++ b/pylons_app/public/css/style.css	Mon Sep 13 13:02:20 2010 +0200
@@ -505,6 +505,15 @@
 
 
 /*ICONS*/
+#header #header-inner #quick li ul li a.journal,
+#header #header-inner #quick li ul li a.journal:hover
+{
+    background:url("../images/icons/book.png") no-repeat scroll 4px 9px #FFFFFF;
+    margin:0;
+    padding:12px 9px 7px 24px;
+    width:167px;
+
+}
 
 #header #header-inner #quick li ul li a.repos,
 #header #header-inner #quick li ul li a.repos:hover