source: extensions/GMaps/gmaps.css @ 7132

Last change on this file since 7132 was 7132, checked in by grum, 14 years ago

KML files manager implemented + fixe some small bugs + forgotten file for the search page

File size: 1.8 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#iBDAssocCatId, #iBDAssocMapId {
59  font-family:monospace;
60  font-size:125%;
61}
62
63#iDialogGMapNfo {
64  height:18px;
65  margin:5px 5px 0 60px;
66  text-align:left;
67}
68#iDialogGMapNfo span {
69  position:relative;
70  top:-3px;
71  margin-left:3px;
72}
73#iDialogGMapWaiting {
74  position:absolute;
75  z-index:1500;
76  background:#000000;
77  opacity:0.55;
78  filter:alpha(opacity:55);
79}
Note: See TracBrowser for help on using the repository browser.