Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
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.