2014-01-14 23:22:29 +01:00
|
|
|
/*
|
|
|
|
* Styles for web interface of assignment app
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/* Navigation icons (mapping to glyphicons-halflings) */
|
2013-12-09 23:56:01 +01:00
|
|
|
.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");
|
|
|
|
}
|
|
|
|
|
2014-01-14 23:22:29 +01:00
|
|
|
/* Election result table */
|
2014-05-17 21:15:46 +02:00
|
|
|
#election-result-table td.elected {
|
2011-09-05 23:13:18 +02:00
|
|
|
background-color: #BED4DE !important;
|
2011-09-03 11:42:44 +02:00
|
|
|
}
|
2014-05-17 21:15:46 +02:00
|
|
|
#election-result-table td.elected a.election_link {
|
2013-02-05 20:40:55 +01:00
|
|
|
background-image: url(../img/voting-yes.png);
|
2011-09-05 23:13:18 +02:00
|
|
|
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 {
|
2013-02-05 20:40:55 +01:00
|
|
|
background-image: url(../img/voting-yes-grey.png);
|
2011-09-05 23:13:18 +02:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
display: block;
|
|
|
|
margin-right: 5px;
|
|
|
|
float: left;
|
2012-05-19 16:25:55 +02:00
|
|
|
}
|