[7054] | 1 | #iHeaderListMaps { width:100%; border:1px solid; border-collapse: collapse; margin-top:3px; } |
---|
[7132] | 2 | #iListMaps, #iListAssoc, #iListKml { width:100%; border:1px solid; height:280px; border-top:0px; overflow:auto; position:relative; left:-1px;} |
---|
| 3 | #iListMapsNb, #iListAssocNb, #iListKmlNb { width:99%; text-align:right; margin-bottom:8px; padding:2px; font-size:80%; } |
---|
| 4 | |
---|
| 5 | #iListMaps table, table.listMaps, |
---|
| 6 | #iListAssoc table, |
---|
| 7 | #iListKml table { width:100%; text-align:left; border-collapse: collapse; } |
---|
| 8 | |
---|
| 9 | #iListMaps.roma table tr:hover, |
---|
| 10 | #iListAssoc.roma table tr:hover, |
---|
| 11 | #iListKml.roma table tr:hover { cursor:pointer; background:#303030; } |
---|
| 12 | |
---|
| 13 | #iListMaps.clear table tr:hover, |
---|
| 14 | #iListAssoc.clear table tr:hover, |
---|
| 15 | #iListKml.clear table tr:hover { cursor:pointer; color: #D54E21; background:#dbe8f3; } |
---|
| 16 | |
---|
[7176] | 17 | #iBDAssocCatId { |
---|
| 18 | width:560px; |
---|
| 19 | } |
---|
| 20 | |
---|
[7054] | 21 | div.addMap { text-align:left; } |
---|
| 22 | |
---|
| 23 | img.pointer, span.pointer, div.pointer { cursor:pointer; } |
---|
| 24 | |
---|
| 25 | .error, input.error { |
---|
| 26 | background:#FFAAAA; |
---|
| 27 | border:1px solid #800000; |
---|
| 28 | color:#800000; |
---|
| 29 | } |
---|
| 30 | ul.error { |
---|
| 31 | min-height:30px; |
---|
| 32 | -moz-border-radius:8px; |
---|
| 33 | -webkit-border-radius:8px; |
---|
| 34 | -khtml-border-radius:8px; |
---|
| 35 | border-radius:8px; |
---|
| 36 | } |
---|
| 37 | |
---|
| 38 | .ui-slider { |
---|
| 39 | width:708px; |
---|
| 40 | height:10px; |
---|
| 41 | border-width:1px; |
---|
| 42 | border-style:solid; |
---|
| 43 | margin-right:5px; |
---|
| 44 | padding-right:14px; |
---|
| 45 | } |
---|
| 46 | .ui-slider-handle { |
---|
| 47 | width:12px; |
---|
| 48 | height:12px; |
---|
| 49 | position:relative; |
---|
| 50 | top:-2px; |
---|
| 51 | border-width:1px; |
---|
| 52 | border-style:solid; |
---|
| 53 | display:block; |
---|
| 54 | } |
---|
| 55 | |
---|
| 56 | #itab2 { |
---|
[7125] | 57 | border-top:1px solid; |
---|
| 58 | margin:25px -6px 0 -10px; |
---|
| 59 | padding-top:3px; |
---|
[7054] | 60 | } |
---|
[7125] | 61 | |
---|
[7128] | 62 | #iDialogGMapNfo { |
---|
| 63 | height:18px; |
---|
| 64 | margin:5px 5px 0 60px; |
---|
| 65 | text-align:left; |
---|
| 66 | } |
---|
| 67 | #iDialogGMapNfo span { |
---|
| 68 | position:relative; |
---|
| 69 | top:-3px; |
---|
| 70 | margin-left:3px; |
---|
| 71 | } |
---|
[7308] | 72 | |
---|
| 73 | |
---|
| 74 | div.cfgBloc { |
---|
| 75 | margin-top:10px; |
---|
[7128] | 76 | } |
---|
[7139] | 77 | |
---|
[7141] | 78 | // fix IE8 compatibility bugs from GPC 3.2.0 (fixed in next release) |
---|
| 79 | .formtable, .formtable P { margin-left:0px; } |
---|
| 80 | .tabsheet2 { list-style:none; } |
---|