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

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

[Event Cats] Continue EN translation

File size: 1.4 KB
Line 
1/* Keeps file coded in UTF-8 without BOM : é */
2
3#ec_js_warn {
4  text-align:center;
5  font-weight:bold;
6  font-size:120%;
7  color:red;
8}
9
10.infos {
11  text-align:left;
12  padding-left:45px;
13  font-size:14px;
14}
15
16.errors {
17  text-align:left;
18  padding-left:45px;
19  font-size:14px;
20  color:red;
21}
22
23form.filter label {
24  display:inline;
25  float:none;
26}
27
28form.filter label.ec_block {
29  display:inline;
30  float:left;
31  text-align:left;
32  margin-right: 1em;
33}
34
35form.filter fieldset label span, form.filter fieldset label input{
36  display:inline;
37  vertical-align:middle;
38}
39
40form.filter fieldset span{
41  display:inline;
42}
43
44form.filter ul {
45  margin: 5px 0 0 35px;
46  display:block;
47  float:left;
48  margin-right:1em;
49  padding:0;
50}
51
52form.filter li {
53  list-style-type:none;
54  list-style-position:outside;
55  float:left;
56  clear:left;
57  margin-bottom:0.5em;
58}
59
60form.filter * label input {
61  vertical-align:middle;
62}
63
64input, select {
65  vertical-align:middle;
66}
67
68form.filter label input, form.filter label select, form.filter label span {
69  display:inline;
70}
71
72a.ec_forced {
73  font-weight:bold;
74  color:red;
75}
76
77a.ec_nforced {
78  font-weight:bold;
79  color:green;
80}
81
82img.button {
83  vertical-align:middle;
84}
85
86.content h4 {
87  text-align:center;
88}
89
90select.categoryList {
91  height:12em;
92}
93
94span.help_bi {
95  font-weight:bold;
96  font-style:italic;
97}
98
99span.help_b {
100  font-weight:bold;
101}
102
103span.help_i {
104  font-style:italic;
105}
Note: See TracBrowser for help on using the repository browser.