Last change
on this file was
328,
checked in by lgiessmann, 14 years ago
|
fixed ticket #75 --> changed license terms from LGPL to LLGPL in the trunk tree
|
File size:
1.6 KB
|
Line | |
---|
1 | /*----------------------------------------------------------------------------*/ |
---|
2 | /* Isidorus */ |
---|
3 | /* (c) 2008-2010 Marc Kuester, Christoph Ludwig, Lukas Georgieff */ |
---|
4 | /* */ |
---|
5 | /* Isidorus is freely distributable under the LLGPL license. */ |
---|
6 | /* This ajax module uses the frameworks PrototypeJs and Scriptaculous, both */ |
---|
7 | /* are distributed under the MIT license. */ |
---|
8 | /* You can find a detailed description in trunk/docs/LLGPL-LICENSE.txt, */ |
---|
9 | /* trunk/docs/LGPL-LICENSE.txt and in */ |
---|
10 | /* trunk/src/ajax/javascripts/external/MIT-LICENSE.txt. */ |
---|
11 | /*----------------------------------------------------------------------------*/ |
---|
12 | |
---|
13 | body { |
---|
14 | width: 1024px; |
---|
15 | margin-left: auto; |
---|
16 | margin-right: auto; |
---|
17 | } |
---|
18 | |
---|
19 | #subPage { |
---|
20 | color: #333377; |
---|
21 | min-height: 800px; |
---|
22 | border-left: 1px solid #d1d1d3; |
---|
23 | border-right: 1px solid #d1d1d3; |
---|
24 | border-bottom: 1px solid #d1d1d3; |
---|
25 | margin-top: -21px; |
---|
26 | padding-bottom: 60px; |
---|
27 | } |
---|
28 | |
---|
29 | h1 { |
---|
30 | clear: left; |
---|
31 | margin-left: 10px; |
---|
32 | padding-top: 20px; |
---|
33 | } |
---|
34 | |
---|
35 | .clickable { |
---|
36 | cursor: pointer; |
---|
37 | } |
---|
38 | |
---|
39 | .clickable:hover{ |
---|
40 | color: #ff7f00; |
---|
41 | } |
---|
42 | |
---|
43 | .deselect { |
---|
44 | cursor: pointer; |
---|
45 | } |
---|
46 | |
---|
47 | .deselect:hover{ |
---|
48 | color: #ff7f00; |
---|
49 | } |
---|
50 | |
---|
51 | .errorMessage { |
---|
52 | margin: 0.5em; |
---|
53 | color: red; |
---|
54 | font-size: 0.85em; |
---|
55 | } |
---|
56 | |
---|
57 | div.loadFrame { |
---|
58 | padding: 2em; |
---|
59 | color: #ff7f00; |
---|
60 | text-align: center; |
---|
61 | } |
---|
62 | |
---|
63 | img.ajaxLoader { |
---|
64 | display: none; |
---|
65 | margin-left: 412px; /* the image has a width of 100px --> 1024/2 - 100 = 412*/ |
---|
66 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.