source: extensions/GMaps/gmaps.css @ 7054

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

First commit

File size: 1.2 KB
RevLine 
[7054]1#iHeaderListMaps { width:100%; border:1px solid; border-collapse: collapse; margin-top:3px; }
2#iListMaps { width:100%; border:1px solid; height:280px; border-top:0px; overflow:auto; position:relative; left:-1px;}
3#iListMapsNb { width:99%; text-align:right; margin-bottom:8px; padding:2px; font-size:80%; }
4#iListMaps table, table.listMaps { width:100%; text-align:left; border-collapse: collapse; }
5#iListMaps.roma table tr:hover { cursor:pointer; background:#303030; }
6#iListMaps.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  margin:20px -6px 0 -10px;
44}
Note: See TracBrowser for help on using the repository browser.