d8d2ad002a
- rename static subdirs to css and js - move global static dir to core/static, changed - move global templates dir to core/templates - check comments and code style of all our own CSS and JS files - minor changes related to the changes of template and static files
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");
|
|
}
|