mobile: display lock icon for forms required authentication (#5975)

This commit is contained in:
Serghei Mihai 2014-11-19 17:24:31 +01:00
parent 744c4d6b52
commit 16cff31f82
2 changed files with 4 additions and 0 deletions

View File

@ -195,6 +195,10 @@ div#droite {
display: none;
}
li.required-authentication a {
background: url(../images/mobile/lock.png) no-repeat 20px;
}
li.required-authentication span {
display: none;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B