Last change
on this file since 17949 was
1690,
checked in by Henrik Bettermann, 18 years ago
|
first working version
only portlet.render_cache does not work for object action portlets
|
File size:
1.2 KB
|
Line | |
---|
1 | <dtml-let base_url="getBaseUrl()"> |
---|
2 | |
---|
3 | body, table { |
---|
4 | font-size: 100%; |
---|
5 | line-height: normal; |
---|
6 | } |
---|
7 | |
---|
8 | form { |
---|
9 | margin: 0; |
---|
10 | } |
---|
11 | |
---|
12 | input, button { |
---|
13 | vertical-align: middle; |
---|
14 | } |
---|
15 | |
---|
16 | div p { |
---|
17 | margin: 0; |
---|
18 | padding: 0; |
---|
19 | } |
---|
20 | |
---|
21 | img { |
---|
22 | border-style: none; |
---|
23 | vertical-align: middle; |
---|
24 | } |
---|
25 | |
---|
26 | h3, h4, h5, h6 { |
---|
27 | margin: 0; |
---|
28 | } |
---|
29 | |
---|
30 | /* Misc table elements */ |
---|
31 | |
---|
32 | td.centered { |
---|
33 | text-align: center; |
---|
34 | } |
---|
35 | |
---|
36 | td.additionaltools { |
---|
37 | color: black; |
---|
38 | text-align: right; |
---|
39 | } |
---|
40 | |
---|
41 | td.even { |
---|
42 | color: black; |
---|
43 | background-color: #e3e0e3; |
---|
44 | text-align: left; |
---|
45 | } |
---|
46 | |
---|
47 | td.odd { |
---|
48 | color: black; |
---|
49 | background-color: #f0f0f0; |
---|
50 | text-align: left; |
---|
51 | } |
---|
52 | |
---|
53 | .chapo { |
---|
54 | text-align: justify; |
---|
55 | padding-bottom: 5px; |
---|
56 | } |
---|
57 | |
---|
58 | /* Forms */ |
---|
59 | |
---|
60 | input, select, textarea, button { |
---|
61 | font: 11px Verdana, Arial, sans-serif !important; |
---|
62 | color: Black; |
---|
63 | background-color: white; |
---|
64 | } |
---|
65 | |
---|
66 | .formmeta { |
---|
67 | font: 800 12px Arial, sans-serif !important; |
---|
68 | color: White; |
---|
69 | background-color: #6699cc; |
---|
70 | padding: 5px 10px 1px 5px; |
---|
71 | text-align:right; |
---|
72 | vertical-align: top; |
---|
73 | } |
---|
74 | |
---|
75 | .fileview { |
---|
76 | border: 1px solid #999999; |
---|
77 | background-color: #f0f0f0; |
---|
78 | margin-top: 15px; |
---|
79 | margin-bottom: 15px; |
---|
80 | } |
---|
81 | |
---|
82 | .statusmessage { |
---|
83 | background-color: #e9e9ff; |
---|
84 | border: 1px dotted #ccc; |
---|
85 | padding: 10px; |
---|
86 | font-weight: bold; |
---|
87 | margin: 10px; |
---|
88 | } |
---|
89 | </dtml-let> |
---|
Note: See
TracBrowser for help on using the repository browser.