From da3b2c72d49c8a2ba5bc675b1e1773db9a240917 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Wed, 17 Nov 2010 13:59:21 +0100 Subject: Added new icons. Deleted text menu. --- css/img/check-news.png | Bin 0 -> 1286 bytes css/img/email-follow.png | Bin 1179 -> 3547 bytes css/img/email-unread.png | Bin 556 -> 625 bytes css/img/heart-22x22.png | Bin 0 -> 1211 bytes css/img/history.png | Bin 0 -> 1660 bytes css/img/management.png | Bin 0 -> 1395 bytes css/img/mark-as-read.png | Bin 0 -> 1315 bytes css/style.css | 2 +- 8 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 css/img/check-news.png create mode 100644 css/img/heart-22x22.png create mode 100644 css/img/history.png create mode 100644 css/img/management.png create mode 100644 css/img/mark-as-read.png (limited to 'css') diff --git a/css/img/check-news.png b/css/img/check-news.png new file mode 100644 index 00000000..ba1faf3a Binary files /dev/null and b/css/img/check-news.png differ diff --git a/css/img/email-follow.png b/css/img/email-follow.png index dee8352f..9116363a 100644 Binary files a/css/img/email-follow.png and b/css/img/email-follow.png differ diff --git a/css/img/email-unread.png b/css/img/email-unread.png index f2c0084b..db08c179 100644 Binary files a/css/img/email-unread.png and b/css/img/email-unread.png differ diff --git a/css/img/heart-22x22.png b/css/img/heart-22x22.png new file mode 100644 index 00000000..a557c26e Binary files /dev/null and b/css/img/heart-22x22.png differ diff --git a/css/img/history.png b/css/img/history.png new file mode 100644 index 00000000..eb89266a Binary files /dev/null and b/css/img/history.png differ diff --git a/css/img/management.png b/css/img/management.png new file mode 100644 index 00000000..625e64b9 Binary files /dev/null and b/css/img/management.png differ diff --git a/css/img/mark-as-read.png b/css/img/mark-as-read.png new file mode 100644 index 00000000..acdecd19 Binary files /dev/null and b/css/img/mark-as-read.png differ diff --git a/css/style.css b/css/style.css index 5a649c39..295ea3c0 100755 --- a/css/style.css +++ b/css/style.css @@ -145,7 +145,7 @@ hr { } /* Navigation bars */ -.nav_container { position:fixed; top:220px; right:60px; margin:0px; padding:0px; white-space:nowrap; z-index:11; clear:both;} +.nav_container { position:fixed; top:160px; right:60px; margin:0px; padding:0px; white-space:nowrap; z-index:11; clear:both;} .nav_container.horizontal { position:absolute; white-space:normal; z-index:25; width:670px; } .nav_container.horizontal div { float:right; padding-right:10px; } -- cgit