Github user necouchman commented on a diff in the pull request:
https://github.com/apache/incubator-guacamole-client/pull/180#discussion_r132605710
--- Diff: guacamole/src/main/webapp/app/login/styles/dialog.css ---
@@ -115,13 +115,6 @@
background-image: url("images/guac-tricolor.png");
}
-.login-ui.continuation div.login-dialog {
- border-right: none;
- border-left: none;
- box-shadow: none;
- max-width: 6in;
-}
-
--- End diff --
So, I removed all of this because I wasn't sure that the continuation piece
of this actually does anything other than make the dialog box look a little
goofy. I can understand hiding the logo and version, which I did leave in
place; however, this just takes off half of the borders, the shadow, and makes
the box show up as an odd width (relative to the "normal" login box). I also
noticed this when working on the RADIUS module - when it prompts for the
additional credentials from RADIUS.
Any reason not to pull this out?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---