0b5f75339e
* Fixed agenda permissions * Renamed assignment to assignments, fixed assignments permission names * Renamed mediafile to mediafiles * Renamed motion to motions. Fixed motions permission names
15 lines
355 B
CSS
15 lines
355 B
CSS
/*
|
|
* Styles for web interface of mediafile app
|
|
*
|
|
*/
|
|
|
|
|
|
/* 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");
|
|
}
|