forked from PrestaShop/blockcontact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blockcontact.css
39 lines (36 loc) · 1.05 KB
/
blockcontact.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
/* block CONTACT ******************************************************************************* */
#contact_block .block_content {
padding:10px 0 15px 0;
background: url(images/block_contact_bg.jpg) no-repeat left bottom transparent
}
#contact_block p {
padding:0 5px 15px 5px;
font-size: 13px;
line-height: 18px
}
#contact_block .title_block, #contact_block h4 {
padding:6px 11px;
font-size: 12px;
line-height: auto
}
#contact_block p.tel {
margin:0 0 0 60px;
padding-left: 26px;
font: bold 11px/20px Arial, Verdana, sans-serif;
background: url(images/block_contact_pict_tel.png) no-repeat 0 0 transparent
}
#contact_block a {
display:block;
margin-left:60px;
padding:6px 8px;
font:bold 10px Arial,Verdana,sans-serif;
color:#fff;
text-shadow:0 -1px 0 #000;
text-transform:uppercase;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
background:url(images/bloc_contact_a_bg.png) repeat-x 0 0 #000
}
#contact_block a:hover {text-decoration:none}
#contact_block .label {display: none}