2011-07-09 13:28:09 -07:00
|
|
|
/**
|
|
|
|
* @provides phabricator-feed-css
|
|
|
|
*/
|
|
|
|
|
2011-12-22 08:22:07 -08:00
|
|
|
.phabricator-feed-frame {
|
|
|
|
width: 640px;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
2012-04-09 15:07:38 -07:00
|
|
|
.phabricator-chromeless-page .phabricator-feed-frame {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2011-07-09 13:28:09 -07:00
|
|
|
.phabricator-feed-story {
|
|
|
|
padding-left: 64px;
|
|
|
|
margin: .5em 0 1em;
|
|
|
|
background: 5px 2px no-repeat;
|
2011-07-09 15:44:49 -07:00
|
|
|
min-height: 64px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-feed-story-one-line {
|
|
|
|
min-height: 0;
|
|
|
|
font-size: 11px;
|
|
|
|
color: #444444;
|
2011-07-09 13:28:09 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-feed-story-head {
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-feed-story-body {
|
|
|
|
padding: .5em 0;
|
|
|
|
color: #444444;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-feed-story-foot {
|
|
|
|
color: #888888;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
2011-12-22 08:22:07 -08:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
2012-02-15 17:48:14 -08:00
|
|
|
|
|
|
|
.phabricator-feed-newer-link {
|
|
|
|
float: left;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-feed-older-link {
|
|
|
|
float: right;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|