You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modals slightly disappear behind the header because their z-index is less than it: http://i.imgur.com/9Ve5Rlb.png
.main-header has a z-index: 21 and .modal has a z-index: 10
Deploy button incorrectly styled because the Deploy text is within the span for fontawesome icon instead of outside the span: http://i.imgur.com/I6GMbPm.png
This could be changed to: <button id="deploy_project" data-toggle="modal" data-backdrop="static" data-target="#reason" type="button" class="btn btn-danger" title="Deploy the project"><span class="fa fa-cloud-upload"></span> Deploy</button>
The text was updated successfully, but these errors were encountered:
* master:
Fixes#161
Fixes issue with the dialog appear behind the toolbar when using minified CSS by switching the to version of bootstrap included with AdminLTE
Comment
Updated build script
Insert newly created groups straight into the sidebar
Changed ID which is used
Fixes#74 by appending the new project to it's group in the menu
Updated changelog
Updated changelog
Incremented version
Fixed the problem, I've merged it into the release branch so you can switch to it without having to install the dev dependencies you'd need to run from master
Modals slightly disappear behind the header because their z-index is less than it:
http://i.imgur.com/9Ve5Rlb.png
.main-header has a z-index: 21 and .modal has a z-index: 10
Deploy button incorrectly styled because the Deploy text is within the span for fontawesome icon instead of outside the span:
http://i.imgur.com/I6GMbPm.png
This could be changed to:
<button id="deploy_project" data-toggle="modal" data-backdrop="static" data-target="#reason" type="button" class="btn btn-danger" title="Deploy the project"><span class="fa fa-cloud-upload"></span> Deploy</button>
The text was updated successfully, but these errors were encountered: