21ff62dd32
Changed api for main menu entries. Enhanced http error pages using a classed based views. Moved dashboard and select widgets view from projector to core app. Also some small clean ups.
34 lines
781 B
CSS
34 lines
781 B
CSS
.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");
|
|
}
|
|
|
|
td.elected {
|
|
background-color: #BED4DE !important;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
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;
|
|
}
|