atLoad method now called internally by each widget, no need to call externally. Tweak...
[infodrom/rico3] / examples / demo.css
1 /* this file is only for running the Rico 3 examples */\r
2 \r
3 body {\r
4   font-family: Verdana, Arial, Helvetica, sans-serif;\r
5 }\r
6 \r
7 h1 {\r
8   font-family : Trebuchet MS, Arial, Helvetica, sans-serif;\r
9 }\r
10 \r
11 table#explanation {\r
12   width: 100%;\r
13 }\r
14 \r
15 div#explanation {\r
16   padding: 4px;\r
17 }\r
18 \r
19 #explanation {\r
20   background-color:#EEEEFF;\r
21   font-size:small;\r
22   margin-bottom:0.5em;\r
23   border: 1px solid #CFCFFF;\r
24 }\r
25 \r
26 #addplaceholder {\r
27   height: 125px;\r
28   width: 125px;\r
29   background-color:white;\r
30   border: 1px solid blue;\r
31 }\r