close #163 Fixed: Company logo alignment

This commit is contained in:
cuneytsenturk 2018-01-27 16:41:49 +03:00
parent 800dcf0426
commit f5f8795692

6
public/css/app.css vendored
View File

@ -263,10 +263,14 @@ div.required .control-label:not(span):after, td.required:after {
}
.user-panel {
position: inherit;
min-height: 50px;
}
.user-panel .pull-left.info.open {
position: fixed;
z-index: 9999;
}
.user-panel > .image > img {
height: auto;
max-height: 45px;