forked from wp-plugins/whmcs-bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcc.css
More file actions
58 lines (51 loc) · 866 Bytes
/
Copy pathcc.css
File metadata and controls
58 lines (51 loc) · 866 Bytes
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
.cc-support-us {
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
background-color: #FFFFE0;
border-color: #E6DB55;
margin: 15px;
padding: 10px;
text-align:center;
}
#top_menu {
background-color: #F5F5F5;
height: 30px;
padding: 0;
text-align: left;
margin: 0;
clear: both;
position: relative;
float: left;
}
#top_menu ul {
list-style: none outside none;
margin: 0;
padding: 0;
}
#top_menu ul li {
float: left;
margin: 0;
padding: 0;
}
#top_menu ul li a, #top_menu ul li a:visited {
color: #666666;
display: block;
height: 30px;
line-height: 30px;
padding: 0;
text-align:center;
text-decoration:none;
width: 100px;
}
.cc-support-us p,.cc-support-us h4 {
display: inline;
}
.cc-support-us h4 {
clear:left;
}
.optiontable td {
padding-top:5px;
padding-bottom:5px;
}
#whmcsimglogo { display: none }