mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
1fa307750d
Summary: User can now vote through embed slowvote Test Plan: Voted'n stuff Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin, chad, AnhNhan Maniphest Tasks: T2883 Differential Revision: https://secure.phabricator.com/D5743
91 lines
1.5 KiB
CSS
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-vote {
|
|
display: inline-block;
|
|
width: 1em;
|
|
}
|
|
|
|
.phabricator-slowvote-embed-option-text {
|
|
border: 1px solid #dbdbdb;
|
|
border-left: 0px;
|
|
}
|