From acf147a87e9926013f17b5452ba3dba3e4700e69 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Fri, 11 Jan 2013 09:56:43 -0800 Subject: [PATCH] Minor visual tweaks to feed. Summary: Normalizes the font-size for readability, consistent padding to the header, more prominence on the date dividers. Test Plan: Reviewed in sandbox. http://phab1.pushlabs.net/feed/ Reviewers: epriestley, btrahan Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4402 --- src/__celerity_resource_map__.php | 2 +- webroot/rsrc/css/application/feed/feed.css | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/__celerity_resource_map__.php b/src/__celerity_resource_map__.php index 39fd5096a6..b23ad664f6 100644 --- a/src/__celerity_resource_map__.php +++ b/src/__celerity_resource_map__.php @@ -2516,7 +2516,7 @@ celerity_register_resource_map(array( ), 'phabricator-feed-css' => array( - 'uri' => '/res/8ddc1d44/rsrc/css/application/feed/feed.css', + 'uri' => '/res/94a04b24/rsrc/css/application/feed/feed.css', 'type' => 'css', 'requires' => array( diff --git a/webroot/rsrc/css/application/feed/feed.css b/webroot/rsrc/css/application/feed/feed.css index 9bcbacd510..3e57b53a08 100644 --- a/webroot/rsrc/css/application/feed/feed.css +++ b/webroot/rsrc/css/application/feed/feed.css @@ -4,7 +4,7 @@ .phabricator-feed-frame { width: 640px; - padding: 1em; + padding: 20px; } .phabricator-chromeless-page .phabricator-feed-frame { @@ -20,8 +20,7 @@ .phabricator-feed-story-one-line { min-height: 0; - font-size: 11px; - color: #444444; + color: #555; } .phabricator-feed-story-head { @@ -38,8 +37,8 @@ } .phabricator-feed-story-date { - color: #666666; - font-size: 11px; + color: #555; + font-weight: bold; border-bottom: 1px solid #eeeeee; padding: .5em 0; }