-
Notifications
You must be signed in to change notification settings - Fork 29
/
input.css
executable file
·48 lines (48 loc) · 919 Bytes
/
input.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.location_dl {margin-left:10px;}
.location_dl::after
{
content:"";
display:table;
clear:both;
}
.location_dt-address,
.location_dt-coordinates
{
float:left;
display:block;
width:24px;
height:24px;
font:0/0 a;
color:transparent;
background-color:white;
background-image:url('../images/sprite.png');
background-repeat:no-repeat;
border-radius:50%;
box-shadow:0 0 3px rgba(0, 0, 0, 0.3);
}
.location_dt-address {cursor:pointer;}
.location_dt-address {background-position:5px 5px;}
.location_dt-address:hover {background-position:5px -20px;}
.location_dt-coordinates {background-position:5px -45px;}
.location_dd
{
height:20px;
padding-top:4px;
margin-left:30px;
}
.location_map
{
position:relative;
z-index:0;
width:100%;
height:300px;
clear:both;
}
.location_map-container
{
position:relative;
padding:5px;
margin-top:10px;
background-color:#fff;
box-shadow:0 1px 3px rgba(0,0,0,.2);
}