1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-31 17:08:22 +01:00

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
This commit is contained in:
Chad Little 2013-01-11 09:56:43 -08:00
parent 86938688e0
commit acf147a87e
2 changed files with 5 additions and 6 deletions

View file

@ -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(

View file

@ -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;
}