1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/ponder/comments.css
Chad Little 94d0704fdb Add objectheaders to new View
Summary: This adds the 'PHUIObjectBox' to nearly every place that should get it. I need to comb through Diffusion a little more. I've left Differential mostly alone, but may decide to do it anyways this weekend. I'm sure I missed something else, but these are easy enough to update.

Test Plan: tested each new layout.

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, aran

Differential Revision: https://secure.phabricator.com/D7162
2013-09-28 15:55:38 -07:00

85 lines
1.3 KiB
CSS

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