GUAC-1120: Only align password dialog fields to the right.

This commit is contained in:
Michael Jumper
2015-03-12 16:00:43 -07:00
parent 91dfa04a52
commit ad43949915

View File

@@ -215,7 +215,6 @@
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);
@@ -225,7 +224,12 @@
z-index: 8;
}
.user-menu .password-dialog .fields {
text-align: right;
}
.user-menu .password-dialog .action-buttons {
text-align: center;
margin: 0;
}