view resources/css/lada.css @ 608:7fd9350eacf9 openid

Add client side openID authentication handling If the client is not authenticated it will be redirected to the identity provider provided by the lada-server in the error message. The lada-server keeps track of the association and verifies the openID parameters sent by the client in the X-OPENID-PARAMS header
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 12 Mar 2015 17:39:16 +0100
parents d73942e6e1c6
children 6f6d2df00130
line wrap: on
line source
.x-lada-warning-field {
  background-color: white;
  background-image: url(../img/warning_line.png);
  background-repeat: repeat-x;
  background-position: bottom;
  border-color: #FFE25D;
}

.x-lada-error-field {
  background-color: white;
  background-image: url(../img/error_line.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  border-color: #FF0000;
}

http://lada.wald.intevation.org