Skip to content
install-page.css 1.15 KiB
Newer Older
/**
 * @file
 * Installation styling.
 *
 * Unfortunately we have to make our styling quite strong, to override the
 */
.install-background {
  background-color: #1275b2;
  background-image:
    -webkit-radial-gradient(hsl(203, 80%, 45%), hsl(203, 80%, 32%));
  background-image:
    radial-gradient(hsl(203, 80%, 45%), hsl(203, 80%, 32%));
  background-repeat: repeat;
  background-position: left top, 50% 50%;
  min-height: 100%;
}
.install-page .password-parent,
.install-page .confirm-parent {
.install-page .form-item .password-suggestions {
.install-page table td {
  word-break: break-word;
}
@media all and (max-width: 1010px) and (min-width: 48em) {
  .install-page .password-strength,
  .install-page .confirm-parent {
    width: 100%;
  }
  .install-configure-form .form-type-password {
    float: left;
    width: 100%;
  input.password-confirm,
  input.password-field {
    float: none;
  }
  div.password-confirm {
    float: none;
    width: auto;
    max-width: 100%;
  }