Skip to content

Commit

Permalink
#66 - fix reservation layout in responsive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Aug 25, 2015
1 parent 478e83e commit fd64e91
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/webapp/resources/css/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ a.no-decoration {
width:100%;
margin-bottom: 5px;
}
.j-btn-group {
margin-bottom: 10px;
width: 100%;
}
.wizard a:not(current) {padding: 12px 12px 10px 12px; background:#efefef; position:relative; display:inline-block; width:16%}
.wizard a.current {width:60%}
}
Expand Down

0 comments on commit fd64e91

Please sign in to comment.