Subversion Repository Public Repository

Nextrek

Diff Revisions 1048 vs 1049 for /Web/Smartcharging_search/css/maps-style.css

Diff revisions: vs.
  @@ -27,8 +27,7 @@
27 27 margin-left: 12px;
28 28 padding: 0 11px 0 13px;
29 29 text-overflow: ellipsis;
30 - /*width: 300px;*/
31 - width: 56%;
30 + width: 50%;
32 31 }
33 32
34 33 #pac-input:focus {
  @@ -63,8 +62,6 @@
63 62 outline: none;
64 63 box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
65 64 list-style-type: none;
66 - margin-right: 4em;
67 - /*padding: 0 2em 0em 2em !important;*/
68 65 }
69 66
70 67 .tipologies-list li {
  @@ -85,4 +82,174 @@
85 82
86 83 .tipologies-list p {
87 84 margin: 0;
85 + }
86 +
87 + div#container-list {
88 + top: 10%!important;
89 + left: 1%!important;
90 + }
91 +
92 + p.btn.comment-btn {
93 + background-color: #ebebeb;
94 + }
95 +
96 + p.btn.comment-btn a{
97 + text-decoration: none;
98 + color: black;
99 + }
100 +
101 + div#star {
102 + padding: 0 0em 0 2.5em;
103 + }
104 +
105 + span.glyphicon.glyphicon-star-empty {
106 + font-size: 2em;
107 + padding: 0.4em;
108 + cursor: pointer;
109 + color: #bebebe;
110 + }
111 +
112 + span.glyphicon.glyphicon-ok {
113 + font-size: 1.5em;
114 + padding: 0.2em 0em 0 12em;
115 + cursor: pointer;
116 + color: #bebebe;
117 + }
118 +
119 + .popup {
120 + position: absolute;
121 + max-height: 20em;
122 + top: 13em;
123 + left: 4%;
124 + right: 4%;
125 + background: white;
126 + z-index: 1;
127 + overflow: auto;
128 + }
129 +
130 + .popup-header .close-btn {
131 + cursor: pointer;
132 + float: right;
133 + }
134 +
135 + .lightbox {
136 + position: absolute;
137 + top: 0;
138 + height: 37.7em;
139 + width: 100%;
140 + opacity: 0.7;
141 + background: url("../images/lightbox.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
142 + }
143 +
144 + div.comment {
145 + margin: 1em 0em 3em 1em;
146 + clear: both;
147 + }
148 +
149 + .comment #rating img {
150 + width: 100%;
151 + }
152 +
153 +
154 + .nocomment {
155 + padding: 3em 0 3em 0;
156 + font-size: 2em;
157 + }
158 +
159 + .info-local table.rating-table {
160 + width: 9%;
161 + }
162 +
163 + .info-local h4 {
164 + padding-left: 0.3em;
165 + margin-top: 0;
166 + }
167 +
168 + td.user-info {
169 + padding: 1em;
170 + background-color: #ebebeb;
171 + }
172 +
173 + td.user-comment {
174 + width: 80%;
175 + padding-right: 2em;
176 + }
177 +
178 + .date-comment {
179 + font-size: 0.7em;
180 + }
181 +
182 + img.user-avatar {
183 + width: 5em;
184 + float: left;
185 + margin: 0 0.5em 0 0;
186 + background-color: white;
187 + }
188 +
189 + img.user-avatar-default {
190 + width: 5em;
191 + float: left;
192 + margin: 0 0.5em 0 0;
193 + background-color: white;
194 + }
195 +
196 + .comment table.rating-table {
197 + width: 7em;
198 + }
199 +
200 + .text-comment {
201 + margin: 1.5em 0 1em 0;
202 + }
203 +
204 + h4#secondHeading {
205 + font-size: 1.3em;
206 + }
207 +
208 + .popup-header{
209 + position: absolute;
210 + padding: 1em;
211 + background-color: #ebebeb;
212 + z-index: 1;
213 + top: 7em;
214 + left: 4%;
215 + right: 4%;
216 + }
217 +
218 + .popup-header img {
219 + width: 100%;
220 + }
221 +
222 + .scrollbar
223 + {
224 + float: left;
225 + background: #F5F5F5;
226 + overflow-y: scroll;
227 + margin-bottom: 25px;
228 + }
229 +
230 + .hidden-scroll{
231 + overflow-y: hidden;
232 + }
233 +
234 + .force-overflow
235 + {
236 + min-height: 450px;
237 + }
238 +
239 + .style-scroll::-webkit-scrollbar-track
240 + {
241 + -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
242 + background-color: #F5F5F5;
243 + }
244 +
245 + .style-scroll::-webkit-scrollbar
246 + {
247 + width: 10px;
248 + background-color: #F5F5F5;
249 + }
250 +
251 + .style-scroll::-webkit-scrollbar-thumb
252 + {
253 + background-color: #000000;
254 + border: 2px solid #555555;
88 255 }