1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/phui/phui-feed-story.css
Chad Little dc53d8a7f3 [Redesign] Misc Buggypoos
Summary:
- Give preference to Segoe on Windows
- Move to Lato headers except documents
- Fix diviner issues
- Fix feed overwriting line-height
- Fix apps launcher
- Fix infoview + listview
- Make tall headers less tall
- Legalpad, Diviner tweaks

Test Plan: Random surfing. @epriestley can you just commit this for me, connection generally shitty.

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D13305
2015-06-16 06:46:53 -07:00

92 lines
1.5 KiB
CSS

/**
* @provides phui-feed-story-css
*/
.phui-object-box .phui-box.phui-feed-story {
border-bottom: 1px solid {$thinblueborder};
}
.phui-feed-story-head .phui-feed-story-actor-image {
width: 35px;
height: 35px;
background-size: 35px;
float: left;
margin-right: 8px;
border: 1px solid rgba(55,55,55,.2);
border-radius: 3px;
}
.phui-feed-story-head {
padding: 12px 8px;
overflow: hidden;
color: {$greytext};
line-height: 16px;
}
.phui-feed-story-head .phui-link-person {
color: {$darkgreytext};
font-weight: bold;
}
.phui-feed-story-body {
margin: 4px 8px 8px;
color: {$darkgreytext};
word-break: break-word;
max-height: 300px;
overflow: hidden;
}
.phui-feed-story-foot {
font-size: 12px;
padding: 8px 8px 12px 8px;
}
.phui-feed-story-foot,
.phui-feed-story-foot a {
color: {$greytext};
}
.phui-feed-story-foot .phui-icon-view {
margin-right: 5px;
}
.phui-feed-story-bigtext-post {
line-height: 18px;
color: {$darkgreytext};
}
.phui-feed-story-bigtext-post h3 {
font-size: 18px;
font-weight: 200;
line-height: 18px;
color: {$darkgreytext};
margin: 0 0 5px 0;
}
.phui-feed-token-bar {
margin-top: 8px;
border-top: 1px solid #e7e7e7;
padding-top: 8px;
}
.phui-feed-token-bar .phui-icon-view {
margin-right: 2px;
display: inline-block;
}
.phui-feed-story-action-list {
float: right;
padding-top: 4px;
}
.phui-feed-story-action-item {
float: right;
padding-left: 2px;
height: 18px;
width: 18px;
font-size: 18px;
}
.phui-feed-story-action-list .phui-icon-view {
display: block;
}