1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Fix feed action icons

Summary: Feed stories have the ability to attach actions, but they were broken

Test Plan: review ui examples

Reviewers: epriestley, btrahan

Reviewed By: btrahan

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D6621
This commit is contained in:
Chad Little 2013-07-29 12:12:14 -07:00
parent 999b47ca5c
commit 8e1dd430fd
2 changed files with 5 additions and 1 deletions

View file

@ -3830,7 +3830,7 @@ celerity_register_resource_map(array(
),
'phui-feed-story-css' =>
array(
'uri' => '/res/7960f59a/rsrc/css/phui/phui-feed-story.css',
'uri' => '/res/6afac7dd/rsrc/css/phui/phui-feed-story.css',
'type' => 'css',
'requires' =>
array(

View file

@ -79,3 +79,7 @@
float: right;
padding-left: 2px;
}
.phui-feed-story-action-list .phui-icon-view {
display: block;
}