forked from sipgate/sipgategcx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoolstrip.css
79 lines (67 loc) · 1.34 KB
/
toolstrip.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
body {
background: #f7f7f7;
font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
font-size: 10pt;
width: 250px;
}
.view_template {
display: none;
visibility: hidden;
}
ul.toolstripMenu {
list-style: none;
padding: 0;
margin: 0;
}
ul.toolstripMenu li {
border-top: 1px solid #eee;
padding: 5px 3px;
margin: 0;
}
ul.toolStripMenu li.linkAlike {
color: blue;
cursor: pointer;
}
ul.toolstripMenu li:hover {
background: #eee;
}
form#form_sendSMS fieldset {
margin-top: 5px;
background: #eee;
border: 0;
}
form#form_sendSMS legend {
font-weight: bold;
color: navy;
}
form#form_sendSMS input[type=text],
form#form_sendSMS select,
form#form_sendSMS textarea {
width: 100%;
resize: none;
}
div#notLoggedIn label {
font-weight: bold;
}
div#notLoggedIn div#sipgatelogo {
text-align: center;
margin-bottom: 10px;
}
div#notLoggedIn input.formelement {
width: 230px;
border: 1px solid #CCC;
color: black;
margin-bottom: 15px;
-webkit-box-shadow: inset 2px 2px 5px -2px black;
padding: 2px 5px;
}
div#notLoggedIn input#login {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb76b), color-stop(50%,#ffa73d), color-stop(51%,#ff7c00), color-stop(100%,#ff7f04)); /* webkit */
width: 230px;
color: #FFF;
font-weight: bold;
-webkit-border-radius: 3px;
height: 35px;
font-size: 16px;
border: 1px solid #aaa;
}