Version Description
Download this release
Release Info
Developer | dlocc |
Plugin | Maps Builder – Google Maps Plugin |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- LICENSE.txt +339 -0
- README.txt +112 -0
- admin/assets/css/admin-settings.css +196 -0
- admin/assets/css/admin-settings.min.css +1 -0
- admin/assets/css/admin-widget.css +459 -0
- admin/assets/css/admin-widget.min.css +1 -0
- admin/assets/css/admin.css +687 -0
- admin/assets/css/admin.min.css +1 -0
- admin/assets/css/grid.css +890 -0
- admin/assets/css/grid.min.css +1 -0
- admin/assets/css/index.php +1 -0
- admin/assets/img/arrows.png +0 -0
- admin/assets/img/help.png +0 -0
- admin/assets/img/icons-app-000.svg +56 -0
- admin/assets/img/icons-infowindow-002.svg +111 -0
- admin/assets/img/marker-btn.png +0 -0
- admin/assets/img/new-window-icon.png +0 -0
- admin/assets/img/powered-by-google-on-white.png +0 -0
- admin/assets/img/spinner.gif +0 -0
- admin/assets/img/wordimpress-logo-small.png +0 -0
- admin/assets/js/admin-google-map.min.js +1 -0
- admin/assets/js/admin-settings.js +53 -0
- admin/assets/js/admin-settings.min.js +1 -0
- admin/assets/js/admin-widget.js +267 -0
- admin/assets/js/admin-widget.min.js +1 -0
- admin/assets/js/index.php +1 -0
- admin/class-wordpress-google-maps-admin.php +758 -0
- admin/class-wordpress-google-maps-settings.php +422 -0
- admin/includes/index.php +1 -0
- admin/includes/tooltips/jquery.qtip.css +513 -0
- admin/includes/tooltips/jquery.qtip.js +3302 -0
- admin/includes/tooltips/jquery.qtip.min.css +2 -0
- admin/includes/tooltips/jquery.qtip.min.js +5 -0
- admin/includes/tooltips/jquery.qtip.min.map +1 -0
- admin/views/admin-widget.php +61 -0
- admin/views/index.php +1 -0
- admin/views/logo-svg-small.php +33 -0
- admin/views/logo-svg.php +34 -0
- admin/views/markers.php +224 -0
- admin/views/settings-page.php +86 -0
- admin/views/social-media.php +45 -0
- admin/views/tab-general-settings.php +28 -0
- admin/views/tab-map-options.php +31 -0
- google-maps-builder.php +64 -0
- includes/assets/css/index.php +1 -0
- includes/assets/img/loading.GIF +0 -0
- includes/assets/img/review_stars.png +0 -0
- includes/assets/index.php +1 -0
- includes/assets/js/index.php +1 -0
- includes/index.php +1 -0
- includes/map-icons/README.md +118 -0
- includes/map-icons/css/map-icons.css +568 -0
- includes/map-icons/demo.html +124 -0
- includes/map-icons/fonts/map-icons.dev.svg +1394 -0
- includes/map-icons/fonts/map-icons.eot +0 -0
- includes/map-icons/fonts/map-icons.svg +1394 -0
- includes/map-icons/fonts/map-icons.ttf +0 -0
- includes/map-icons/fonts/map-icons.woff +0 -0
- includes/map-icons/js/map-icons-ie7.js +203 -0
- includes/map-icons/js/map-icons.js +99 -0
- includes/map-icons/js/map-icons.min.js +7 -0
- includes/metabox/example-functions.php +413 -0
- includes/metabox/helpers/cmb_Meta_Box_Sanitize.php +346 -0
- includes/metabox/helpers/cmb_Meta_Box_Show_Filters.php +105 -0
- includes/metabox/helpers/cmb_Meta_Box_ajax.php +203 -0
- includes/metabox/helpers/cmb_Meta_Box_field.php +478 -0
- includes/metabox/helpers/cmb_Meta_Box_types.php +791 -0
- includes/metabox/images/ico-delete.png +0 -0
- includes/metabox/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- includes/metabox/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- includes/metabox/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- includes/metabox/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- includes/metabox/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- includes/metabox/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- includes/metabox/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- includes/metabox/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- includes/metabox/images/ui-icons_222222_256x240.png +0 -0
- includes/metabox/images/ui-icons_2e83ff_256x240.png +0 -0
- includes/metabox/images/ui-icons_454545_256x240.png +0 -0
- includes/metabox/images/ui-icons_888888_256x240.png +0 -0
- includes/metabox/images/ui-icons_cd0a0a_256x240.png +0 -0
- includes/metabox/init.php +1164 -0
- includes/metabox/js/cmb.js +209 -0
LICENSE.txt
ADDED
@@ -0,0 +1,339 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
GNU GENERAL PUBLIC LICENSE
|
2 |
+
Version 2, June 1991
|
3 |
+
|
4 |
+
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
5 |
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
6 |
+
Everyone is permitted to copy and distribute verbatim copies
|
7 |
+
of this license document, but changing it is not allowed.
|
8 |
+
|
9 |
+
Preamble
|
10 |
+
|
11 |
+
The licenses for most software are designed to take away your
|
12 |
+
freedom to share and change it. By contrast, the GNU General Public
|
13 |
+
License is intended to guarantee your freedom to share and change free
|
14 |
+
software--to make sure the software is free for all its users. This
|
15 |
+
General Public License applies to most of the Free Software
|
16 |
+
Foundation's software and to any other program whose authors commit to
|
17 |
+
using it. (Some other Free Software Foundation software is covered by
|
18 |
+
the GNU Lesser General Public License instead.) You can apply it to
|
19 |
+
your programs, too.
|
20 |
+
|
21 |
+
When we speak of free software, we are referring to freedom, not
|
22 |
+
price. Our General Public Licenses are designed to make sure that you
|
23 |
+
have the freedom to distribute copies of free software (and charge for
|
24 |
+
this service if you wish), that you receive source code or can get it
|
25 |
+
if you want it, that you can change the software or use pieces of it
|
26 |
+
in new free programs; and that you know you can do these things.
|
27 |
+
|
28 |
+
To protect your rights, we need to make restrictions that forbid
|
29 |
+
anyone to deny you these rights or to ask you to surrender the rights.
|
30 |
+
These restrictions translate to certain responsibilities for you if you
|
31 |
+
distribute copies of the software, or if you modify it.
|
32 |
+
|
33 |
+
For example, if you distribute copies of such a program, whether
|
34 |
+
gratis or for a fee, you must give the recipients all the rights that
|
35 |
+
you have. You must make sure that they, too, receive or can get the
|
36 |
+
source code. And you must show them these terms so they know their
|
37 |
+
rights.
|
38 |
+
|
39 |
+
We protect your rights with two steps: (1) copyright the software, and
|
40 |
+
(2) offer you this license which gives you legal permission to copy,
|
41 |
+
distribute and/or modify the software.
|
42 |
+
|
43 |
+
Also, for each author's protection and ours, we want to make certain
|
44 |
+
that everyone understands that there is no warranty for this free
|
45 |
+
software. If the software is modified by someone else and passed on, we
|
46 |
+
want its recipients to know that what they have is not the original, so
|
47 |
+
that any problems introduced by others will not reflect on the original
|
48 |
+
authors' reputations.
|
49 |
+
|
50 |
+
Finally, any free program is threatened constantly by software
|
51 |
+
patents. We wish to avoid the danger that redistributors of a free
|
52 |
+
program will individually obtain patent licenses, in effect making the
|
53 |
+
program proprietary. To prevent this, we have made it clear that any
|
54 |
+
patent must be licensed for everyone's free use or not licensed at all.
|
55 |
+
|
56 |
+
The precise terms and conditions for copying, distribution and
|
57 |
+
modification follow.
|
58 |
+
|
59 |
+
GNU GENERAL PUBLIC LICENSE
|
60 |
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
61 |
+
|
62 |
+
0. This License applies to any program or other work which contains
|
63 |
+
a notice placed by the copyright holder saying it may be distributed
|
64 |
+
under the terms of this General Public License. The "Program", below,
|
65 |
+
refers to any such program or work, and a "work based on the Program"
|
66 |
+
means either the Program or any derivative work under copyright law:
|
67 |
+
that is to say, a work containing the Program or a portion of it,
|
68 |
+
either verbatim or with modifications and/or translated into another
|
69 |
+
language. (Hereinafter, translation is included without limitation in
|
70 |
+
the term "modification".) Each licensee is addressed as "you".
|
71 |
+
|
72 |
+
Activities other than copying, distribution and modification are not
|
73 |
+
covered by this License; they are outside its scope. The act of
|
74 |
+
running the Program is not restricted, and the output from the Program
|
75 |
+
is covered only if its contents constitute a work based on the
|
76 |
+
Program (independent of having been made by running the Program).
|
77 |
+
Whether that is true depends on what the Program does.
|
78 |
+
|
79 |
+
1. You may copy and distribute verbatim copies of the Program's
|
80 |
+
source code as you receive it, in any medium, provided that you
|
81 |
+
conspicuously and appropriately publish on each copy an appropriate
|
82 |
+
copyright notice and disclaimer of warranty; keep intact all the
|
83 |
+
notices that refer to this License and to the absence of any warranty;
|
84 |
+
and give any other recipients of the Program a copy of this License
|
85 |
+
along with the Program.
|
86 |
+
|
87 |
+
You may charge a fee for the physical act of transferring a copy, and
|
88 |
+
you may at your option offer warranty protection in exchange for a fee.
|
89 |
+
|
90 |
+
2. You may modify your copy or copies of the Program or any portion
|
91 |
+
of it, thus forming a work based on the Program, and copy and
|
92 |
+
distribute such modifications or work under the terms of Section 1
|
93 |
+
above, provided that you also meet all of these conditions:
|
94 |
+
|
95 |
+
a) You must cause the modified files to carry prominent notices
|
96 |
+
stating that you changed the files and the date of any change.
|
97 |
+
|
98 |
+
b) You must cause any work that you distribute or publish, that in
|
99 |
+
whole or in part contains or is derived from the Program or any
|
100 |
+
part thereof, to be licensed as a whole at no charge to all third
|
101 |
+
parties under the terms of this License.
|
102 |
+
|
103 |
+
c) If the modified program normally reads commands interactively
|
104 |
+
when run, you must cause it, when started running for such
|
105 |
+
interactive use in the most ordinary way, to print or display an
|
106 |
+
announcement including an appropriate copyright notice and a
|
107 |
+
notice that there is no warranty (or else, saying that you provide
|
108 |
+
a warranty) and that users may redistribute the program under
|
109 |
+
these conditions, and telling the user how to view a copy of this
|
110 |
+
License. (Exception: if the Program itself is interactive but
|
111 |
+
does not normally print such an announcement, your work based on
|
112 |
+
the Program is not required to print an announcement.)
|
113 |
+
|
114 |
+
These requirements apply to the modified work as a whole. If
|
115 |
+
identifiable sections of that work are not derived from the Program,
|
116 |
+
and can be reasonably considered independent and separate works in
|
117 |
+
themselves, then this License, and its terms, do not apply to those
|
118 |
+
sections when you distribute them as separate works. But when you
|
119 |
+
distribute the same sections as part of a whole which is a work based
|
120 |
+
on the Program, the distribution of the whole must be on the terms of
|
121 |
+
this License, whose permissions for other licensees extend to the
|
122 |
+
entire whole, and thus to each and every part regardless of who wrote it.
|
123 |
+
|
124 |
+
Thus, it is not the intent of this section to claim rights or contest
|
125 |
+
your rights to work written entirely by you; rather, the intent is to
|
126 |
+
exercise the right to control the distribution of derivative or
|
127 |
+
collective works based on the Program.
|
128 |
+
|
129 |
+
In addition, mere aggregation of another work not based on the Program
|
130 |
+
with the Program (or with a work based on the Program) on a volume of
|
131 |
+
a storage or distribution medium does not bring the other work under
|
132 |
+
the scope of this License.
|
133 |
+
|
134 |
+
3. You may copy and distribute the Program (or a work based on it,
|
135 |
+
under Section 2) in object code or executable form under the terms of
|
136 |
+
Sections 1 and 2 above provided that you also do one of the following:
|
137 |
+
|
138 |
+
a) Accompany it with the complete corresponding machine-readable
|
139 |
+
source code, which must be distributed under the terms of Sections
|
140 |
+
1 and 2 above on a medium customarily used for software interchange; or,
|
141 |
+
|
142 |
+
b) Accompany it with a written offer, valid for at least three
|
143 |
+
years, to give any third party, for a charge no more than your
|
144 |
+
cost of physically performing source distribution, a complete
|
145 |
+
machine-readable copy of the corresponding source code, to be
|
146 |
+
distributed under the terms of Sections 1 and 2 above on a medium
|
147 |
+
customarily used for software interchange; or,
|
148 |
+
|
149 |
+
c) Accompany it with the information you received as to the offer
|
150 |
+
to distribute corresponding source code. (This alternative is
|
151 |
+
allowed only for noncommercial distribution and only if you
|
152 |
+
received the program in object code or executable form with such
|
153 |
+
an offer, in accord with Subsection b above.)
|
154 |
+
|
155 |
+
The source code for a work means the preferred form of the work for
|
156 |
+
making modifications to it. For an executable work, complete source
|
157 |
+
code means all the source code for all modules it contains, plus any
|
158 |
+
associated interface definition files, plus the scripts used to
|
159 |
+
control compilation and installation of the executable. However, as a
|
160 |
+
special exception, the source code distributed need not include
|
161 |
+
anything that is normally distributed (in either source or binary
|
162 |
+
form) with the major components (compiler, kernel, and so on) of the
|
163 |
+
operating system on which the executable runs, unless that component
|
164 |
+
itself accompanies the executable.
|
165 |
+
|
166 |
+
If distribution of executable or object code is made by offering
|
167 |
+
access to copy from a designated place, then offering equivalent
|
168 |
+
access to copy the source code from the same place counts as
|
169 |
+
distribution of the source code, even though third parties are not
|
170 |
+
compelled to copy the source along with the object code.
|
171 |
+
|
172 |
+
4. You may not copy, modify, sublicense, or distribute the Program
|
173 |
+
except as expressly provided under this License. Any attempt
|
174 |
+
otherwise to copy, modify, sublicense or distribute the Program is
|
175 |
+
void, and will automatically terminate your rights under this License.
|
176 |
+
However, parties who have received copies, or rights, from you under
|
177 |
+
this License will not have their licenses terminated so long as such
|
178 |
+
parties remain in full compliance.
|
179 |
+
|
180 |
+
5. You are not required to accept this License, since you have not
|
181 |
+
signed it. However, nothing else grants you permission to modify or
|
182 |
+
distribute the Program or its derivative works. These actions are
|
183 |
+
prohibited by law if you do not accept this License. Therefore, by
|
184 |
+
modifying or distributing the Program (or any work based on the
|
185 |
+
Program), you indicate your acceptance of this License to do so, and
|
186 |
+
all its terms and conditions for copying, distributing or modifying
|
187 |
+
the Program or works based on it.
|
188 |
+
|
189 |
+
6. Each time you redistribute the Program (or any work based on the
|
190 |
+
Program), the recipient automatically receives a license from the
|
191 |
+
original licensor to copy, distribute or modify the Program subject to
|
192 |
+
these terms and conditions. You may not impose any further
|
193 |
+
restrictions on the recipients' exercise of the rights granted herein.
|
194 |
+
You are not responsible for enforcing compliance by third parties to
|
195 |
+
this License.
|
196 |
+
|
197 |
+
7. If, as a consequence of a court judgment or allegation of patent
|
198 |
+
infringement or for any other reason (not limited to patent issues),
|
199 |
+
conditions are imposed on you (whether by court order, agreement or
|
200 |
+
otherwise) that contradict the conditions of this License, they do not
|
201 |
+
excuse you from the conditions of this License. If you cannot
|
202 |
+
distribute so as to satisfy simultaneously your obligations under this
|
203 |
+
License and any other pertinent obligations, then as a consequence you
|
204 |
+
may not distribute the Program at all. For example, if a patent
|
205 |
+
license would not permit royalty-free redistribution of the Program by
|
206 |
+
all those who receive copies directly or indirectly through you, then
|
207 |
+
the only way you could satisfy both it and this License would be to
|
208 |
+
refrain entirely from distribution of the Program.
|
209 |
+
|
210 |
+
If any portion of this section is held invalid or unenforceable under
|
211 |
+
any particular circumstance, the balance of the section is intended to
|
212 |
+
apply and the section as a whole is intended to apply in other
|
213 |
+
circumstances.
|
214 |
+
|
215 |
+
It is not the purpose of this section to induce you to infringe any
|
216 |
+
patents or other property right claims or to contest validity of any
|
217 |
+
such claims; this section has the sole purpose of protecting the
|
218 |
+
integrity of the free software distribution system, which is
|
219 |
+
implemented by public license practices. Many people have made
|
220 |
+
generous contributions to the wide range of software distributed
|
221 |
+
through that system in reliance on consistent application of that
|
222 |
+
system; it is up to the author/donor to decide if he or she is willing
|
223 |
+
to distribute software through any other system and a licensee cannot
|
224 |
+
impose that choice.
|
225 |
+
|
226 |
+
This section is intended to make thoroughly clear what is believed to
|
227 |
+
be a consequence of the rest of this License.
|
228 |
+
|
229 |
+
8. If the distribution and/or use of the Program is restricted in
|
230 |
+
certain countries either by patents or by copyrighted interfaces, the
|
231 |
+
original copyright holder who places the Program under this License
|
232 |
+
may add an explicit geographical distribution limitation excluding
|
233 |
+
those countries, so that distribution is permitted only in or among
|
234 |
+
countries not thus excluded. In such case, this License incorporates
|
235 |
+
the limitation as if written in the body of this License.
|
236 |
+
|
237 |
+
9. The Free Software Foundation may publish revised and/or new versions
|
238 |
+
of the General Public License from time to time. Such new versions will
|
239 |
+
be similar in spirit to the present version, but may differ in detail to
|
240 |
+
address new problems or concerns.
|
241 |
+
|
242 |
+
Each version is given a distinguishing version number. If the Program
|
243 |
+
specifies a version number of this License which applies to it and "any
|
244 |
+
later version", you have the option of following the terms and conditions
|
245 |
+
either of that version or of any later version published by the Free
|
246 |
+
Software Foundation. If the Program does not specify a version number of
|
247 |
+
this License, you may choose any version ever published by the Free Software
|
248 |
+
Foundation.
|
249 |
+
|
250 |
+
10. If you wish to incorporate parts of the Program into other free
|
251 |
+
programs whose distribution conditions are different, write to the author
|
252 |
+
to ask for permission. For software which is copyrighted by the Free
|
253 |
+
Software Foundation, write to the Free Software Foundation; we sometimes
|
254 |
+
make exceptions for this. Our decision will be guided by the two goals
|
255 |
+
of preserving the free status of all derivatives of our free software and
|
256 |
+
of promoting the sharing and reuse of software generally.
|
257 |
+
|
258 |
+
NO WARRANTY
|
259 |
+
|
260 |
+
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
261 |
+
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
262 |
+
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
263 |
+
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
264 |
+
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
265 |
+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
266 |
+
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
267 |
+
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
268 |
+
REPAIR OR CORRECTION.
|
269 |
+
|
270 |
+
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
271 |
+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
272 |
+
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
273 |
+
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
274 |
+
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
275 |
+
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
276 |
+
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
277 |
+
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
278 |
+
POSSIBILITY OF SUCH DAMAGES.
|
279 |
+
|
280 |
+
END OF TERMS AND CONDITIONS
|
281 |
+
|
282 |
+
How to Apply These Terms to Your New Programs
|
283 |
+
|
284 |
+
If you develop a new program, and you want it to be of the greatest
|
285 |
+
possible use to the public, the best way to achieve this is to make it
|
286 |
+
free software which everyone can redistribute and change under these terms.
|
287 |
+
|
288 |
+
To do so, attach the following notices to the program. It is safest
|
289 |
+
to attach them to the start of each source file to most effectively
|
290 |
+
convey the exclusion of warranty; and each file should have at least
|
291 |
+
the "copyright" line and a pointer to where the full notice is found.
|
292 |
+
|
293 |
+
<one line to give the program's name and a brief idea of what it does.>
|
294 |
+
Copyright (C) <year> <name of author>
|
295 |
+
|
296 |
+
This program is free software; you can redistribute it and/or modify
|
297 |
+
it under the terms of the GNU General Public License as published by
|
298 |
+
the Free Software Foundation; either version 2 of the License, or
|
299 |
+
(at your option) any later version.
|
300 |
+
|
301 |
+
This program is distributed in the hope that it will be useful,
|
302 |
+
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
303 |
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
304 |
+
GNU General Public License for more details.
|
305 |
+
|
306 |
+
You should have received a copy of the GNU General Public License along
|
307 |
+
with this program; if not, write to the Free Software Foundation, Inc.,
|
308 |
+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
309 |
+
|
310 |
+
Also add information on how to contact you by electronic and paper mail.
|
311 |
+
|
312 |
+
If the program is interactive, make it output a short notice like this
|
313 |
+
when it starts in an interactive mode:
|
314 |
+
|
315 |
+
Gnomovision version 69, Copyright (C) year name of author
|
316 |
+
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
317 |
+
This is free software, and you are welcome to redistribute it
|
318 |
+
under certain conditions; type `show c' for details.
|
319 |
+
|
320 |
+
The hypothetical commands `show w' and `show c' should show the appropriate
|
321 |
+
parts of the General Public License. Of course, the commands you use may
|
322 |
+
be called something other than `show w' and `show c'; they could even be
|
323 |
+
mouse-clicks or menu items--whatever suits your program.
|
324 |
+
|
325 |
+
You should also get your employer (if you work as a programmer) or your
|
326 |
+
school, if any, to sign a "copyright disclaimer" for the program, if
|
327 |
+
necessary. Here is a sample; alter the names:
|
328 |
+
|
329 |
+
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
330 |
+
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
331 |
+
|
332 |
+
<signature of Ty Coon>, 1 April 1989
|
333 |
+
Ty Coon, President of Vice
|
334 |
+
|
335 |
+
This General Public License does not permit incorporating your program into
|
336 |
+
proprietary programs. If your program is a subroutine library, you may
|
337 |
+
consider it more useful to permit linking proprietary applications with the
|
338 |
+
library. If this is what you want to do, use the GNU Lesser General
|
339 |
+
Public License instead of this License.
|
README.txt
ADDED
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== Google Maps Builder ===
|
2 |
+
Contributors: dlocc, wordimpress
|
3 |
+
Donate link: http://wordimpress.com/
|
4 |
+
Tags: google maps, google map, google map widget, google map shortcode, maps, map, wp map, wp google maps, google maps directions, google maps builder, google maps plugin, google places, google places api, google maps api, google places reviews
|
5 |
+
Requires at least: 3.6
|
6 |
+
Tested up to: 3.9
|
7 |
+
Stable tag: 1.0.0
|
8 |
+
License: GPLv2 or later
|
9 |
+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
+
|
11 |
+
One Google Maps plugin to rule them all. Google Maps Builder is intuitive, sleek, powerful and easy to use. Forget the rest, use the best.
|
12 |
+
|
13 |
+
== Description ==
|
14 |
+
|
15 |
+
Google Maps Builder isn't just another Google Maps plugin. It's built from the ground up to be the easiest, most intuitive and fastest Google Maps plugin for WordPress. Visually build powerfule customized Google Maps to use on your WordPress site quickly and easily without ever having to touch a bit of code.
|
16 |
+
|
17 |
+
= Plugin highlights: =
|
18 |
+
|
19 |
+
* **Google Places API integration** to display business ratings and nearby points of interest
|
20 |
+
* **Snazzy Maps integration** for truly unique Google Map themes that look great with any design
|
21 |
+
* **Unique Marker Icons** The only plugin with [Map Icons](map-icons.com) integration; set icon and marker colors for truly unique markers
|
22 |
+
* **Intuitive UI** that seamlessly integrates with WordPress' - no eye sores or outdated interfaces here
|
23 |
+
* **Small Footprint** - GMB does not create any new database tables, not even one
|
24 |
+
* **Optimized** - All scripts and styles are optimized and packaged with Grunt
|
25 |
+
* **No notices or warnings** We developed this plugins in debug mode. This results in high quality plugins with no errors, warnings or notices.
|
26 |
+
|
27 |
+
= Marker Creation =
|
28 |
+
|
29 |
+
Google Maps builder features a simple **"Point and Click" marker creation system**. As well, you can add markers using an intuitive Google autocomplete search field. As well, **Bulk edit marker data ** using meta fields attached to each marker's content.
|
30 |
+
|
31 |
+
= Map Themes =
|
32 |
+
|
33 |
+
Want to add some pazazz to your maps? [Snazzy Maps](http://snazzymaps.com/) themes are baked right in to Google Map Builder. This means your maps can stand out, fit into any design, and look unique and intriguing.
|
34 |
+
|
35 |
+
|
36 |
+
|
37 |
+
== Installation ==
|
38 |
+
|
39 |
+
This section describes how to install the plugin and get it working.
|
40 |
+
|
41 |
+
= Using The WordPress Dashboard =
|
42 |
+
|
43 |
+
1. Navigate to the 'Add New' in the plugins dashboard
|
44 |
+
2. Search for 'Google Maps Builder'
|
45 |
+
3. Click 'Install Now'
|
46 |
+
4. Activate the plugin on the Plugin dashboard
|
47 |
+
|
48 |
+
= Uploading in WordPress Dashboard =
|
49 |
+
|
50 |
+
1. Navigate to the 'Add New' in the plugins dashboard
|
51 |
+
2. Navigate to the 'Upload' area
|
52 |
+
3. Select `google-maps-builder.zip` from your computer
|
53 |
+
4. Click 'Install Now'
|
54 |
+
5. Activate the plugin in the Plugin dashboard
|
55 |
+
|
56 |
+
= Using FTP =
|
57 |
+
|
58 |
+
1. Download `google-maps-builder.zip`
|
59 |
+
2. Extract the `google-maps-builder` directory to your computer
|
60 |
+
3. Upload the `google-maps-builder` directory to the `/wp-content/plugins/` directory
|
61 |
+
4. Activate the plugin in the Plugin dashboard
|
62 |
+
|
63 |
+
== Frequently Asked Questions ==
|
64 |
+
|
65 |
+
1. What sets this plugin apart from all the other Google Maps plugins for WordPress?
|
66 |
+
|
67 |
+
There are many features and functionality that set Google Maps Builder apart. The plugin is built from the ground up to be easy and fun to use. We've placed extra care and attention on the map creation process. The admin UI integrates seamlessly with WordPress without adding and distracting visuals. Built in integration with Google Places means you can display various points of interest next to your markers for added value.
|
68 |
+
|
69 |
+
There is really a lot more that distinguishes GMB, but you should see for yourself. Give it a try!
|
70 |
+
|
71 |
+
2. Does this plugin create any new database tables?
|
72 |
+
|
73 |
+
Unlike other Google Maps plugins, Google Maps Builder does not create a single new table in your WordPress database. There is no added database overhead or foreign MySQL queries. It's our guarantee that this plugin will never leave an orphaned table in your WordPress account.
|
74 |
+
|
75 |
+
|
76 |
+
== Roadmap ==
|
77 |
+
|
78 |
+
Here is what we are working on for future releases:
|
79 |
+
|
80 |
+
* Maps Widget - Build in a widget to output Google Maps
|
81 |
+
* Custom Map Marker Images - Ability to upload your own map marker images
|
82 |
+
* Map Icons: Fix maps icon overlap issue when they are bunched in an area (zIndex issue)
|
83 |
+
* Admin JS i18n - Please contact us at info@wordimpress.com to volunteer for translating!
|
84 |
+
* Public JS i18n - Please contact us at info@wordimpress.com to volunteer for translating!
|
85 |
+
* Google Places - Add the ability to remove place information
|
86 |
+
* Google Places - Pagination for markers, the ability to set number of markers
|
87 |
+
* Google Places - Customize the individual place markers
|
88 |
+
* Markers - Add the ability to drag markers to new positions (lat, lng) in builder.
|
89 |
+
* Info Window - Add a WYSIWYG editor? Possible complications with this.
|
90 |
+
|
91 |
+
Bug Fixes
|
92 |
+
|
93 |
+
* Info Window - FOUC: Investigate why sometimes pointer tip of info window flashes before it opens (mainly Chrome)
|
94 |
+
* Chrome - Look into while map tiles have strange lines in between
|
95 |
+
* Firefox - Clicking on a marker to open the same info window creates content overflow
|
96 |
+
|
97 |
+
== Screenshots ==
|
98 |
+
|
99 |
+
1. **Google Map Builder** - A view of the single map view in the WordPress admin panel. Notice the autocomplete search field and "Drop a Marker" button.
|
100 |
+
|
101 |
+
2. **Editable Marker** - Customize the content of the map markers directly in the builder. Built to mock Google's own Maps Engine.
|
102 |
+
|
103 |
+
3. **Custom Markers** - Configure a marker to fit your location. Easily adjust the marker, icon and color.
|
104 |
+
|
105 |
+
4. **Frontend View** - A view the a map on the frontend of a WordPress site using the TwentyTwelve theme. This map displays various Google Places.
|
106 |
+
|
107 |
+
5. **Settings Panel** - Adjust the various plugin settings using a UI that is built using WordPress' own styles.
|
108 |
+
|
109 |
+
== Changelog ==
|
110 |
+
|
111 |
+
= 1.0 =
|
112 |
+
* Plugin released. Yay!
|
admin/assets/css/admin-settings.css
ADDED
@@ -0,0 +1,196 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Google Places Map CPT Styles
|
3 |
+
*/
|
4 |
+
|
5 |
+
.wrap {
|
6 |
+
margin-left: -5px;
|
7 |
+
}
|
8 |
+
|
9 |
+
.clear:before,
|
10 |
+
.clear:after {
|
11 |
+
content: " ";
|
12 |
+
display: table;
|
13 |
+
}
|
14 |
+
|
15 |
+
.clear:after {
|
16 |
+
clear: both;
|
17 |
+
}
|
18 |
+
|
19 |
+
table.form-table {
|
20 |
+
margin:0 0 20px;
|
21 |
+
}
|
22 |
+
|
23 |
+
/*---------------------------
|
24 |
+
Header
|
25 |
+
-----------------------------*/
|
26 |
+
|
27 |
+
.main-heading {
|
28 |
+
font-size: 36px;
|
29 |
+
font-weight: 400;
|
30 |
+
line-height: 1.1em;
|
31 |
+
margin: 10px 0 20px;
|
32 |
+
}
|
33 |
+
|
34 |
+
.main-subheading {
|
35 |
+
font-size: 20px;
|
36 |
+
line-height: 1.4em;
|
37 |
+
}
|
38 |
+
|
39 |
+
.logo-svg {
|
40 |
+
margin: 15px 0 0;
|
41 |
+
}
|
42 |
+
|
43 |
+
.logo-svg.logo-svg-small {
|
44 |
+
float: right;
|
45 |
+
margin: 0;
|
46 |
+
}
|
47 |
+
|
48 |
+
.gmb-plugin-heading {
|
49 |
+
width: 170px;
|
50 |
+
float: left;
|
51 |
+
margin: 9px 0 0;
|
52 |
+
}
|
53 |
+
|
54 |
+
.new-window {
|
55 |
+
background: url('../img/new-window-icon.png') no-repeat right 5px transparent;
|
56 |
+
padding-right: 13px;
|
57 |
+
margin-right: 4px;
|
58 |
+
}
|
59 |
+
|
60 |
+
/* Social Media */
|
61 |
+
|
62 |
+
.social-items-wrap {
|
63 |
+
float: left;
|
64 |
+
}
|
65 |
+
|
66 |
+
.social-items-wrap > div {
|
67 |
+
display: inline-block;
|
68 |
+
}
|
69 |
+
|
70 |
+
.google-plus {
|
71 |
+
margin-left: 20px;
|
72 |
+
display: inline;
|
73 |
+
width: 150px;
|
74 |
+
}
|
75 |
+
|
76 |
+
.wordimpress-logo {
|
77 |
+
float: left;
|
78 |
+
margin: -7px 0 0;
|
79 |
+
}
|
80 |
+
|
81 |
+
.logo-link {
|
82 |
+
background: url('../img/wordimpress-logo-small.png') no-repeat 0 0 transparent;
|
83 |
+
width: 100px;
|
84 |
+
height: 40px;
|
85 |
+
display: block;
|
86 |
+
}
|
87 |
+
|
88 |
+
.hide-welcome {
|
89 |
+
margin: 2px 0 0 30px;
|
90 |
+
}
|
91 |
+
|
92 |
+
.hide-welcome span {
|
93 |
+
background: url('../img/arrows.png') no-repeat 0 -33px rgba(0, 0, 0, 0);
|
94 |
+
width: 15px;
|
95 |
+
height: 14px;
|
96 |
+
display: inline-block;
|
97 |
+
margin-left: 3px;
|
98 |
+
}
|
99 |
+
|
100 |
+
.pull-left {
|
101 |
+
float: left;
|
102 |
+
}
|
103 |
+
|
104 |
+
.pull-right {
|
105 |
+
float: right;
|
106 |
+
}
|
107 |
+
|
108 |
+
.small-desc {
|
109 |
+
font-size: 12px;
|
110 |
+
font-style: italic;
|
111 |
+
color: #B3B3B3;
|
112 |
+
}
|
113 |
+
|
114 |
+
/*---------------------------
|
115 |
+
Map Options Tab
|
116 |
+
-----------------------------*/
|
117 |
+
|
118 |
+
.size-label {
|
119 |
+
margin: 8px 10px 0 0;
|
120 |
+
font-style: italic;
|
121 |
+
width: 50px;
|
122 |
+
}
|
123 |
+
|
124 |
+
/* Map Size */
|
125 |
+
|
126 |
+
.width_unit_label, .width_radio, .map-width, .map-height, .size-label, .radio-left, .label-left {
|
127 |
+
float: left !important;
|
128 |
+
}
|
129 |
+
|
130 |
+
#width_wrap {
|
131 |
+
margin: 0 0 10px;
|
132 |
+
}
|
133 |
+
|
134 |
+
#size_labels_wrap {
|
135 |
+
margin: 8px 0 0 10px;
|
136 |
+
padding: 0;
|
137 |
+
float: left;
|
138 |
+
}
|
139 |
+
|
140 |
+
#width_unit_percent {
|
141 |
+
margin: 0 3px 0 0;
|
142 |
+
}
|
143 |
+
|
144 |
+
#width_unit_px {
|
145 |
+
margin: 0 3px 0 8px;
|
146 |
+
}
|
147 |
+
|
148 |
+
.map-width, .map-height {
|
149 |
+
width: 55px !important
|
150 |
+
}
|
151 |
+
|
152 |
+
/* Lat Lng */
|
153 |
+
#lat-lng-wrap {
|
154 |
+
float: left;
|
155 |
+
clear: both;
|
156 |
+
margin: 15px 0 0;
|
157 |
+
display: none;
|
158 |
+
}
|
159 |
+
|
160 |
+
label.geocode-label {
|
161 |
+
width: 130px;
|
162 |
+
margin-right: 0;
|
163 |
+
}
|
164 |
+
|
165 |
+
label.yes-label {
|
166 |
+
margin-right: 10px;
|
167 |
+
}
|
168 |
+
|
169 |
+
#lat-lng-wrap input[type=text].latitude, #lat-lng-wrap input[type=text].longitude {
|
170 |
+
width: 120px;
|
171 |
+
float: left;
|
172 |
+
}
|
173 |
+
|
174 |
+
.lat-lng-wrap {
|
175 |
+
margin: 0 0 10px;
|
176 |
+
clear: none;
|
177 |
+
}
|
178 |
+
|
179 |
+
.lat-lng-wrap > span, .lat-lng-wrap > input {
|
180 |
+
float: left;
|
181 |
+
}
|
182 |
+
|
183 |
+
.lat-lng-wrap > span {
|
184 |
+
margin: 8px 5px 0 0;
|
185 |
+
width: 80px;
|
186 |
+
font-style: italic;
|
187 |
+
}
|
188 |
+
|
189 |
+
|
190 |
+
/*---------------------------
|
191 |
+
General Options Tab
|
192 |
+
-----------------------------*/
|
193 |
+
|
194 |
+
#gmb_menu_position {
|
195 |
+
width: 40px;
|
196 |
+
}
|
admin/assets/css/admin-settings.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.wrap{margin-left:-5px}.clear:before,.clear:after{content:" ";display:table}.clear:after{clear:both}table.form-table{margin:0 0 20px}.main-heading{font-size:36px;font-weight:400;line-height:1.1em;margin:10px 0 20px}.main-subheading{font-size:20px;line-height:1.4em}.logo-svg{margin:15px 0 0}.logo-svg.logo-svg-small{float:right;margin:0}.gmb-plugin-heading{width:170px;float:left;margin:9px 0 0}.new-window{background:url(../img/new-window-icon.png) no-repeat right 5px transparent;padding-right:13px;margin-right:4px}.social-items-wrap{float:left}.social-items-wrap>div{display:inline-block}.google-plus{margin-left:20px;display:inline;width:150px}.wordimpress-logo{float:left;margin:-7px 0 0}.logo-link{background:url(../img/wordimpress-logo-small.png) no-repeat 0 0 transparent;width:100px;height:40px;display:block}.hide-welcome{margin:2px 0 0 30px}.hide-welcome span{background:url(../img/arrows.png) no-repeat 0 -33px rgba(0,0,0,0);width:15px;height:14px;display:inline-block;margin-left:3px}.pull-left{float:left}.pull-right{float:right}.small-desc{font-size:12px;font-style:italic;color:#B3B3B3}.size-label{margin:8px 10px 0 0;font-style:italic;width:50px}.width_unit_label,.width_radio,.map-width,.map-height,.size-label,.radio-left,.label-left{float:left!important}#width_wrap{margin:0 0 10px}#size_labels_wrap{margin:8px 0 0 10px;padding:0;float:left}#width_unit_percent{margin:0 3px 0 0}#width_unit_px{margin:0 3px 0 8px}.map-width,.map-height{width:55px!important}#lat-lng-wrap{float:left;clear:both;margin:15px 0 0;display:none}label.geocode-label{width:130px;margin-right:0}label.yes-label{margin-right:10px}#lat-lng-wrap input[type=text].latitude,#lat-lng-wrap input[type=text].longitude{width:120px;float:left}.lat-lng-wrap{margin:0 0 10px;clear:none}.lat-lng-wrap>span,.lat-lng-wrap>input{float:left}.lat-lng-wrap>span{margin:8px 5px 0 0;width:80px;font-style:italic}#gmb_menu_position{width:40px}
|
admin/assets/css/admin-widget.css
ADDED
@@ -0,0 +1,459 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*
|
2 |
+
* Styles specifically for the Yelp Widget Pro widget in the WP admin interface
|
3 |
+
* Is only loaded on widgets.php
|
4 |
+
*/
|
5 |
+
.wpgp-toggler {
|
6 |
+
padding: 10px;
|
7 |
+
margin: 0 0 10px;
|
8 |
+
cursor: pointer;
|
9 |
+
background-color: #EBEBEB;
|
10 |
+
border: 1px solid #E5E5E5;
|
11 |
+
display: block;
|
12 |
+
}
|
13 |
+
|
14 |
+
.wpgp-toggler span {
|
15 |
+
background: url('../img/arrows.png') no-repeat 60% -107px;
|
16 |
+
float: right;
|
17 |
+
height: 12px;
|
18 |
+
display: inline-block;
|
19 |
+
width: 12px;
|
20 |
+
}
|
21 |
+
|
22 |
+
.wpgp-toggler.toggled span {
|
23 |
+
background-position: 60% 1px;
|
24 |
+
}
|
25 |
+
|
26 |
+
.toggle-item, .reviews-toggle-container {
|
27 |
+
display: none;
|
28 |
+
}
|
29 |
+
|
30 |
+
.toggle-item p {
|
31 |
+
padding: 0;
|
32 |
+
margin: 0 0 10px;
|
33 |
+
}
|
34 |
+
|
35 |
+
.toggle-item.toggled, .reviews-toggle-container.toggled {
|
36 |
+
display: block;
|
37 |
+
}
|
38 |
+
|
39 |
+
.widget-api-option {
|
40 |
+
line-height: 22px;
|
41 |
+
}
|
42 |
+
|
43 |
+
.widget-api-option input {
|
44 |
+
}
|
45 |
+
|
46 |
+
.toggle-item select {
|
47 |
+
background: #FFF;
|
48 |
+
}
|
49 |
+
|
50 |
+
.wpgp-method-span:hover, .search-api-option:hover, .business-api-option:hover {
|
51 |
+
cursor: pointer;
|
52 |
+
}
|
53 |
+
|
54 |
+
.wpgp-method-label {
|
55 |
+
padding-left: 4px;
|
56 |
+
}
|
57 |
+
|
58 |
+
.new-window {
|
59 |
+
background: url('../img/new-window-icon.png') no-repeat right 3px transparent;
|
60 |
+
padding-right: 16px;
|
61 |
+
}
|
62 |
+
|
63 |
+
.wpgp-radio-label {
|
64 |
+
margin: 0 0 5px;
|
65 |
+
display: block;
|
66 |
+
}
|
67 |
+
|
68 |
+
.wpgp-widget-footer-links {
|
69 |
+
font-style: italic;
|
70 |
+
}
|
71 |
+
|
72 |
+
.wpgp-widget-footer-links a {
|
73 |
+
margin-right: 10px;
|
74 |
+
}
|
75 |
+
|
76 |
+
.powered-by-google {
|
77 |
+
background: url('../img/powered-by-google-on-white.png') no-repeat 0 0 transparent;
|
78 |
+
width: 104px;
|
79 |
+
height: 16px;
|
80 |
+
}
|
81 |
+
|
82 |
+
/*------------------------------------------------
|
83 |
+
Google Maps
|
84 |
+
---------------------------------------------------*/
|
85 |
+
.map-canvas {
|
86 |
+
height: 100%;
|
87 |
+
margin: 0px;
|
88 |
+
padding: 0px;
|
89 |
+
min-height: 400px;
|
90 |
+
}
|
91 |
+
|
92 |
+
.google-autocomplete-map-wrap {
|
93 |
+
display: none;
|
94 |
+
}
|
95 |
+
|
96 |
+
.google-autocomplete-map-wrap .controls {
|
97 |
+
margin-top: 16px;
|
98 |
+
border: 1px solid transparent;
|
99 |
+
border-radius: 2px;
|
100 |
+
box-sizing: border-box;
|
101 |
+
-moz-box-sizing: border-box;
|
102 |
+
height: 32px;
|
103 |
+
outline: none;
|
104 |
+
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
|
105 |
+
}
|
106 |
+
|
107 |
+
.marker-label,
|
108 |
+
.marker-icon {
|
109 |
+
z-index: 99;
|
110 |
+
position: absolute;
|
111 |
+
display: block;
|
112 |
+
margin-top: -50px;
|
113 |
+
margin-left: -25px;
|
114 |
+
width: 50px;
|
115 |
+
height: 50px;
|
116 |
+
font-size: 30px !important;
|
117 |
+
text-align: center;
|
118 |
+
color: #FFFFFF;
|
119 |
+
white-space: nowrap;
|
120 |
+
}
|
121 |
+
|
122 |
+
/* PAC input */
|
123 |
+
|
124 |
+
.pac-input {
|
125 |
+
background-color: #fff;
|
126 |
+
padding: 0 11px 0 13px;
|
127 |
+
width: 100%;
|
128 |
+
font-family: Roboto;
|
129 |
+
font-size: 15px;
|
130 |
+
font-weight: 300;
|
131 |
+
text-overflow: ellipsis;
|
132 |
+
display: none;
|
133 |
+
}
|
134 |
+
|
135 |
+
.pac-input:focus {
|
136 |
+
border-color: #4d90fe;
|
137 |
+
width: 100%;
|
138 |
+
}
|
139 |
+
|
140 |
+
.map-canvas .pac-input {
|
141 |
+
left:10px !important;
|
142 |
+
top: 42px !important;
|
143 |
+
display: block !important;
|
144 |
+
width: 92%;
|
145 |
+
line-height: 26px;
|
146 |
+
margin:0;
|
147 |
+
}
|
148 |
+
|
149 |
+
|
150 |
+
|
151 |
+
|
152 |
+
.pac-container {
|
153 |
+
font-family: Roboto;
|
154 |
+
}
|
155 |
+
|
156 |
+
/* Type Selector */
|
157 |
+
|
158 |
+
.type-selector {
|
159 |
+
color: #fff;
|
160 |
+
background-color: #4d90fe;
|
161 |
+
padding: 5px 11px 0px 11px;
|
162 |
+
display: none;
|
163 |
+
}
|
164 |
+
|
165 |
+
.type-selector label {
|
166 |
+
font-family: Roboto;
|
167 |
+
font-size: 13px;
|
168 |
+
font-weight: 300;
|
169 |
+
}
|
170 |
+
|
171 |
+
.map-canvas .type-selector {
|
172 |
+
left:0 !important;
|
173 |
+
top: 0 !important;
|
174 |
+
display: block !important;
|
175 |
+
margin: 0;
|
176 |
+
width: 100%;
|
177 |
+
}
|
178 |
+
|
179 |
+
|
180 |
+
ul.map-control-list {
|
181 |
+
margin: 0;
|
182 |
+
padding: 0;
|
183 |
+
}
|
184 |
+
|
185 |
+
.map-control-list li {
|
186 |
+
float: left;
|
187 |
+
margin: 0 10px 0 0;
|
188 |
+
}
|
189 |
+
|
190 |
+
.map-control-list li:last-child {
|
191 |
+
margin-right: 0;
|
192 |
+
}
|
193 |
+
|
194 |
+
.map-control-list li input[type="radio"] {
|
195 |
+
margin: 0 2px 0 0;
|
196 |
+
}
|
197 |
+
|
198 |
+
/*-------------------------------------------
|
199 |
+
Helper Classes
|
200 |
+
---------------------------------------------*/
|
201 |
+
.clearfix {
|
202 |
+
*zoom: 1;
|
203 |
+
}
|
204 |
+
|
205 |
+
.clearfix:before, .clearfix:after {
|
206 |
+
display: table;
|
207 |
+
content: "";
|
208 |
+
line-height: 0;
|
209 |
+
}
|
210 |
+
|
211 |
+
.clearfix:after {
|
212 |
+
clear: both;
|
213 |
+
}
|
214 |
+
|
215 |
+
.hide-text {
|
216 |
+
font: 0/0 a;
|
217 |
+
color: transparent;
|
218 |
+
text-shadow: none;
|
219 |
+
background-color: transparent;
|
220 |
+
border: 0;
|
221 |
+
}
|
222 |
+
|
223 |
+
.input-block-level {
|
224 |
+
display: block;
|
225 |
+
width: 100%;
|
226 |
+
min-height: 30px;
|
227 |
+
-webkit-box-sizing: border-box;
|
228 |
+
-moz-box-sizing: border-box;
|
229 |
+
box-sizing: border-box;
|
230 |
+
}
|
231 |
+
|
232 |
+
.clickable + .toggle-item {
|
233 |
+
padding: 0 5px;
|
234 |
+
}
|
235 |
+
|
236 |
+
/*----------------------------------------
|
237 |
+
Toggle Tips
|
238 |
+
-------------------------------------------*/
|
239 |
+
|
240 |
+
.tooltip {
|
241 |
+
position: absolute;
|
242 |
+
z-index: 1030;
|
243 |
+
display: block;
|
244 |
+
visibility: visible;
|
245 |
+
padding: 5px;
|
246 |
+
font-size: 11px;
|
247 |
+
opacity: 0;
|
248 |
+
filter: alpha(opacity=0);
|
249 |
+
}
|
250 |
+
|
251 |
+
.tooltip.in {
|
252 |
+
opacity: 0.8;
|
253 |
+
filter: alpha(opacity=80);
|
254 |
+
}
|
255 |
+
|
256 |
+
.tooltip.top {
|
257 |
+
margin-top: -3px;
|
258 |
+
}
|
259 |
+
|
260 |
+
.tooltip.right {
|
261 |
+
margin-left: 3px;
|
262 |
+
}
|
263 |
+
|
264 |
+
.tooltip.bottom {
|
265 |
+
margin-top: 3px;
|
266 |
+
}
|
267 |
+
|
268 |
+
.tooltip.left {
|
269 |
+
margin-left: -3px;
|
270 |
+
}
|
271 |
+
|
272 |
+
.tooltip-inner {
|
273 |
+
max-width: 200px;
|
274 |
+
padding: 3px 8px;
|
275 |
+
color: #ffffff;
|
276 |
+
text-align: center;
|
277 |
+
text-decoration: none;
|
278 |
+
background-color: #000000;
|
279 |
+
-webkit-border-radius: 4px;
|
280 |
+
-moz-border-radius: 4px;
|
281 |
+
border-radius: 4px;
|
282 |
+
}
|
283 |
+
|
284 |
+
.tooltip-arrow {
|
285 |
+
position: absolute;
|
286 |
+
width: 0;
|
287 |
+
height: 0;
|
288 |
+
border-color: transparent;
|
289 |
+
border-style: solid;
|
290 |
+
}
|
291 |
+
|
292 |
+
.tooltip.top .tooltip-arrow {
|
293 |
+
bottom: 0;
|
294 |
+
left: 50%;
|
295 |
+
margin-left: -5px;
|
296 |
+
border-width: 5px 5px 0;
|
297 |
+
border-top-color: #000000;
|
298 |
+
}
|
299 |
+
|
300 |
+
.tooltip.right .tooltip-arrow {
|
301 |
+
top: 50%;
|
302 |
+
left: 0;
|
303 |
+
margin-top: -5px;
|
304 |
+
border-width: 5px 5px 5px 0;
|
305 |
+
border-right-color: #000000;
|
306 |
+
}
|
307 |
+
|
308 |
+
.tooltip.left .tooltip-arrow {
|
309 |
+
top: 50%;
|
310 |
+
right: 0;
|
311 |
+
margin-top: -5px;
|
312 |
+
border-width: 5px 0 5px 5px;
|
313 |
+
border-left-color: #000000;
|
314 |
+
}
|
315 |
+
|
316 |
+
.tooltip.bottom .tooltip-arrow {
|
317 |
+
top: 0;
|
318 |
+
left: 50%;
|
319 |
+
margin-left: -5px;
|
320 |
+
border-width: 0 5px 5px;
|
321 |
+
border-bottom-color: #000000;
|
322 |
+
}
|
323 |
+
|
324 |
+
/*----------------------------------------
|
325 |
+
Tipsy
|
326 |
+
-------------------------------------------*/
|
327 |
+
|
328 |
+
.tooltip-info {
|
329 |
+
cursor: help;
|
330 |
+
margin: -3px 0 0 5px;
|
331 |
+
position: relative;
|
332 |
+
top: 3px;
|
333 |
+
}
|
334 |
+
|
335 |
+
.tipsy {
|
336 |
+
font-size: 10px;
|
337 |
+
position: absolute;
|
338 |
+
padding: 5px;
|
339 |
+
z-index: 100000;
|
340 |
+
}
|
341 |
+
|
342 |
+
.tipsy-inner {
|
343 |
+
background-color: #000;
|
344 |
+
color: #FFF;
|
345 |
+
max-width: 200px;
|
346 |
+
padding: 5px 8px 4px 8px;
|
347 |
+
text-align: center;
|
348 |
+
}
|
349 |
+
|
350 |
+
/* Rounded corners */
|
351 |
+
.tipsy-inner {
|
352 |
+
border-radius: 3px;
|
353 |
+
-moz-border-radius: 3px;
|
354 |
+
-webkit-border-radius: 3px;
|
355 |
+
}
|
356 |
+
|
357 |
+
/* Uncomment for shadow */
|
358 |
+
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
|
359 |
+
|
360 |
+
.tipsy-arrow {
|
361 |
+
position: absolute;
|
362 |
+
width: 0;
|
363 |
+
height: 0;
|
364 |
+
line-height: 0;
|
365 |
+
border: 5px dashed #000;
|
366 |
+
}
|
367 |
+
|
368 |
+
/* Rules to colour arrows */
|
369 |
+
.tipsy-arrow-n {
|
370 |
+
border-bottom-color: #000;
|
371 |
+
}
|
372 |
+
|
373 |
+
.tipsy-arrow-s {
|
374 |
+
border-top-color: #000;
|
375 |
+
}
|
376 |
+
|
377 |
+
.tipsy-arrow-e {
|
378 |
+
border-left-color: #000;
|
379 |
+
}
|
380 |
+
|
381 |
+
.tipsy-arrow-w {
|
382 |
+
border-right-color: #000;
|
383 |
+
}
|
384 |
+
|
385 |
+
.tipsy-n .tipsy-arrow {
|
386 |
+
top: 0px;
|
387 |
+
left: 50%;
|
388 |
+
margin-left: -5px;
|
389 |
+
border-bottom-style: solid;
|
390 |
+
border-top: none;
|
391 |
+
border-left-color: transparent;
|
392 |
+
border-right-color: transparent;
|
393 |
+
}
|
394 |
+
|
395 |
+
.tipsy-nw .tipsy-arrow {
|
396 |
+
top: 0;
|
397 |
+
left: 10px;
|
398 |
+
border-bottom-style: solid;
|
399 |
+
border-top: none;
|
400 |
+
border-left-color: transparent;
|
401 |
+
border-right-color: transparent;
|
402 |
+
}
|
403 |
+
|
404 |
+
.tipsy-ne .tipsy-arrow {
|
405 |
+
top: 0;
|
406 |
+
right: 10px;
|
407 |
+
border-bottom-style: solid;
|
408 |
+
border-top: none;
|
409 |
+
border-left-color: transparent;
|
410 |
+
border-right-color: transparent;
|
411 |
+
}
|
412 |
+
|
413 |
+
.tipsy-s .tipsy-arrow {
|
414 |
+
bottom: 0;
|
415 |
+
left: 50%;
|
416 |
+
margin-left: -5px;
|
417 |
+
border-top-style: solid;
|
418 |
+
border-bottom: none;
|
419 |
+
border-left-color: transparent;
|
420 |
+
border-right-color: transparent;
|
421 |
+
}
|
422 |
+
|
423 |
+
.tipsy-sw .tipsy-arrow {
|
424 |
+
bottom: 0;
|
425 |
+
left: 10px;
|
426 |
+
border-top-style: solid;
|
427 |
+
border-bottom: none;
|
428 |
+
border-left-color: transparent;
|
429 |
+
border-right-color: transparent;
|
430 |
+
}
|
431 |
+
|
432 |
+
.tipsy-se .tipsy-arrow {
|
433 |
+
bottom: 0;
|
434 |
+
right: 10px;
|
435 |
+
border-top-style: solid;
|
436 |
+
border-bottom: none;
|
437 |
+
border-left-color: transparent;
|
438 |
+
border-right-color: transparent;
|
439 |
+
}
|
440 |
+
|
441 |
+
.tipsy-e .tipsy-arrow {
|
442 |
+
right: 0;
|
443 |
+
top: 50%;
|
444 |
+
margin-top: -5px;
|
445 |
+
border-left-style: solid;
|
446 |
+
border-right: none;
|
447 |
+
border-top-color: transparent;
|
448 |
+
border-bottom-color: transparent;
|
449 |
+
}
|
450 |
+
|
451 |
+
.tipsy-w .tipsy-arrow {
|
452 |
+
left: 0;
|
453 |
+
top: 50%;
|
454 |
+
margin-top: -5px;
|
455 |
+
border-right-style: solid;
|
456 |
+
border-left: none;
|
457 |
+
border-top-color: transparent;
|
458 |
+
border-bottom-color: transparent;
|
459 |
+
}
|
admin/assets/css/admin-widget.min.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.wpgp-toggler{padding:10px;margin:0 0 10px;cursor:pointer;background-color:#EBEBEB;border:1px solid #E5E5E5;display:block}.wpgp-toggler span{background:url(../img/arrows.png) no-repeat 60% -107px;float:right;height:12px;display:inline-block;width:12px}.wpgp-toggler.toggled span{background-position:60% 1px}.toggle-item,.reviews-toggle-container{display:none}.toggle-item p{padding:0;margin:0 0 10px}.toggle-item.toggled,.reviews-toggle-container.toggled{display:block}.widget-api-option{line-height:22px}.widget-api-option input{}.toggle-item select{background:#FFF}.wpgp-method-span:hover,.search-api-option:hover,.business-api-option:hover{cursor:pointer}.wpgp-method-label{padding-left:4px}.new-window{background:url(../img/new-window-icon.png) no-repeat right 3px transparent;padding-right:16px}.wpgp-radio-label{margin:0 0 5px;display:block}.wpgp-widget-footer-links{font-style:italic}.wpgp-widget-footer-links a{margin-right:10px}.powered-by-google{background:url(../img/powered-by-google-on-white.png) no-repeat 0 0 transparent;width:104px;height:16px}.map-canvas{height:100%;margin:0;padding:0;min-height:400px}.google-autocomplete-map-wrap{display:none}.google-autocomplete-map-wrap .controls{margin-top:16px;border:1px solid transparent;border-radius:2px;box-sizing:border-box;-moz-box-sizing:border-box;height:32px;outline:0;box-shadow:0 2px 6px rgba(0,0,0,.3)}.marker-label,.marker-icon{z-index:99;position:absolute;display:block;margin-top:-50px;margin-left:-25px;width:50px;height:50px;font-size:30px!important;text-align:center;color:#FFF;white-space:nowrap}.pac-input{background-color:#fff;padding:0 11px 0 13px;width:100%;font-family:Roboto;font-size:15px;font-weight:300;text-overflow:ellipsis;display:none}.pac-input:focus{border-color:#4d90fe;width:100%}.map-canvas .pac-input{left:10px!important;top:42px!important;display:block!important;width:92%;line-height:26px;margin:0}.pac-container{font-family:Roboto}.type-selector{color:#fff;background-color:#4d90fe;padding:5px 11px 0;display:none}.type-selector label{font-family:Roboto;font-size:13px;font-weight:300}.map-canvas .type-selector{left:0!important;top:0!important;display:block!important;margin:0;width:100%}ul.map-control-list{margin:0;padding:0}.map-control-list li{float:left;margin:0 10px 0 0}.map-control-list li:last-child{margin-right:0}.map-control-list li input[type=radio]{margin:0 2px 0 0}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.clickable+.toggle-item{padding:0 5px}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;padding:5px;font-size:11px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}.tooltip.top{margin-top:-3px}.tooltip.right{margin-left:3px}.tooltip.bottom{margin-top:3px}.tooltip.left{margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-info{cursor:help;margin:-3px 0 0 5px;position:relative;top:3px}.tipsy{font-size:10px;position:absolute;padding:5px;z-index:100000}.tipsy-inner{background-color:#000;color:#FFF;max-width:200px;padding:5px 8px 4px;text-align:center}.tipsy-inner{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}.tipsy-arrow{position:absolute;width:0;height:0;line-height:0;border:5px dashed #000}.tipsy-arrow-n{border-bottom-color:#000}.tipsy-arrow-s{border-top-color:#000}.tipsy-arrow-e{border-left-color:#000}.tipsy-arrow-w{border-right-color:#000}.tipsy-n .tipsy-arrow{top:0;left:50%;margin-left:-5px;border-bottom-style:solid;border-top:0;border-left-color:transparent;border-right-color:transparent}.tipsy-nw .tipsy-arrow{top:0;left:10px;border-bottom-style:solid;border-top:0;border-left-color:transparent;border-right-color:transparent}.tipsy-ne .tipsy-arrow{top:0;right:10px;border-bottom-style:solid;border-top:0;border-left-color:transparent;border-right-color:transparent}.tipsy-s .tipsy-arrow{bottom:0;left:50%;margin-left:-5px;border-top-style:solid;border-bottom:0;border-left-color:transparent;border-right-color:transparent}.tipsy-sw .tipsy-arrow{bottom:0;left:10px;border-top-style:solid;border-bottom:0;border-left-color:transparent;border-right-color:transparent}.tipsy-se .tipsy-arrow{bottom:0;right:10px;border-top-style:solid;border-bottom:0;border-left-color:transparent;border-right-color:transparent}.tipsy-e .tipsy-arrow{right:0;top:50%;margin-top:-5px;border-left-style:solid;border-right:0;border-top-color:transparent;border-bottom-color:transparent}.tipsy-w .tipsy-arrow{left:0;top:50%;margin-top:-5px;border-right-style:solid;border-left:0;border-top-color:transparent;border-bottom-color:transparent}
|
admin/assets/css/admin.css
ADDED
@@ -0,0 +1,687 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|