2016-09-15 03:34:11 +02:00
|
|
|
/**
|
|
|
|
* @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;
|
2017-04-17 19:59:11 +02:00
|
|
|
display: block;
|
2016-09-15 03:34:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-header-pane .phui-header-subheader {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2017-04-17 19:59:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-header-pane .conpherence-header-topic .phui-tag-core {
|
|
|
|
color: {$sh-indigotext};
|
2017-04-18 00:03:07 +02:00
|
|
|
padding: 0 4px;
|
2017-04-17 19:59:11 +02:00
|
|
|
font-size: 12px;
|
|
|
|
margin: 0 8px 0 0;
|
2016-10-18 20:22:54 +02:00
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
2017-04-17 19:59:11 +02:00
|
|
|
font-style: italic;
|
2016-09-15 03:34:11 +02:00
|
|
|
}
|
|
|
|
|
2017-04-18 00:03:07 +02:00
|
|
|
.device-phone .conpherence-header-pane .conpherence-header-topic {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-10-05 01:15:52 +02:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2017-04-18 00:03:07 +02:00
|
|
|
.conpherence-header-pane .policy-header-callout {
|
2017-04-17 19:59:11 +02:00
|
|
|
background: transparent;
|
|
|
|
font-size: 12px;
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
padding: 3px 0;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-header-pane .phui-header-subheader .policy-link {
|
|
|
|
color: {$lightbluetext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-header-pane .phui-header-subheader .policy-header-callout
|
|
|
|
.phui-icon-view {
|
|
|
|
font-size: 12px;
|
|
|
|
color: {$lightbluetext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.conpherence-header-pane .phui-header-subheader .policy-link:hover {
|
|
|
|
color: {$darkbluetext};
|
|
|
|
}
|
|
|
|
|
2016-10-05 21:03:57 +02:00
|
|
|
.conpherence-header-pane .phui-header-image-href {
|
|
|
|
position: inherit;
|
|
|
|
}
|
|
|
|
|
2016-10-05 01:15:52 +02:00
|
|
|
.conpherence-header-pane .phui-header-col2 {
|
|
|
|
height: 40px;
|
2016-10-18 20:22:54 +02:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 60%;
|
|
|
|
max-width: 0;
|
2016-09-15 03:34:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2016-09-15 06:05:19 +02:00
|
|
|
.conpherence-participant-toggle.phui-icon-circle {
|
2016-09-15 03:34:11 +02:00
|
|
|
text-decoration: none;
|
|
|
|
border-color: {$sky};
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2016-09-15 06:05:19 +02:00
|
|
|
.conpherence-participant-toggle.phui-icon-circle .phui-icon-view {
|
2016-10-13 20:09:54 +02:00
|
|
|
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};
|
2016-09-15 03:34:11 +02:00
|
|
|
}
|
|
|
|
|
2016-09-15 06:05:19 +02:00
|
|
|
.hide-widgets .conpherence-participant-toggle.phui-icon-circle {
|
2016-09-15 03:34:11 +02:00
|
|
|
text-decoration: none;
|
|
|
|
border-color: {$lightblueborder};
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2016-09-15 06:05:19 +02:00
|
|
|
.hide-widgets .conpherence-participant-toggle.phui-icon-circle .phui-icon-view {
|
2016-10-13 20:09:54 +02:00
|
|
|
color: {$lightblueborder};
|
2016-09-15 03:34:11 +02:00
|
|
|
}
|