comparison resources/css/lada.css @ 878:545b8913601d

Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
author Dustin Demuth <dustin@intevation.de>
date Fri, 17 Jul 2015 15:44:51 +0200
parents 91334325149f
children 8e5ee263d7c7
comparison
equal deleted inserted replaced
877:a58c006f869c 878:545b8913601d
14 border-color: #FF0000; 14 border-color: #FF0000;
15 } 15 }
16 16
17 .window-inactive .x-window-header-text {color: #a9a9a9;} 17 .window-inactive .x-window-header-text {color: #a9a9a9;}
18 18
19
20 .x-action-col-cell img
21 {
22 cursor: pointer;
23 background-repeat: no-repeat;
24 background-position: center;
25 }
26
27 .x-action-col-cell img.noedit
28 {
29 background-image: url(/resources/img/view-time-schedule-baselined.png);
30 }
31
32 .x-action-col-cell img.edit
33 {
34 background-image: url(/resources/img/view-time-schedule-edit.png);
35 }
36
37
19 /* do not display clear-button (x) in IE10+ Input fields */ 38 /* do not display clear-button (x) in IE10+ Input fields */
20 ::-ms-clear { 39 ::-ms-clear {
21 display: none; 40 display: none;
22 } 41 }
23 42

http://lada.wald.intevation.org