source: Dev/trunk/src/client/dojox/data/demos/picasaDemo.css @ 528

Last change on this file since 528 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 650 bytes
Line 
1.picasaView {
2        padding: 3 3 3 3;
3        border-width: 1px;
4        border-style: solid;
5        border-color: #000000;
6        border-collapse: separate;
7        width: 100%;
8}
9
10.picasaView th {
11        text-align: left;
12}
13
14.picasaView tr {
15        padding: 3 3 3 3;
16        border-width: 1px;
17        border-style: solid;
18        border-color: #000000;
19}
20
21.picasaView tr td {
22        padding: 3 3 3 3;
23        border-width: 1px;
24        border-style: solid;
25        border-color: #000000;
26}
27
28.picasaView {
29        background-color: #EFEFEF;
30        float: left;
31        width: 250px;
32        height: 250px;
33}
34
35.picasaSummary {
36       width: 250px;
37       height: 30px;
38       overflow: hidden;
39 }
40
41.picasaTitle {
42        background-color: #CCCCCC;
43}
44
Note: See TracBrowser for help on using the repository browser.