-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathzsugar.css
97 lines (79 loc) · 1.3 KB
/
zsugar.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
.ImgISUGAR-panelIcon {
background: url("resources/ironsugar.png") no-repeat 0 0;
width: 16px;
height: 16px;
}
.ISUGAR-icon-right {
background: url("resources/ironsugar.png") no-repeat 100% 50%;
}
.ImgISUGAR-lead {
background: url("resources/Leads.png") no-repeat 100% 50%;
width:16px;
height:16px;
overflow:hidden;
}
#zsugar_container {
height:315px;
padding:0;
margin:6px; 0 10px 0;
}
#zsugar_container ul, #zsugar_atts ul {
padding:0;
margin:0;
}
#zsugar_atts label{
display: inline-block;
}
#zsugar_container ul li {
list-style:none;
padding-left:5px;
}
#zsugar_powered_logo {
height:21px;
padding:0;
}
#zsugar_contactIden {
padding:3px;
}
.center {
text-align:center;
}
.big {
font-size:25px;
font-weight:bold;
}
.med {
font-size:18px;
}
.marTop {
margin-top:30px;
}
#zsugar_atts {
height:50px;
padding:0;
margin:6px; 0 10px 0;
}
#zsugar_atts li {
list-style:none;
margin-right:4px;
display:inline;
}
#zsugar_logo {
background: url("resources/logoej.gif") no-repeat 10px center;
padding-left:60px;
padding-right:15px;
height:40px;
}
#zsuguar_ilogo {
background: url("resources/irontec.png") no-repeat 10px center;
padding-left:60px;
padding-right:15px;
height:40px;
}
#zsugar_powered {
float : right;
}
.MoreButtons {
margin-left: 35px;
margin-top: 15px;
}