1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 09:48:47 +02:00
phorge-phorge/webroot/rsrc/css/application/conpherence/header-pane.css
Chad Little 5e16e46039 Remove "Aleo" as specialized font for headers
Summary: Fixes T11865. Part of a 'clean up remarkup' pass, removing Aleo helps simplify coding, is lighter on the wire, and gives a more consistent, clean look.

Test Plan: run celerity, grep for 'aleo' and 'Aleo', test Phriction, tasks

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T11865

Differential Revision: https://secure.phabricator.com/D17535
2017-03-22 09:57:00 -07:00

97 lines
1.9 KiB
CSS

/**
* @provides conpherence-header-pane-css
*/
.conpherence-header-pane .phui-header-shell {
padding: 8px 16px 10px;
min-height: 38px;
}
.conpherence-header-pane .phui-header-header {
font-size: 16px;
color: #000;
}
.conpherence-header-pane .phui-header-subheader {
color: {$lightgreytext};
padding: 0;
font-size: 12px;
margin: 0;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.conpherence-header-pane .phui-header-col1 {
width: 46px;
height: 35px;
}
.conpherence-header-pane .phui-header-image {
height: 35px;
width: 35px;
background-size: 35px;
position: absolute;
top: 4px;
left: 0;
}
.conpherence-header-pane .phui-header-image-href {
position: inherit;
}
.conpherence-header-pane .phui-header-col2 {
height: 40px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 60%;
max-width: 0;
}
.conpherence-header-pane .phui-header-action-list .phui-header-action-item
.phui-icon-view {
height: 18px;
width: 24px;
font-size: 14px;
line-height: 23px;
display: block;
}
.device .hide-on-device {
display: none;
}
.device-phone .conpherence-header-pane .phui-header-col3 {
vertical-align: middle;
}
.conpherence-participant-toggle.phui-icon-circle {
text-decoration: none;
border-color: {$sky};
cursor: pointer;
}
.conpherence-participant-toggle.phui-icon-circle .phui-icon-view {
color: {$sky};
}
.show-searchbar .conpherence-search-toggle.phui-icon-circle {
text-decoration: none;
border-color: {$green};
cursor: pointer;
}
.show-searchbar .conpherence-search-toggle.phui-icon-circle .phui-icon-view {
color: {$green};
}
.hide-widgets .conpherence-participant-toggle.phui-icon-circle {
text-decoration: none;
border-color: {$lightblueborder};
cursor: pointer;
}
.hide-widgets .conpherence-participant-toggle.phui-icon-circle .phui-icon-view {
color: {$lightblueborder};
}