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
|
|
|
/**
|
|
|
|
* @provides ponder-comment-table-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
.ponder-comments {
|
2013-05-20 16:55:23 +02:00
|
|
|
width: 480px;
|
|
|
|
margin: 5px 0 0 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device .ponder-comments {
|
|
|
|
width: 100%;
|
|
|
|
margin: 5px 0 0 0;
|
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-comments th {
|
2013-05-20 16:55:23 +02:00
|
|
|
width: 0px;
|
|
|
|
height: 0px;
|
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-comments td {
|
|
|
|
vertical-align: top;
|
2013-05-20 16:55:23 +02:00
|
|
|
padding: 6px;
|
|
|
|
border-bottom: 1px solid #e7e7e7;
|
|
|
|
background: #fff;
|
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-datestamp {
|
2013-05-20 16:55:23 +02:00
|
|
|
font-size: 11px;
|
|
|
|
color: #777;
|
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-label {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
font-weight: bold;
|
2013-05-20 16:55:23 +02:00
|
|
|
color: #333;
|
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
|
|
|
text-align: left;
|
|
|
|
margin: 0px 0px 6px;
|
|
|
|
padding: 6px 4px;
|
2013-05-20 16:55:23 +02:00
|
|
|
background: #ccc;
|
|
|
|
border-bottom: 1px solid #aaa;
|
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
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
td .aphront-form-control {
|
2013-05-20 16:55:23 +02:00
|
|
|
padding: 0;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
td .aphront-form-control-submit {
|
2013-05-20 16:55:23 +02:00
|
|
|
display: block;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
td .aphront-form-input {
|
2013-05-20 16:55:23 +02:00
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
td .aphront-form-control textarea {
|
2013-05-20 16:55:23 +02:00
|
|
|
height: 50px;
|
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-comment-markup p {
|
2013-05-20 16:55:23 +02:00
|
|
|
margin: 0 0 5px 0;
|
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
|
|
|
}
|
|
|
|
|
2013-05-20 16:55:23 +02:00
|
|
|
.ponder-comment-markup h2,
|
|
|
|
.ponder-comment-markup h3,
|
|
|
|
.ponder-comment-markup h4,
|
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-comment-markup h5 {
|
2013-05-20 16:55:23 +02:00
|
|
|
margin: 0;
|
|
|
|
font-size: inherit;
|
|
|
|
font-weight: normal;
|
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
|
|
|
}
|