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
|
|
|
*/
|
|
|
|
|
2016-02-23 16:23:58 +01:00
|
|
|
.ponder-question-container {
|
|
|
|
border-top: 1px solid {$thinblueborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .ponder-view-properties {
|
|
|
|
border-left: none;
|
|
|
|
border-right: none;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .ponder-question-view .phui-timeline-view,
|
|
|
|
.device .ponder-question-view .phui-timeline-event-view {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-view-properties .phui-property-list-container {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-question-view .phui-document-container {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2016-02-26 23:34:51 +01:00
|
|
|
.phui-two-column-view .phui-main-column .ponder-question-content
|
|
|
|
.phui-box.ponder-answer-wiki {
|
|
|
|
margin: 24px 0;
|
2016-02-23 16:23:58 +01:00
|
|
|
}
|
|
|
|
|
2016-02-26 23:34:51 +01:00
|
|
|
.ponder-answer-wiki .phabricator-remarkup {
|
2016-02-23 16:23:58 +01:00
|
|
|
padding: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-question-content .phui-timeline-view {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2015-08-11 19:42:40 +02:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
2016-02-26 23:34:51 +01:00
|
|
|
.ponder-question-view .ponder-answer .phui-header-shell {
|
2016-02-23 16:23:58 +01:00
|
|
|
padding: 4px 8px 3px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-answer-view .phui-header-image-href {
|
|
|
|
display: flex;
|
2015-08-15 19:55:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-answer-view .phui-header-view .phui-header-header {
|
2016-02-23 16:23:58 +01:00
|
|
|
font-size: 15px;
|
2015-08-15 19:55:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-answer-view .phui-header-col1 {
|
2016-02-23 16:23:58 +01:00
|
|
|
width: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-answer-view .ponder-answer-content {
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 16px 16px 0 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .ponder-answer-view .ponder-answer-content {
|
|
|
|
padding: 12px 12px 0 12px;
|
2015-08-15 19:55:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-answer-view .phui-header-image {
|
2016-02-23 16:23:58 +01:00
|
|
|
height: 30px;
|
|
|
|
width: 30px;
|
2015-08-15 19:55:38 +02:00
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
2016-02-23 16:23:58 +01:00
|
|
|
.ponder-answer-wiki-header {
|
|
|
|
font-weight: bold;
|
|
|
|
border-bottom: 1px solid {$lightblueborder};
|
|
|
|
color: {$bluetext};
|
|
|
|
padding-bottom: 8px;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
2015-08-11 19:42:40 +02:00
|
|
|
.ponder-footer-view {
|
2015-09-03 19:53:16 +02:00
|
|
|
text-align: left;
|
2016-02-23 16:23:58 +01:00
|
|
|
margin-top: 16px;
|
|
|
|
border-bottom: 1px solid {$thinblueborder};
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-answer-view .ponder-footer-view {
|
2016-02-24 05:30:43 +01:00
|
|
|
margin-top: 16px;
|
2016-02-23 16:23:58 +01:00
|
|
|
border-top: 1px solid rgba({$alphagrey}, .15);
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
body .phui-main-column .ponder-question-content .ponder-answer-view
|
|
|
|
.phui-object-box.ponder-answer {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2015-08-11 19:42:40 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-footer-view .ponder-footer-action {
|
2016-02-23 16:23:58 +01:00
|
|
|
padding: 8px 0;
|
2015-09-03 19:53:16 +02:00
|
|
|
margin-right: 8px;
|
2015-08-11 19:42:40 +02:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2016-02-24 05:30:43 +01:00
|
|
|
.ponder-answer-section {
|
2016-03-04 00:18:41 +01:00
|
|
|
margin-top: 48px;
|
2016-02-24 05:30:43 +01:00
|
|
|
}
|
|
|
|
|
2016-02-23 16:23:58 +01:00
|
|
|
.ponder-add-answer-header {
|
|
|
|
margin-top: 64px;
|
2016-02-26 23:34:51 +01:00
|
|
|
margin-bottom: 20px;
|
2015-09-03 19:53:16 +02:00
|
|
|
}
|
|
|
|
|
2016-02-23 16:23:58 +01:00
|
|
|
.ponder-add-answer-view {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-question-content div.ponder-question-add-comment-view
|
|
|
|
div.phui-box.phui-object-box {
|
|
|
|
margin-right: 0;
|
2016-02-26 23:34:51 +01:00
|
|
|
margin-left: 62px;
|
2016-02-23 16:23:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.device .ponder-question-content div.ponder-question-add-comment-view
|
|
|
|
div.phui-box.phui-object-box {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-question-add-comment-view .remarkup-assist-textarea {
|
|
|
|
height: 8em;
|
2015-08-05 18:42:39 +02:00
|
|
|
}
|