mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 04:15:17 +00:00
Improved settings menu appearance
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user