2012-08-10 19:44:04 +02:00
|
|
|
/**
|
2015-08-05 18:42:39 +02:00
|
|
|
* @provides ponder-view-css
|
2012-08-10 19:44:04 +02:00
|
|
|
*/
|
|
|
|
|
2015-08-05 18:42:39 +02:00
|
|
|
.ponder-show-comments {
|
|
|
|
text-align: center;
|
|
|
|
padding: 8px;
|
|
|
|
margin: 0 16px;
|
|
|
|
float: right;
|
|
|
|
font-weight: bold;
|
|
|
|
background: #fff;
|
|
|
|
border-bottom: 1px solid {$blueborder};
|
|
|
|
border-left: 1px solid {$lightblueborder};
|
|
|
|
border-right: 1px solid {$lightblueborder};
|
|
|
|
}
|
|
|
|
|
2015-08-11 19:42:40 +02:00
|
|
|
.ponder-question-view .phui-property-list-properties-wrap {
|
|
|
|
width: 66%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-question-view .phui-property-list-actions {
|
|
|
|
width: 30%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-answer-view {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
2015-08-20 20:23:30 +02:00
|
|
|
.device-desktop .ponder-answer-view .phui-timeline-view {
|
|
|
|
margin-left: 32px;
|
|
|
|
}
|
|
|
|
|
2015-08-11 19:42:40 +02:00
|
|
|
.ponder-answer-view .phui-header-subheader {
|
|
|
|
display: inline;
|
|
|
|
margin-left: 12px;
|
|
|
|
}
|
|
|
|
|
2015-08-15 19:55:38 +02:00
|
|
|
.ponder-answer-view .phui-header-shell {
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-answer-view .phui-header-view .phui-header-header {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-answer-view .phui-header-col1 {
|
|
|
|
width: 45px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-answer-view .phui-header-image {
|
|
|
|
height: 35px;
|
|
|
|
width: 35px;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2015-08-11 19:42:40 +02:00
|
|
|
.ponder-footer-view {
|
2015-09-03 19:53:16 +02:00
|
|
|
margin: 0 0 -4px;
|
|
|
|
text-align: left;
|
2015-08-11 19:42:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-footer-view .ponder-footer-action {
|
|
|
|
padding: 4px 8px;
|
2015-09-03 19:53:16 +02:00
|
|
|
margin-right: 8px;
|
|
|
|
color: {$anchor};
|
2015-08-11 19:42:40 +02:00
|
|
|
display: inline-block;
|
|
|
|
background-color: rgba(71, 87, 120, 0.06);
|
|
|
|
}
|
|
|
|
|
2015-08-15 19:55:38 +02:00
|
|
|
.ponder-footer-view .ponder-footer-action.ponder-footer-action-helpful {
|
|
|
|
background-color: {$lightyellow};
|
2015-09-03 19:53:16 +02:00
|
|
|
color: {$bluetext};
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-footer-view .ponder-footer-action.ponder-footer-action-helpful
|
|
|
|
.phui-icon-view {
|
|
|
|
color: {$bluetext};
|
2015-08-15 19:55:38 +02:00
|
|
|
}
|
|
|
|
|
2015-08-11 19:42:40 +02:00
|
|
|
.ponder-footer-view .ponder-footer-action .phui-icon-view {
|
2015-09-03 19:53:16 +02:00
|
|
|
color: {$anchor};
|
2015-08-11 19:42:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-footer-view a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
background-color: rgba(71, 87, 120, 0.10);
|
2015-08-05 18:42:39 +02:00
|
|
|
}
|