Skip to content

Commit

Permalink
Fixes #8800: The new password field hides the Save Directive button
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Aug 19, 2016
1 parent 5a472c9 commit 60b8c5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rudder-web/src/main/webapp/style/rudder-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@
margin-left:-15px;
padding-left:15px;
padding-right:15px;
// augment index of footer so it always on top of other elements (ie, password fields over footer #8800
z-index : 3;
}

.directive-footer{
Expand Down Expand Up @@ -476,3 +478,7 @@ body .tw-bs {
.tw-bs .input-group-btn > .btn:hover, .tw-bs .input-group-btn > .btn:focus, .tw-bs .input-group-btn > .btn:active {
z-index: 0;
}

.tw-bs .btn.btn-default.reveal-password {
padding : 5px 12px;
}

0 comments on commit 60b8c5c

Please sign in to comment.