mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
2cec36d858
Summary: Just trying to improve the design/layout a little here. Test Plan: https://secure.phabricator.com/file/view/PHID-FILE-xglufh3wxy34evec4o4u/ Reviewers: btrahan, jungejason Reviewed By: jungejason CC: aran, jungejason Differential Revision: https://secure.phabricator.com/D1265
45 lines
686 B
CSS
45 lines
686 B
CSS
/**
|
|
* @provides phabricator-feed-css
|
|
*/
|
|
|
|
.phabricator-feed-frame {
|
|
width: 640px;
|
|
padding: 1em;
|
|
}
|
|
|
|
.phabricator-feed-story {
|
|
padding-left: 64px;
|
|
margin: .5em 0 1em;
|
|
background: 5px 2px no-repeat;
|
|
min-height: 64px;
|
|
}
|
|
|
|
.phabricator-feed-story-one-line {
|
|
min-height: 0;
|
|
font-size: 11px;
|
|
color: #444444;
|
|
}
|
|
|
|
.phabricator-feed-story-head {
|
|
}
|
|
|
|
.phabricator-feed-story-body {
|
|
padding: .5em 0;
|
|
color: #444444;
|
|
}
|
|
|
|
.phabricator-feed-story-foot {
|
|
color: #888888;
|
|
font-size: 11px;
|
|
}
|
|
|
|
.phabricator-feed-story-date {
|
|
color: #666666;
|
|
font-size: 11px;
|
|
border-bottom: 1px solid #eeeeee;
|
|
padding: .5em 0;
|
|
}
|
|
|
|
.phabricator-feed-story-date-separator {
|
|
margin-top: 2em;
|
|
}
|