wcs: change icon displayed to remove a file (#8098)

This commit is contained in:
Frédéric Péters 2015-11-06 11:21:57 +01:00
parent 0fd4f11531
commit 56459768a7
1 changed files with 21 additions and 0 deletions

View File

@ -1,4 +1,13 @@
@import url(/qo/css/qommon.css);
@font-face {
font-family: 'FontAwesome';
src: url(/qo/css/dc2/fontawesome-webfont.eot);
src: url(/qo/css/dc2/fontawesome-webfont.eot?#iefix) format('embedded-opentype'), url(/qo/css/dc2/fontawesome-webfont.woff) format('woff'), url(/qo/css/dc2/fontawesome-webfont.ttf) format('truetype'), url(/qo/css/dc2/fontawesome-webfont.svg?#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
/* general stuff */
html, body { margin: 0; font-family: 'Carme',sans-serif; font-size: 13px; }
@ -1052,3 +1061,15 @@ div.qommon-map {
div#side div#tracking-code {
margin-top: 44px;
}
div#content div.fileinfo a.remove {
text-indent: 0;
background: none;
color: transparent;
}
div.fileinfo a.remove:before {
font-family: FontAwesome;
content: "\f057";
color: #ea5b0c;
}