Updating swiss buglist and adding a highlithed class for the buglist

svn path=/trunk/; revision=31294
This commit is contained in:
mjammes 2015-06-01 13:06:02 +00:00
parent f7e7405a21
commit 5194bfc354
3 ha cambiato i file con 200 aggiunte e 203 eliminazioni

File diff soppresso perché troppo grande Carica Diff

Vedi File

@ -495,3 +495,9 @@ img.signatory-logo {
@import "fonts.less";
@import "font-icon-no-js.less";
/* PDFreaders buglist */
tr.highlighted {
background-color: rgb(208,244,0);
}

1
look/fsfe.min.css esterno
Vedi File

@ -1908,3 +1908,4 @@ textarea#donate-fsfe form .form-group input{height:auto}
.no-js .fa.fa-rss:before{content:" ";width:15px;height:15px;display:block;background:url('/graphics/rss.png') top left no-repeat}
.no-js .fa.fa-comments-o:before{content:" ";width:19px;height:15px;display:block;background:url('/graphics/identica.png') top left no-repeat}
.no-js .fa.fa-calendar-o:before{content:" ";width:15px;height:15px;display:block;background:url('/graphics/ical.png') top left no-repeat}
tr.highlighted{background-color:#d0f400}