13 lines
271 B
CSS
13 lines
271 B
CSS
/*
|
||
* OpenSlides mediafile style
|
||
*
|
||
* :copyright: 2011–2013 by OpenSlides team, see AUTHORS.
|
||
* :license: GNU GPL, see LICENSE for more details.
|
||
*/
|
||
|
||
/** Navigation icons (mapping to glyphicons-halflings) **/
|
||
|
||
.icon-mediafile {
|
||
background-position: -96px -24px;
|
||
}
|