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.
9 lines
300 B
CSS
9 lines
300 B
CSS
/** Navigation icons (mapping to glyphicons-halflings) **/
|
|
.icon-paperclip {
|
|
background-image: url("../img/glyphicons_062_paperclip.png");
|
|
background-position: 0;
|
|
}
|
|
.leftmenu ul li.active a span.ico i.icon-paperclip {
|
|
background-image: url("../img/glyphicons_062_paperclip_white.png");
|
|
}
|