develop
Last change
on this file since 1c25bcf was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago |
added user authentication, create & forgot password methods and blades
|
-
Property mode
set to
100644
|
File size:
746 bytes
|
Line | |
---|
1 | .jqvmap-label
|
---|
2 | {
|
---|
3 | position: absolute;
|
---|
4 | display: none;
|
---|
5 | -webkit-border-radius: 3px;
|
---|
6 | -moz-border-radius: 3px;
|
---|
7 | border-radius: 3px;
|
---|
8 | background: #292929;
|
---|
9 | color: white;
|
---|
10 | font-family: sans-serif, Verdana;
|
---|
11 | font-size: smaller;
|
---|
12 | padding: 3px;
|
---|
13 | pointer-events:none;
|
---|
14 | }
|
---|
15 | .jqvmap-pin {
|
---|
16 | pointer-events:none;
|
---|
17 | }
|
---|
18 | .jqvmap-zoomin, .jqvmap-zoomout
|
---|
19 | {
|
---|
20 | position: absolute;
|
---|
21 | left: 10px;
|
---|
22 | -webkit-border-radius: 3px;
|
---|
23 | -moz-border-radius: 3px;
|
---|
24 | border-radius: 3px;
|
---|
25 | background: #000000;
|
---|
26 | padding: 3px;
|
---|
27 | color: white;
|
---|
28 | width: 10px;
|
---|
29 | height: 10px;
|
---|
30 | cursor: pointer;
|
---|
31 | line-height: 10px;
|
---|
32 | text-align: center;
|
---|
33 | }
|
---|
34 | .jqvmap-zoomin
|
---|
35 | {
|
---|
36 | top: 10px;
|
---|
37 | }
|
---|
38 | .jqvmap-zoomout
|
---|
39 | {
|
---|
40 | top: 30px;
|
---|
41 | }
|
---|
42 | .jqvmap-region
|
---|
43 | {
|
---|
44 | cursor: pointer;
|
---|
45 | }
|
---|
46 | .jqvmap-ajax_response
|
---|
47 | {
|
---|
48 | width: 100%;
|
---|
49 | height: 500px;
|
---|
50 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.