Merge branch 'qwann/k-fet/stats' into qwann/k-fet/home

This commit is contained in:
Qwann 2017-01-27 12:15:47 +01:00
commit 5cedabf5a8
9 changed files with 232 additions and 142 deletions

View file

@ -83,3 +83,24 @@
padding-right: 50px;
padding-left: 50px;
}
/* Account autocomplete window */
#account_results ul {
list-style-type:none;
background:rgba(255,255,255,0.9);
padding:0;
}
#account_results li {
display:block;
padding:5px 20px;
height:100%;
width:100%;
}
#account_results .hilight {
background:rgba(200,16,46,0.9);
color:#fff;
text-decoration:none;
}