Last change
on this file since 8052 was
7560,
checked in by grum, 14 years ago
|
fix bug:1487 - LMT image not displayed with IE8
implement feature:1689 - Add possibility to search picture by licence
|
-
Property svn:executable set to
*
|
File size:
1.4 KB
|
Rev | Line | |
---|
[7560] | 1 | .TableRow_roma:hover { background-color:#303030; } |
---|
| 2 | .TableRow_clear:hover { background-color:#DDDDDD; } |
---|
| 3 | |
---|
| 4 | .formtable |
---|
| 5 | { |
---|
| 6 | text-align:justify; |
---|
| 7 | display:block; |
---|
| 8 | margin-top:0px; |
---|
| 9 | margin-bottom:0px; |
---|
| 10 | width:100%; |
---|
| 11 | } |
---|
| 12 | |
---|
| 13 | .formtable tr { vertical-align:top; } |
---|
| 14 | |
---|
| 15 | .littlefont { font-size:90%; } |
---|
| 16 | table.littlefont th { text-align:center; padding:3px;padding-left:9px;padding-right:9px; } |
---|
| 17 | table.littlefont td { text-align:left; padding:0px;padding-left:3px;padding-right:3px; } |
---|
| 18 | |
---|
| 19 | .lmt_page { |
---|
| 20 | text-align:justify; |
---|
| 21 | margin:8px; |
---|
| 22 | } |
---|
| 23 | |
---|
| 24 | .lmt { text-align:justify; } |
---|
| 25 | |
---|
| 26 | #list { |
---|
| 27 | width:100%; |
---|
| 28 | overflow-y:scroll; |
---|
| 29 | min-height:250px; |
---|
| 30 | max-height:650px; |
---|
| 31 | } |
---|
| 32 | |
---|
| 33 | #ullist li { |
---|
| 34 | width:300px; |
---|
| 35 | display:block; |
---|
| 36 | float:left; |
---|
| 37 | text-align:left; |
---|
| 38 | } |
---|
| 39 | |
---|
| 40 | #ullist label { float:left; } |
---|
| 41 | |
---|
| 42 | #ullist li table { |
---|
| 43 | margin:0px; |
---|
| 44 | text-align:left; |
---|
| 45 | width:300px; |
---|
| 46 | font-size:80%; |
---|
| 47 | } |
---|
| 48 | |
---|
| 49 | #ullist li tr { vertical-align:top; } |
---|
| 50 | |
---|
| 51 | .content ul.thumbnails span.extendwrap1 { |
---|
| 52 | margin:0px; |
---|
| 53 | cursor:pointer; |
---|
| 54 | overflow:hidden |
---|
| 55 | } |
---|
| 56 | |
---|
| 57 | .is_on, .is_off { |
---|
| 58 | z-index:20; |
---|
| 59 | width:12px; |
---|
| 60 | height:12px; |
---|
| 61 | display:block; |
---|
| 62 | cursor:pointer; |
---|
| 63 | } |
---|
| 64 | |
---|
| 65 | .is_on { background:url(./img/cb_on.png); } |
---|
| 66 | .is_off { background:url(./img/cb_off.png); } |
---|
| 67 | |
---|
| 68 | .icnhelp { |
---|
| 69 | weight:bold; |
---|
| 70 | text-decoration:none; |
---|
| 71 | cursor:help; |
---|
| 72 | } |
---|
| 73 | |
---|
| 74 | .hinthlp { |
---|
| 75 | position:absolute; |
---|
| 76 | max-width:400px; |
---|
| 77 | border:1px solid #000000; |
---|
| 78 | background:#ffffa0; |
---|
| 79 | color:#000000; |
---|
| 80 | top:0px; |
---|
| 81 | left:-450px; |
---|
| 82 | padding:2px; |
---|
| 83 | text-align:justify; |
---|
| 84 | } |
---|
| 85 | |
---|
Note: See
TracBrowser
for help on using the repository browser.