@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -2529,14 +2529,8 @@ button.closebtn { #user-menu-trigger { display: none; - .icon-user { - background: transparent url( "../lib/bootstrap/img/glyphicons-halflings-white.png" ) no-repeat; - background-position: -168px 0; - background-repeat: no-repeat; - height: 14px; - line-height: 14px; - margin: 12px 0 0; - vertical-align: text-top; + i { + padding: 14px 0 0; width: 14px; } --