mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUAC-1120: Only align password dialog fields to the right.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user