Improved settings menu appearance

This commit is contained in:
Pierre
2017-05-25 14:06:37 +02:00
parent b0849d4104
commit 0cef611004
2 changed files with 23 additions and 2 deletions

View File

@ -4,9 +4,21 @@
* @author Pierre HUBERT
*/
/**
* Authenticated useres
*/
header .dropdown .fa-gear {
vertical-align: middle;
}
/**
* Not authenticated users
*/
/**
* Login form
*/
.menubar-loginForm .form-control {
margin-right: 1px;
}
}