OpenSlides/openslides/assignment/static/css/assignment.css

40 lines
991 B
CSS
Raw Normal View History

/*
* Styles for web interface of assignment app
*
*/
/* Navigation icons (mapping to glyphicons-halflings) */
.icon-charts {
background-image: url("../img/glyphicons_041_charts.png");
background-position: 0px center;
}
.leftmenu ul li.active a span.ico i.icon-charts {
background-image: url("../img/glyphicons_041_charts_white.png");
}
/* Election result table */
2014-05-17 21:15:46 +02:00
#election-result-table td.elected {
background-color: #BED4DE !important;
}
2014-05-17 21:15:46 +02:00
#election-result-table td.elected a.election_link {
background-image: url(../img/voting-yes.png);
background-repeat: no-repeat;
background-position: center;
width: 16px;
height: 16px;
display: block;
margin-right: 5px;
float: left;
}
2014-05-17 21:15:46 +02:00
#election-result-table td a.election_link {
background-image: url(../img/voting-yes-grey.png);
background-repeat: no-repeat;
background-position: center;
width: 16px;
height: 16px;
display: block;
margin-right: 5px;
float: left;
}