From 49bd2173324595cb426e640dc36bfd884f4f2c35 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Wed, 11 Aug 2010 22:44:40 -0400 Subject: [PATCH] Better looking taskbar divider. Now adds depth and shadow ebtween the feed list and taskbar. --- media/css/reader.css | 15 +++-- templates/reader/feeds.xhtml | 107 ++++++++++++++++++----------------- 2 files changed, 67 insertions(+), 55 deletions(-) diff --git a/media/css/reader.css b/media/css/reader.css index 74577efda..7b6ae1a3a 100644 --- a/media/css/reader.css +++ b/media/css/reader.css @@ -355,7 +355,6 @@ a img { padding: 0; width: auto !important; height: auto !important; - border-bottom: 1px solid #777D86; } #feed_list ul.folder { @@ -515,7 +514,7 @@ a img { bottom: 0; display: none; background-color: #505050; - border-top: 1px solid #E0E0E0; + border-top: 1px solid #777D86; border-bottom: 1px solid #101010; color: #fff; text-shadow: 0 1px 0 #202020; @@ -523,6 +522,10 @@ a img { z-index: 1; } +.NB-feeds-progress-container { + border-top: 1px solid #E0E0E0; +} + #NB-feeds-progress .NB-feeds-progress-close { width: 11px; height: 11px; @@ -1088,11 +1091,15 @@ background: transparent; /* = Task Bar = */ /* ============ */ -.NB-taskbar { +.NB-taskbar-container { background: #e0e0e0 url('../img/reader/taskbar_background.png') repeat-x top left; + border-top: 1px solid #777D86; + z-index: 10; +} + +.NB-taskbar { position: relative; border-top: 1px solid #F0F0F0; - z-index: 10; } .NB-taskbar .NB-task-view-page-to-feed-arrow { diff --git a/templates/reader/feeds.xhtml b/templates/reader/feeds.xhtml index c8b4c2c42..d50f8786e 100644 --- a/templates/reader/feeds.xhtml +++ b/templates/reader/feeds.xhtml @@ -269,35 +269,38 @@
-
-
Fetching your feeds
-
-
- - / - +
+
+
Fetching your feeds
+
+
+ + / + +
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
    +
  • +
  • +
+
+
+
+
+
-
    -
  • -
  • -
  • -
-
-
-
-
-
-
@@ -314,36 +317,38 @@
-
+
+
-
    -
  • Original -
    -
  • -
  • Feed
  • -
  • Story
  • -
+
    +
  • Original +
    +
  • +
  • Feed
  • +
  • Story
  • +
-
    -
  • - -
    Return to
    -
    Original
    -
    -
  • -
+
    +
  • + +
    Return to
    +
    Original
    +
    +
  • +
-
    -
  • -
  • - Next Unread -
  • -
  • - {% if not user.is_authenticated %} - - {% endif %} -
- +
    +
  • +
  • + Next Unread +
  • +
  • + {% if not user.is_authenticated %} + + {% endif %} +
+ +
{% if not user.is_authenticated %}