comparison resources/css/lada.css @ 1015:af9879d72310

Updated UI, added window for filter management and added fieldset for query details.
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 02 Feb 2016 15:25:16 +0100
parents 0d9fce86e6fd
children 15d7b7a9e177
comparison
equal deleted inserted replaced
1010:94a6b5415d73 1015:af9879d72310
10 background-color: white; 10 background-color: white;
11 background-image: url(../img/error_line.gif); 11 background-image: url(../img/error_line.gif);
12 background-repeat: repeat-x; 12 background-repeat: repeat-x;
13 background-position: bottom; 13 background-position: bottom;
14 border-color: #FF0000; 14 border-color: #FF0000;
15 }
16
17 .x-lada-multiline-grid .x-grid-cell-inner{
18 white-space: normal !important;
15 } 19 }
16 20
17 .window-inactive .x-window-header-text {color: #a9a9a9;} 21 .window-inactive .x-window-header-text {color: #a9a9a9;}
18 22
19 23
32 .x-action-col-cell img.edit 36 .x-action-col-cell img.edit
33 { 37 {
34 background-image: url(../img/view-time-schedule-edit.png); 38 background-image: url(../img/view-time-schedule-edit.png);
35 } 39 }
36 40
41 .x-grid-checkheader {
42 height: 16px;
43 background-image: url('images/unchecked.gif');
44 background-position: 50%;
45 background-repeat: no-repeat;
46 background-color: transparent;
47 }
48
49 .x-grid-favcolumn-checked {
50 background-image: url(../img/favorites.png);
51 }
52
53 .x-grid-favcolumn-unchecked {
54 background-image: url(../img/favorites_off.png);
55 }
37 56
38 /* do not display clear-button (x) in IE10+ Input fields */ 57 /* do not display clear-button (x) in IE10+ Input fields */
39 ::-ms-clear { 58 ::-ms-clear {
40 display: none; 59 display: none;
41 } 60 }

http://lada.wald.intevation.org