Skip to content

Commit

Permalink
fixed #200
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Jan 27, 2018
1 parent 6202bb3 commit 800dcf0
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,6 @@ div.required .control-label:not(span):after, td.required:after {
/*width: 370px !important;*/
}

.user-panel {
position: inherit;
}

.navbar-custom-menu .navbar-nav > li > a > i {
line-height: 20px;
}
Expand Down Expand Up @@ -266,9 +262,15 @@ div.required .control-label:not(span):after, td.required:after {
width: 70px;
}

.user-panel {
position: inherit;
min-height: 50px;
}

.user-panel > .image > img {
height: 45px;
width: 45px;
height: auto;
max-height: 45px;
width: 100%;
}

.main-header .add-new.nav.navbar-nav i {
Expand Down

0 comments on commit 800dcf0

Please sign in to comment.