GUAC-1120: Restore password dialog styling.

This commit is contained in:
Michael Jumper
2015-03-12 14:22:39 -07:00
parent 0aff801642
commit 9da1026241

View File

@@ -215,6 +215,7 @@
transition: visibility 0.125s, opacity 0.125s;
position: absolute;
background: white;
text-align: right;
padding: 1em;
border: 1px solid rgba(0, 0, 0, 0.25);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
@@ -224,6 +225,10 @@
z-index: 8;
}
.user-menu .password-dialog .action-buttons {
margin: 0;
}
.user-menu .password-dialog.shown {
visibility: visible;
opacity: 1;