source: extensions/Autosize/css/autosize.css @ 19922

Last change on this file since 19922 was 19922, checked in by cljosse, 11 years ago

[extensions] Autosize fix bug chrome

File size: 1.9 KB
Line 
1#bp_img_cla,#icon_gmaps,#bp_cla{
2  height:26px}
3  .actionButtons{
4  overflow:hidden;
5  height:30px
6 }
7
8  #theImage {
9  text-align:none
10   }
11#theImage img{ 
12 
13 
14 
15}
16
17
18body {
19
20}
21#bp_cla {
22  vertical-align: middle;
23  text-align: center;
24}
25#the_page {
26
27   
28}
29#mapPicture{
30top:40% ;
31
32}
33#imageHeaderBar {
34
35   
36}
37#navThumbNext, #navThumbPrev{ 
38
39 
40}
41
42#theImageAndInfos, #theImageAndTitle {
43
44
45}
46#content {
47
48}
49
50#theImage {
51  overflow: hidden;
52}
53
54#imageInfos{ 
55overflow:hidden ;
56 
57
58 }
59
60#imageInfoBar {
61
62}
63#thePicturePage{
64
65}
66#menubar{
67
68
69}
70
71#form_autosize_picture{
72position:absolute; 
73}
74
75 #theImage{height:auto }
76 .licencetag{
77 
78
79 } 
80
81#debug {
82  background-color: #FFFFCC;
83  color: #003300;
84}
85#Debug0 {
86  align: center;
87  color: black;
88/*  z-index: 2000;*/
89  position: absolute;
90  background-color: Beige;
91  top: 0px;
92  left: 0px;
93  width: 800px;
94  margin: auto;
95}
96#Debug1 {
97  align: center;
98  color: black;
99/*  z-index: 2000;*/
100  position: absolute;
101  background-color: Beige;
102  top: 0px;
103  left: 0px;
104  width: 800px;
105  margin: auto;
106}
107
108
109#Debug2 {
110  align: center;
111  color: black;
112 /*  z-index: 2000;*/
113  position: absolute;
114  background-color: yellow;
115  top: 0px;
116  left: 0px;
117  width: 800px;
118  margin: auto;
119}
120#Debug3 {
121  align: center;
122  color: #FFFFFF;
123/*  z-index: 2000;*/
124  position: absolute;
125  background-color: blue;
126  top: 0px;
127  left: 0px;
128  width: 800px;
129  margin: auto;
130}
131#Debug4 {
132  align: center;
133  color: #CCFF33;
134 
135/*  z-index: 2000;*/
136  background-color: green;
137  top: 0px;
138  left: 0px;
139  width: 800px;
140  margin: auto;
141}
142
143
144#Debug5 {
145  align: center;
146/*  z-index: 2000;*/
147  z-index: 2000;
148  position: absolute;
149  background-color: red;
150  top: 100px;
151  left: 0px;
152  width: 300px;
153  margin: auto;
154}
155#Debug6 {
156  align: center;
157  display: none;
158}
Note: See TracBrowser for help on using the repository browser.