2011-07-09 22:28:09 +02:00
|
|
|
/**
|
|
|
|
* @provides phabricator-feed-css
|
|
|
|
*/
|
|
|
|
|
2011-12-22 17:22:07 +01:00
|
|
|
.phabricator-feed-frame {
|
2013-04-03 19:18:09 +02:00
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .phabricator-feed-frame {
|
2011-12-22 17:22:07 +01:00
|
|
|
width: 640px;
|
2013-04-03 19:18:09 +02:00
|
|
|
margin: 20px;
|
2011-12-22 17:22:07 +01:00
|
|
|
}
|
|
|
|
|
2012-04-10 00:07:38 +02:00
|
|
|
.phabricator-chromeless-page .phabricator-feed-frame {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2011-07-09 22:28:09 +02:00
|
|
|
.phabricator-feed-story {
|
|
|
|
padding-left: 64px;
|
|
|
|
margin: .5em 0 1em;
|
|
|
|
background: 5px 2px no-repeat;
|
2011-07-10 00:44:49 +02:00
|
|
|
min-height: 64px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-feed-story-one-line {
|
|
|
|
min-height: 0;
|
2013-01-11 18:56:43 +01:00
|
|
|
color: #555;
|
2011-07-09 22:28:09 +02: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 17:22:07 +01:00
|
|
|
|
|
|
|
.phabricator-feed-story-date {
|
2013-01-11 18:56:43 +01:00
|
|
|
color: #555;
|
|
|
|
font-weight: bold;
|
2011-12-22 17:22:07 +01:00
|
|
|
border-bottom: 1px solid #eeeeee;
|
|
|
|
padding: .5em 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-feed-story-date-separator {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
2012-02-16 02:48:14 +01:00
|
|
|
|
|
|
|
.phabricator-feed-newer-link {
|
|
|
|
float: left;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-feed-older-link {
|
|
|
|
float: right;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|