blob: e833533313676a75c224209a10108e3500d1d44a [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
.login-ui {
animation: fadein 0.125s linear;
-moz-animation: fadein 0.125s linear;
-webkit-animation: fadein 0.125s linear;
}
.login-ui .login-dialog-middle {
width: 100%;
display: table-cell;
vertical-align: middle;
text-align: center;
}
.login-ui .login-dialog {
width: 100%;
max-width: 3in;
text-align: left;
padding: 1em;
border: 1px solid rgba(0, 0, 0, 0.25);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
font-size: 1.25em;
display: inline-block;
}
.login-ui .login-dialog h1 {
margin-top: 0;
margin-bottom: 0em;
text-align: center;
}
.login-ui .login-dialog .buttons {
text-align: right;
margin: 0;
margin-top: 1em;
}
.login-ui .login-dialog .login-fields {
vertical-align: middle;
}
.login-ui .login-dialog th {
text-shadow: 1px 1px white;
}
.login-ui .login-dialog .version {
padding: 0.5em 0;
}
.login-ui .login-dialog .version .app-name {
font-weight: bold;
text-transform: uppercase;
text-align: center;
font-size: 1.25em;
}
.login-ui .login-dialog .version .version-number {
position: absolute;
right: 0;
bottom: 0;
padding: 0.25em 0.75em;
margin: 0.25em;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em;
border-radius: 0.5em;
color: white;
background: green;
font-size: 0.5em;
font-style: italic;
opacity: 0.5;
}
.login-ui .login-dialog .logo {
display: block;
margin: 0.5em auto;
width: 3em;
height: 3em;
background-size: 3em 3em;
-moz-background-size: 3em 3em;
-webkit-background-size: 3em 3em;
-khtml-background-size: 3em 3em;
background-image: url("images/guac-tricolor.png");
}
.login-ui.continuation .login-dialog {
border-right: none;
border-left: none;
box-shadow: none;
max-width: 6in;
}
.login-ui.continuation .login-dialog .logo,
.login-ui.continuation .login-dialog .version {
display: none;
}
.login-ui.error .login-dialog {
animation-name: shake-head;
animation-duration: 0.25s;
animation-timing-function: linear;
-webkit-animation-name: shake-head;
-webkit-animation-duration: 0.25s;
-webkit-animation-timing-function: linear;
}