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

60 lines
879 B
CSS
Raw Normal View History

/**
* @provides phabricator-feed-css
*/
.phabricator-feed-frame {
width: 640px;
padding: 20px;
}
.phabricator-chromeless-page .phabricator-feed-frame {
width: auto;
}
.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;
color: #555;
}
.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: #555;
font-weight: bold;
border-bottom: 1px solid #eeeeee;
padding: .5em 0;
}
.phabricator-feed-story-date-separator {
margin-top: 2em;
}
.phabricator-feed-newer-link {
float: left;
font-weight: bold;
}
.phabricator-feed-older-link {
float: right;
font-weight: bold;
}