montpellier: use background image for "required authentication" forms (#9180)

This commit is contained in:
Frédéric Péters 2015-12-03 15:17:13 +01:00
parent eb3886e3e9
commit 1246b0d94a
2 changed files with 15 additions and 0 deletions

View File

@ -743,3 +743,18 @@ div#welcome h3 {
text-align: center;
font-size: 150%;
}
/* it's not possible to use :after here as it's already overloaded to be used
* for the category>formdef overlay; so we cancel :after and use a simple
* background image.
*/
li.required-authentication a:after {
content: "";
}
li.required-authentication a {
background-image: url(cle.png);
background-repeat: no-repeat;
background-position: 98% 50%;
}

BIN
static/montpellier/cle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 595 B