view resources/css/lada.css @ 902:8e5ee263d7c7

Fixed imagepath.
author Raimund Renkert <raimund.renkert@intevation.de>
date Thu, 06 Aug 2015 12:29:43 +0200
parents 545b8913601d
children f82fef034235
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;
}

.window-inactive .x-window-header-text {color: #a9a9a9;}


.x-action-col-cell img
{
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}

.x-action-col-cell img.noedit
{
  background-image: url(resources/img/view-time-schedule-baselined.png);
}

.x-action-col-cell img.edit
{
  background-image: url(resources/img/view-time-schedule-edit.png);
}


/* do not display clear-button (x) in IE10+ Input fields */
::-ms-clear {
   display: none;
}

/* do not display reveal-button in IE10+ PW-Input fields */
::-ms-reveal {
   display: none;
}

http://lada.wald.intevation.org