ComunicWeb/assets/css/components/menuBar.css

25 lines
269 B
CSS
Raw Normal View History

2017-05-24 14:21:34 +00:00
/**
* Menubar stylesheet
*
* @author Pierre HUBERT
*/
2017-05-25 12:06:37 +00:00
/**
* Authenticated useres
*/
header .dropdown .fa-gear {
vertical-align: middle;
}
/**
* Not authenticated users
*/
2017-05-24 14:21:34 +00:00
/**
* Login form
*/
.menubar-loginForm .form-control {
margin-right: 1px;
2017-05-25 12:06:37 +00:00
}