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/slowvote/slowvote.css
Lauri-Henrik Jalonen 5943ae4670 v0 embedding slowvotes
Summary: Slowvotes can now be embed using {V*} syntax. Nothing fancy there yet.

Test Plan: {F40842}

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin, chad

Maniphest Tasks: T2883

Differential Revision: https://secure.phabricator.com/D5713
2013-04-16 08:19:04 -07:00

91 lines
1.5 KiB
CSS

/**
* @provides phabricator-slowvote-css
*/
.phabricator-slowvote-comments {
width: 100%;
}
.phabricator-slowvote-comments th {
width: 150px;
text-align: right;
padding: 6px 4px 6px;
white-space: nowrap;
}
.phabricator-slowvote-comments td {
vertical-align: top;
padding: 6px 2px;
border-bottom: 1px solid #d0d0d0;
}
.phabricator-slowvote-datestamp {
font-size: 9px;
font-family: "Verdana";
color: #666666;
margin-top: 1px;
}
.phabricator-slowvote-hr {
border: none;
height: 1px;
position: relative;
background: #c0c0c0;
}
.phabricator-slowvote-count {
float: right;
font-size: 13px;
font-weight: bold;
}
.phabricator-slowvote-label {
display: block;
width: 100%;
font-size: 14px;
font-weight: bold;
color: #222222;
text-align: left;
margin: 0px 0px 6px;
padding: 6px 4px;
background: #cccccc;
border-bottom: 1px solid #aaaaaa;
cursor: pointer;
}
.aphront-form-input .phabricator-slowvote-label input {
display: inline;
width: auto;
margin-right: 12px;
}
.phabricator-slowvote-facepile {
width: 50px;
height: 50px;
overflow: hidden;
position: relative;
float: left;
margin: 0px 4px 6px 0px;
}
.phabricator-slowvote-embed {
width: 400px;
background: #f7f7f7;
border: 1px solid #dbdbdb;
padding: 5px;
}
.phabricator-slowvote-embed-option {
margin: 1px;
background: #F0FFFF;
}
.phabricator-slowvote-embed-option-selected {
padding-left: 0px !important;
}
.phabricator-slowvote-embed-option-text {
border: 1px solid #dbdbdb;
border-left: 0px;
padding-left: 1em;
}