mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +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;
|
transition: visibility 0.125s, opacity 0.125s;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: white;
|
background: white;
|
||||||
text-align: right;
|
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.25);
|
border: 1px solid rgba(0, 0, 0, 0.25);
|
||||||
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
|
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
|
||||||
@@ -225,7 +224,12 @@
|
|||||||
z-index: 8;
|
z-index: 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.user-menu .password-dialog .fields {
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
.user-menu .password-dialog .action-buttons {
|
.user-menu .password-dialog .action-buttons {
|
||||||
|
text-align: center;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user