source: extensions/GMaps/gmaps.css @ 27153

Last change on this file since 27153 was 16011, checked in by grum, 12 years ago

feature:2638- compatibility with Piwigo 2.4

File size: 1.7 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
10
11#iBDAssocCatId {
12  width:560px;
13}
14
15div.addMap { text-align:left; }
16
17img.pointer, span.pointer, div.pointer { cursor:pointer; }
18
19.error, input.error {
20  background:#FFAAAA;
21  border:1px solid #800000;
22  color:#800000;
23}
24ul.error {
25  min-height:30px;
26  -moz-border-radius:8px;
27  -webkit-border-radius:8px;
28  -khtml-border-radius:8px;
29  border-radius:8px;
30}
31
32.ui-slider {
33  width:708px;
34  height:10px;
35  border-width:1px;
36  border-style:solid;
37  margin-right:5px;
38  padding-right:14px;
39}
40.ui-slider-handle {
41  width:12px;
42  height:12px;
43  position:relative;
44  top:-2px;
45  border-width:1px;
46  border-style:solid;
47  display:block;
48}
49
50#itab2 {
51  border-top:1px solid;
52  margin:25px -6px 0 -10px;
53  padding-top:3px;
54}
55
56#iDialogGMapNfo {
57  height:18px;
58  margin:5px 5px 0 60px;
59  text-align:left;
60}
61#iDialogGMapNfo span {
62  position:relative;
63  top:-3px;
64  margin-left:3px;
65}
66
67
68div.cfgBloc {
69  margin-top:10px;
70}
71
72/* fix IE8 compatibility bugs from GPC 3.2.0 (fixed in next release) */
73.formtable, .formtable P { margin-left:0px;  }
74.tabsheet2 { list-style:none; }
75
76.buttonEdit,
77.buttonDelete {
78  width:15px;
79  height:15px;
80  display:inline-block;
81  background:url(./../GrumPluginClasses/icons/buttons.png) no-repeat 0 0 transparent;
82}
Note: See TracBrowser for help on using the repository browser.