-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
diff --git a/guacamole/src/main/webapp/styles/guacamole.css b/guacamole/src/main/webapp/styles/client.css
similarity index 65%
rename from guacamole/src/main/webapp/styles/guacamole.css
rename to guacamole/src/main/webapp/styles/client.css
index fd6149605..28a629039 100644
--- a/guacamole/src/main/webapp/styles/guacamole.css
+++ b/guacamole/src/main/webapp/styles/client.css
@@ -24,110 +24,6 @@ body {
margin: 0;
}
-div#login-ui {
- background: #BCA;
- height: 100%;
- width: 100%;
- position: fixed;
- left: 0;
- top: 0;
- display: table;
-}
-
-p#login-error {
- text-align: center;
- background: #FDD;
- color: red;
- margin: 0.2em;
-}
-
-div#login-logo {
- position: relative;
- bottom: 0;
- display: inline-block;
- vertical-align: middle;
-}
-
-div#login-dialog-middle {
- width: 100%;
- display: table-cell;
- vertical-align: middle;
- text-align: center;
-}
-
-div#login-dialog {
-
- max-width: 75%;
- text-align: left;
-
- display: inline-block;
-}
-
-div#login-dialog h1 {
- margin-top: 0;
- margin-bottom: 0em;
- text-align: center;
-}
-
-div#login-dialog #buttons {
- padding-top: 0.5em;
- text-align: right;
-}
-
-div#login-dialog #buttons input {
- background: #9A8;
- border: 1px solid #676;
- color: black;
- padding: 0.25em;
- padding-right: 1em;
- padding-left: 1em;
-}
-
-div#login-dialog #buttons input:hover {
- background: #CDB;
- border: 1px solid #9A8;
-}
-
-div#login-dialog #buttons input:active {
- padding-top: 0.35em;
- padding-left: 1.1em;
-
- padding-bottom: 0.15em;
- padding-right: 0.9em;
-}
-
-div#login-dialog #login-fields {
-
- background: #CDB;
- vertical-align: middle;
-
- padding: 1em;
- border: 1px solid #676;
-
-}
-
-div#login-dialog #login-fields input {
- border: 1px solid #676;
-}
-
-div#login-dialog #login-fields img.logo {
- float: left;
-}
-
-div#login-ui #version-dialog {
- position: fixed;
- right: 0;
- bottom: 0;
- text-align: right;
-
- font-style: italic;
- font-size: 0.75em;
- color: black;
- opacity: 0.5;
-
- padding: 0.25em;
-}
-
div.errorDialogOuter {
display: table;
height: 100%;
diff --git a/guacamole/src/main/webapp/styles/login.css b/guacamole/src/main/webapp/styles/login.css
new file mode 100644
index 000000000..87798ae79
--- /dev/null
+++ b/guacamole/src/main/webapp/styles/login.css
@@ -0,0 +1,138 @@
+
+/*
+ * Guacamole - Clientless Remote Desktop
+ * Copyright (C) 2010 Michael Jumper
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see
-
-
-
-
-
-