2012-08-10 19:44:04 +02:00
|
|
|
/**
|
|
|
|
* @provides ponder-vote-css
|
|
|
|
*/
|
|
|
|
|
2012-10-01 05:12:35 +02:00
|
|
|
.ponder-votebox {
|
|
|
|
text-align: center;
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|
|
|
|
|
2012-10-01 05:12:35 +02:00
|
|
|
.ponder-votebox a {
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 20px;
|
|
|
|
display: block;
|
2012-08-10 19:44:04 +02:00
|
|
|
|
2012-10-01 05:12:35 +02:00
|
|
|
text-decoration: none;
|
2013-05-20 16:55:23 +02:00
|
|
|
color: #a1a5a9;
|
2012-10-01 05:12:35 +02:00
|
|
|
font-weight: normal;
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|
|
|
|
|
2012-10-01 05:12:35 +02:00
|
|
|
.ponder-votebox a:hover {
|
|
|
|
color: #606060;
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|
|
|
|
|
2012-10-01 05:12:35 +02:00
|
|
|
.ponder-votebox a.ponder-vote-active {
|
|
|
|
color: #3b5998;
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|
|
|
|
|
2012-10-01 05:12:35 +02:00
|
|
|
.ponder-votebox a.ponder-vote-active:hover {
|
|
|
|
color: #a1bbe5;
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|
|
|
|
|
2012-10-01 05:12:35 +02:00
|
|
|
.ponder-vote-count {
|
|
|
|
color: #888888;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
font-weight: bold;
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|
|
|
|
|
2013-05-20 16:55:23 +02:00
|
|
|
.ponder-votebox {
|
|
|
|
float: left;
|
|
|
|
width: 32px;
|
|
|
|
height: 60px;
|
|
|
|
margin-top: 56px;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2012-08-10 19:44:04 +02:00
|
|
|
|
2013-05-20 16:55:23 +02:00
|
|
|
.device-phone .ponder-votebox {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2012-08-10 19:44:04 +02:00
|
|
|
|
2013-05-20 16:55:23 +02:00
|
|
|
.device-phone .ponder-votebox-content {
|
|
|
|
margin-left: 35px;
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|
|
|
|
|
2012-10-01 05:12:35 +02:00
|
|
|
.ponder-votable .phabricator-transaction-view {
|
2013-05-20 16:55:23 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|
|
|
|
|
2012-10-01 05:12:35 +02:00
|
|
|
.ponder-votable .phabricator-transaction-detail {
|
|
|
|
min-height : 90px;
|
2012-08-10 19:44:04 +02:00
|
|
|
}
|