Last change
on this file since 25954 was
24837,
checked in by rvelices, 11 years ago
|
improved who can see this photo display
|
-
Property svn:eol-style set to
LF
|
File size:
646 bytes
|
Rev | Line | |
---|
[1900] | 1 | /* fix IE with another layout for thumbnails */ |
---|
| 2 | |
---|
[8306] | 3 | .thumbnails .wrap2 { |
---|
[1900] | 4 | display: block; |
---|
| 5 | position: relative; |
---|
| 6 | text-align: left; |
---|
| 7 | } |
---|
[8306] | 8 | .thumbnails .wrap2 A, |
---|
| 9 | .thumbnails .wrap2 SPAN { |
---|
[1900] | 10 | overflow: visible; |
---|
| 11 | position: absolute; |
---|
| 12 | top: 50%; |
---|
| 13 | text-align: center; |
---|
| 14 | } |
---|
| 15 | |
---|
[16412] | 16 | .thumbnails .wrap2 IMG { |
---|
[1900] | 17 | position: relative; |
---|
[16986] | 18 | top: -50%; |
---|
[1900] | 19 | } |
---|
[2108] | 20 | |
---|
[8378] | 21 | .pwg-icon { |
---|
| 22 | display: block; |
---|
| 23 | } |
---|
[12510] | 24 | |
---|
[13774] | 25 | .imageInfoTable {display:block; margin: 0 200px;} |
---|
| 26 | .imageInfo {display:block; line-height:16px;} |
---|
| 27 | .imageInfo dt {display:block; text-align:left; font-weight:bold; padding-right:0.5em;} |
---|
| 28 | .imageInfo dd {display:block; text-align:left; font-weight:normal;} |
---|
| 29 | #imageInfos dd { margin: 0 0 5px 20px;} |
---|
Note: See
TracBrowser
for help on using the repository browser.