source: extensions/event_cats/admin/evntcats_theme.css @ 4092

Last change on this file since 4092 was 4092, checked in by LucMorizur, 14 years ago

[Event Cats] PNG, JS, TPL and CSS normally finished now. Remains "only" PHP and SQL...

File size: 976 bytes
Line 
1#ec_js_warn {
2  text-align:center;
3  font-weight:bold;
4  font-size:120%;
5  color:red;
6}
7
8.infos {
9  text-align:left;
10  padding-left:45px;
11  font-size:14px;
12}
13
14.errors {
15  text-align:left;
16  padding-left:45px;
17  font-size:14px;
18  color:red;
19}
20
21form.filter label {
22  display:inline;
23  float:none;
24}
25
26form.filter label.ec_block {
27  display:inline;
28  float:left;
29  text-align:left;
30  margin-right: 1em;
31}
32
33form.filter ul {
34  margin: 5px 0 0 35px;
35  display:block;
36  float:left;
37  margin-right:1em;
38  padding:0;
39}
40
41form.filter li {
42  list-style-type:none;
43  list-style-position:outside;
44  float:left;
45  clear:left;
46  margin-bottom:0.5em;
47}
48
49form.filter * label input {
50  vertical-align:middle;
51}
52
53input, select {
54  vertical-align:middle;
55}
56
57form.filter label input, form.filter label select, form.filter label span {
58  display:inline;
59}
60
61a.ec_forced {
62  font-weight:bold;
63  color:red;
64}
65
66a.ec_nforced {
67  font-weight:bold;
68  color:green;
69}
70
71img.button {
72  vertical-align:middle;
73}
Note: See TracBrowser for help on using the repository browser.