2012-08-10 19:44:04 +02:00
|
|
|
/**
|
|
|
|
* @provides ponder-post-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ponder-post-list {
|
|
|
|
max-width: 1162px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-add-answer-panel {
|
|
|
|
max-width: 1162px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-post-list .anchor-target {
|
|
|
|
background-color: #ffffdd;
|
|
|
|
border-color: #ffff00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ponder-post-core .phabricator-remarkup .remarkup-code-block {
|
|
|
|
width: 88ex;
|
|
|
|
width: 81ch;
|
|
|
|
}
|
|
|
|
|
adding comments to ponder
Summary: This is pretty spartan, but it does the job.
Test Plan:
Patch, update storage, add some comment
to your favorite question or answer.
Reviewers: nh, vrana, epriestley
Reviewed By: epriestley
CC: aran, Korvin, starruler, syrneus, me.here, victorzarate7
Maniphest Tasks: T1645
Differential Revision: https://secure.phabricator.com/D3471
2012-09-11 21:13:20 +02:00
|
|
|
.ponder-question {
|
|
|
|
background : white;
|
|
|
|
}
|
|
|
|
|
2012-08-10 19:44:04 +02:00
|
|
|
.phabricator-transaction-view .ponder-question {
|
adding comments to ponder
Summary: This is pretty spartan, but it does the job.
Test Plan:
Patch, update storage, add some comment
to your favorite question or answer.
Reviewers: nh, vrana, epriestley
Reviewed By: epriestley
CC: aran, Korvin, starruler, syrneus, me.here, victorzarate7
Maniphest Tasks: T1645
Differential Revision: https://secure.phabricator.com/D3471
2012-09-11 21:13:20 +02:00
|
|
|
background : white;
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-transaction-detail .ponder-question {
|
adding comments to ponder
Summary: This is pretty spartan, but it does the job.
Test Plan:
Patch, update storage, add some comment
to your favorite question or answer.
Reviewers: nh, vrana, epriestley
Reviewed By: epriestley
CC: aran, Korvin, starruler, syrneus, me.here, victorzarate7
Maniphest Tasks: T1645
Differential Revision: https://secure.phabricator.com/D3471
2012-09-11 21:13:20 +02:00
|
|
|
border : none;
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.phabricator-transaction-view .ponder-answer {
|
adding comments to ponder
Summary: This is pretty spartan, but it does the job.
Test Plan:
Patch, update storage, add some comment
to your favorite question or answer.
Reviewers: nh, vrana, epriestley
Reviewed By: epriestley
CC: aran, Korvin, starruler, syrneus, me.here, victorzarate7
Maniphest Tasks: T1645
Differential Revision: https://secure.phabricator.com/D3471
2012-09-11 21:13:20 +02:00
|
|
|
background : white;
|
|
|
|
margin-bottom : 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-transaction-content {
|
|
|
|
background : white;
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|