source: extensions/GMaps/gmaps.css @ 7128

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

Connect the plugin to the RBuilder component + fixe some small bugs

File size: 1.7 KB
Line 
1#iHeaderListMaps { width:100%; border:1px solid; border-collapse: collapse; margin-top:3px; }
2#iListMaps, #iListAssoc { width:100%; border:1px solid; height:280px; border-top:0px; overflow:auto; position:relative; left:-1px;}
3#iListMapsNb, #iListAssocNb { width:99%; text-align:right; margin-bottom:8px; padding:2px; font-size:80%; }
4#iListMaps table, table.listMaps, #iListAssoc table { width:100%; text-align:left; border-collapse: collapse; }
5#iListMaps.roma table tr:hover, #iListAssoc.roma table tr:hover  { cursor:pointer; background:#303030; }
6#iListMaps.clear table tr:hover, #iListAssoc.clear table tr:hover { cursor:pointer; color: #D54E21; background:#dbe8f3; }
7div.addMap { text-align:left; }
8
9img.pointer, span.pointer, div.pointer { cursor:pointer; }
10
11.error, input.error {
12  background:#FFAAAA;
13  border:1px solid #800000;
14  color:#800000;
15}
16ul.error {
17  min-height:30px;
18  -moz-border-radius:8px;
19  -webkit-border-radius:8px;
20  -khtml-border-radius:8px;
21  border-radius:8px;
22}
23
24.ui-slider {
25  width:708px;
26  height:10px;
27  border-width:1px;
28  border-style:solid;
29  margin-right:5px;
30  padding-right:14px;
31}
32.ui-slider-handle {
33  width:12px;
34  height:12px;
35  position:relative;
36  top:-2px;
37  border-width:1px;
38  border-style:solid;
39  display:block;
40}
41
42#itab2 {
43  border-top:1px solid;
44  margin:25px -6px 0 -10px;
45  padding-top:3px;
46}
47
48#iBDAssocCatId, #iBDAssocMapId {
49  font-family:monospace;
50  font-size:125%;
51}
52
53#iDialogGMapNfo {
54  height:18px;
55  margin:5px 5px 0 60px;
56  text-align:left;
57}
58#iDialogGMapNfo span {
59  position:relative;
60  top:-3px;
61  margin-left:3px;
62}
63#iDialogGMapWaiting {
64  position:absolute;
65  z-index:1500;
66  background:#000000;
67  opacity:0.55;
68  filter:alpha(opacity:55);
69}
Note: See TracBrowser for help on using the repository browser.