style switch user icon same as user list page

This commit is contained in:
Chris 2018-10-17 09:59:39 +01:00
parent 907c22179b
commit 7dc72d3519
3 changed files with 3 additions and 1 deletions

1
public/css/app.css vendored
View file

@ -266,6 +266,7 @@ body {
#switchuser img {
width: 50px;
margin-bottom: 5px;
border-radius: 50%;
}
#switchuser .btn {

View file

@ -1,4 +1,4 @@
{
"/css/app.css": "/css/app.css?id=7934e5acfe81c1e4be21",
"/css/app.css": "/css/app.css?id=24e9bb4fa993b66f0572",
"/js/app.js": "/js/app.js?id=f18d23b8fc7a094a2c66"
}

View file

@ -28,6 +28,7 @@ body {
img {
width: 50px;
margin-bottom: 5px;
border-radius: 50%;
}
.btn {
font-size: 13px;