From 9da1026241f8bcb1914066b8b1c63f20ee4df113 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 12 Mar 2015 14:22:39 -0700 Subject: [PATCH] GUAC-1120: Restore password dialog styling. --- guacamole/src/main/webapp/app/userMenu/styles/user-menu.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guacamole/src/main/webapp/app/userMenu/styles/user-menu.css b/guacamole/src/main/webapp/app/userMenu/styles/user-menu.css index 8405abc96..149da9c2b 100644 --- a/guacamole/src/main/webapp/app/userMenu/styles/user-menu.css +++ b/guacamole/src/main/webapp/app/userMenu/styles/user-menu.css @@ -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;