forked from collecttix/ctxSip
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ctxSip.css
85 lines (85 loc) · 1.49 KB
/
ctxSip.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
#sipClient {
background-color: #333;
font-size: 13px;
line-height: 1.42857143;
/* firefox 19+ */
/* ie */
}
#sipClient p {
margin: 0;
padding: 0 0 10px 0;
line-height: 18px;
}
#sipClient .sipStatus {
margin: 0 -15px 15px -15px;
padding: 5px 15px;
background-color: #111;
color: #999;
}
#sipClient #txtCallStatus {
color: #fff;
}
#sipClient #sip-dialpad {
width: 292px;
padding: 16px 20px;
}
#sipClient #sip-dialpad .col-xs-4 {
text-align: center;
}
#sipClient .digit {
height: 66px;
width: 66px;
margin: 0 8px 14px !important;
background-color: #f8f8f8;
font-weight: 300;
font-size: 24px;
border-radius: 100px;
line-height: 21px;
padding-top: 9px;
float: left;
}
#sipClient .digit span {
display: block;
color: #999;
font-size: 10px;
font-weight: normal;
}
#sipClient .sip-panel h3 {
margin-top: 22px;
}
#sipClient #sip-splash {
height: 371px;
}
#sipClient #sip-splash .fa {
margin-bottom: 15px;
}
#sipClient #sip-splash .fa-circle {
color: #5cb85c;
}
#sipClient #sip-log .panel-heading {
padding: 10px 8px;
}
#sipClient #sip-logitems {
height: 332px;
overflow: auto;
}
#sipClient #sldVolume {
width: 140px;
margin: 0 auto;
box-shadow: none;
}
#sipClient .sip-logitem {
padding: 4px;
}
#sipClient #numDisplay::-webkit-input-placeholder {
color: #bbb;
}
#sipClient #numDisplay::-moz-placeholder {
color: #bbb;
}
#sipClient #numDisplay::-ms-input-placeholder {
color: #bbb;
}
#sipClient #numDisplay::-moz-placeholder {
color: #bbb;
}