Skip to content

Commit

Permalink
close #163 Fixed: Company logo alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Jan 27, 2018
1 parent 800dcf0 commit f5f8795
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f5f8795

Please sign in to comment.