2011-07-08 20:13:11 +02:00
|
|
|
/**
|
|
|
|
* @provides phabricator-slowvote-css
|
|
|
|
*/
|
|
|
|
|
2013-07-15 22:18:50 +02:00
|
|
|
.slowvote-description {
|
2016-02-26 23:34:51 +01:00
|
|
|
padding: 12px 16px 4px;
|
2011-07-08 20:13:11 +02:00
|
|
|
}
|
|
|
|
|
2013-07-15 22:18:50 +02:00
|
|
|
.slowvote-header-content {
|
|
|
|
padding: 8px;
|
2011-07-08 20:13:11 +02:00
|
|
|
}
|
|
|
|
|
2013-07-15 22:18:50 +02:00
|
|
|
.slowvote-body-content {
|
2016-02-26 23:34:51 +01:00
|
|
|
padding: 8px 16px;
|
2011-07-08 20:13:11 +02:00
|
|
|
}
|
|
|
|
|
2013-07-15 22:18:50 +02:00
|
|
|
.slowvote-option-label {
|
2015-06-25 21:17:33 +02:00
|
|
|
border: 1px solid {$sh-lightgreyborder};
|
2011-07-08 20:13:11 +02:00
|
|
|
display: block;
|
2013-07-15 22:18:50 +02:00
|
|
|
position: relative;
|
|
|
|
padding: 8px 4px;
|
2011-07-08 20:13:11 +02:00
|
|
|
cursor: pointer;
|
2013-07-15 22:18:50 +02:00
|
|
|
font-weight: bold;
|
|
|
|
overflow: hidden;
|
2015-06-25 21:17:33 +02:00
|
|
|
background-color: {$lightgreybackground};
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-desktop .slowvote-option-label:hover {
|
|
|
|
border-color: {$sh-blueborder};
|
2011-07-08 20:13:11 +02:00
|
|
|
}
|
|
|
|
|
2013-07-15 22:18:50 +02:00
|
|
|
.slowvote-bar {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
overflow: hidden;
|
2015-06-25 21:17:33 +02:00
|
|
|
background-color: {$sh-bluebackground};
|
2011-07-08 20:13:11 +02:00
|
|
|
}
|
2011-07-09 19:22:11 +02:00
|
|
|
|
2015-08-17 02:50:46 +02:00
|
|
|
.device-phone .slowvote-bar {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-07-15 22:18:50 +02:00
|
|
|
.slowvote-control-offset {
|
|
|
|
white-space: nowrap;
|
|
|
|
position: absolute;
|
|
|
|
left: 32px;
|
|
|
|
top: 8px;
|
|
|
|
width: 100%;
|
2015-06-25 21:17:33 +02:00
|
|
|
color: {$darkbluetext};
|
|
|
|
text-shadow: {$whitetextshadow};
|
2013-04-16 17:18:52 +02:00
|
|
|
}
|
|
|
|
|
2015-08-17 02:50:46 +02:00
|
|
|
.device-phone .slowvote-control-offset {
|
|
|
|
white-space: normal;
|
|
|
|
position: static;
|
|
|
|
padding: 0 4px 8px;
|
|
|
|
}
|
|
|
|
|
2013-07-15 22:18:50 +02:00
|
|
|
.slowvote-option-label-group {
|
2015-06-25 21:17:33 +02:00
|
|
|
margin: 0 0 12px;
|
2013-04-16 17:18:52 +02:00
|
|
|
}
|
|
|
|
|
2013-07-15 22:18:50 +02:00
|
|
|
.slowvote-option-label input[type="radio"],
|
|
|
|
.slowvote-option-label input[type="checkbox"] {
|
|
|
|
margin: 0 12px 0 8px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slowvote-above-the-bar {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slowvote-status {
|
2015-06-25 21:17:33 +02:00
|
|
|
color: {$darkbluetext};
|
2013-07-15 22:18:50 +02:00
|
|
|
font-weight: normal;
|
|
|
|
padding: 2px 0;
|
|
|
|
line-height: 15px;
|
|
|
|
text-align: right;
|
2015-06-26 18:33:03 +02:00
|
|
|
font-size: {$smallerfontsize};
|
2015-06-25 21:17:33 +02:00
|
|
|
top: 0;
|
|
|
|
right: 8px;
|
|
|
|
position: absolute;
|
|
|
|
text-shadow: {$whitetextshadow};
|
|
|
|
}
|
|
|
|
|
|
|
|
.slowvote-voters {
|
|
|
|
padding-top: 8px;
|
2013-07-15 22:18:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.slowvote-voter {
|
2013-05-04 00:48:59 +02:00
|
|
|
display: inline-block;
|
2013-07-15 22:18:50 +02:00
|
|
|
width: 25px;
|
|
|
|
height: 25px;
|
|
|
|
background-size: 25px 25px;
|
2015-06-25 21:17:33 +02:00
|
|
|
border-radius: 3px;
|
|
|
|
margin: 0 4px;
|
|
|
|
box-shadow: {$borderinset};
|
2013-04-16 17:18:52 +02:00
|
|
|
}
|
|
|
|
|
2013-07-15 22:18:50 +02:00
|
|
|
.slowvote-footer {
|
|
|
|
border-top-width: 1px;
|
|
|
|
border-top-style: solid;
|
2015-06-25 21:17:33 +02:00
|
|
|
border-top-color: {$thinblueborder};
|
2013-07-15 22:18:50 +02:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slowvote-footer-content {
|
2016-02-26 23:34:51 +01:00
|
|
|
padding: 8px 16px;
|
2013-07-15 22:18:50 +02:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slowvote-footer-content .slowvote-hint {
|
|
|
|
line-height: 24px;
|
2013-09-02 17:12:18 +02:00
|
|
|
color: {$lightgreytext};
|
2013-07-15 22:18:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.slowvote-footer-content button {
|
|
|
|
float: right;
|
2013-04-16 17:18:52 +02:00
|
|
|
}
|