The current use of bootstrap wells etc in a modal for the top and the bottom can be confusing to users since the upload and navigations are hidden without scrolling etc. I would like to suggest making the top thumbnail list or grid well fixed and the bottom upload a photo fixed as well. Here is my suggestion.
.browser {
height: 325px;
width: 100%;
overflow: auto;
position: relative;
margin: 40px 0 40px 0;
padding: 40px 0;
}
.well {
margin: 0px;
position: fixed;
top: 0;
width: 94%;
z-index: 2;
}
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-31 13:37:22 |
Closed_By | ⇒ | zero-24 |
There is another proposed way for this: using tabs. You can check it with #5871