Use EQ filter for text filters in columns with type number
[infodrom/hallinta] / stylesheet.css
1 body {
2     font-family: Verdana, Helvetica, Arial, sans-serif;
3     font-size: 10px;
4     background: #e3f0ff;
5     color: #000000;
6 }
7
8 h3.title, h3.title2 {
9     padding-top: 2px;
10     padding-bottom: 2px;
11 }
12
13 div.ricoLG_cell {
14     padding-top: 0px;
15     padding-bottom: 0px;
16     color: #666;
17     cursor: default;
18 }
19
20 div.ricoWindow {
21     border: 1px solid #BBB;
22 }
23 div.ricoTitle {
24     background-color: #316994;
25     color: white;
26     color: #EEE;
27     padding-left: 2px;
28     cursor: pointer;
29 }
30 div.ricoContent {
31     padding-top: 6px;
32     padding-left: 3px;
33     font-size: 12px;
34 }
35
36 div.form {
37     margin-top: 0px;
38     padding: 2px;
39     border: 1px solid #AAA;
40     color: #555;
41     overflow: hidden;
42 }
43
44 div.second div.title {
45     margin-bottom: 5px;
46 }
47
48 input, select {
49     border: 1px solid #CCC;
50     color: inherit;
51     background: white;
52 }
53
54 textarea {
55     border: 1px solid #CCC;
56     font-size: 90%;
57     color: inherit;
58 }
59
60 button {
61     border: 1px solid #CCC;
62     background: #DDD;
63     color: inherit;
64 }
65
66 button:hover {
67     background: #EEE;
68 }
69
70 button.disabled:hover {
71     background: #DDD;
72 }
73
74 div.buttons {
75     text-align: center;
76     padding-top: 0px;
77     padding-bottom: 5px;
78 }
79
80 div.buttons button {
81     padding-left: 1px;
82     padding-right: 1px;
83 }
84
85 div.buttons span {
86     margin-left: 5px;
87 }
88
89 img.calendar {
90     margin-bottom: -6px;
91 }
92
93 p#form_status {
94     font-size: 80%;
95     margin-top: 0px;
96 }
97
98 span.status_ok {
99     color: green;
100 }
101
102 span.status_error {
103     color: red;
104 }
105
106 div#details {
107     color: #424242;
108     padding-left: 2px;
109 }
110
111 div#details ul {
112     padding: 0;
113     margin: 0;
114 }
115
116 div#details li {
117     list-style-type: none;
118 }
119
120 div#grid_info {
121     text-align: left;
122     color: #444;
123 }
124
125 div.alignrightpad {
126     text-align: right;
127     padding-right: 3px;
128 }
129
130 div.info {
131     float: left;
132 }
133 div.status {
134     float: right;
135     text-align: right;
136 }