source: extensions/GMaps/gmaps.css @ 7140

Last change on this file since 7140 was 7139, checked in by grum, 13 years ago

add marker style management + minor bugs fixed

File size: 2.1 KB
Line 
1#iHeaderListMaps { width:100%; border:1px solid; border-collapse: collapse; margin-top:3px; }
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
17div.addMap { text-align:left; }
18
19img.pointer, span.pointer, div.pointer { cursor:pointer; }
20
21.error, input.error {
22  background:#FFAAAA;
23  border:1px solid #800000;
24  color:#800000;
25}
26ul.error {
27  min-height:30px;
28  -moz-border-radius:8px;
29  -webkit-border-radius:8px;
30  -khtml-border-radius:8px;
31  border-radius:8px;
32}
33
34.ui-slider {
35  width:708px;
36  height:10px;
37  border-width:1px;
38  border-style:solid;
39  margin-right:5px;
40  padding-right:14px;
41}
42.ui-slider-handle {
43  width:12px;
44  height:12px;
45  position:relative;
46  top:-2px;
47  border-width:1px;
48  border-style:solid;
49  display:block;
50}
51
52#itab2 {
53  border-top:1px solid;
54  margin:25px -6px 0 -10px;
55  padding-top:3px;
56}
57
58#iDialogGMapNfo {
59  height:18px;
60  margin:5px 5px 0 60px;
61  text-align:left;
62}
63#iDialogGMapNfo span {
64  position:relative;
65  top:-3px;
66  margin-left:3px;
67}
68#iDialogGMapWaiting {
69  position:absolute;
70  z-index:1500;
71  background:#000000;
72  opacity:0.55;
73  filter:alpha(opacity:55);
74}
75#iBDAssocIcon, #iBDAssocIcon option {
76  height:34px;
77  background-repeat:no-repeat;
78  background-position:2px 2px;
79}
80#iBDAssocIcon {
81  width:75px;
82  padding-left:50px;
83}
84#iBDAssocIcon option {
85  width:75px;
86}
87
88#iBDAssocMarker, #iBDAssocMarker option {
89  background-position:2px 2px;
90  background-repeat:no-repeat;
91  height:40px;
92}
93#iBDAssocMarker {
94  width:60px;
95  padding-left:40px;
96}
97#iBDAssocMarker option {
98  width:40px;
99}
Note: See TracBrowser for help on using the repository browser.