root/releases/0.9rc2/mod/photogallery/css

Revision 856, 1.0 kB (checked in by ben, 2 years ago)

Images in the photo gallery now work as intended.

Line 
1 <style type="text/css">
2     .photogallery-photo-container,
3     .photogallery-file-container {
4        margin:20px 0 10px 0;
5     }
6    
7     .photogallery-photo-image img,
8     .photogallery-file-image img {
9         border: 0px;
10     }
11
12     .photogallery-photo-infobar,
13     .photogallery-file-infobar {
14         font-size: 80%;
15     }
16    
17     .photogallery-photo-keywords,
18     .photogallery-file-keywords {
19         font-style: italic;
20     }
21    
22     .photogallery-photo-container {
23         height: 240px;
24     }
25        
26     .photogallery-photo-image {
27       float:left;
28       margin:5px 10px 10px 0;
29       width:200px;
30       height:200px;
31       text-align: center;
32     }
33    
34     .photogallery-photo-info {
35        margin:10px 0 10px 220px;
36     }
37      
38     .photogallery-file-container {
39         height: 105px;
40     }
41        
42     .photogallery-file-image {
43       float:left;
44       margin:5px 10px 10px 0;
45       width:100px;
46     }
47    
48     .photogallery-file-info {
49        margin:10px 0 10px 120px;
50     }
51    
52 </style>
Note: See TracBrowser for help on using the browser.