-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.css
More file actions
executable file
·33 lines (27 loc) · 1.08 KB
/
module.css
File metadata and controls
executable file
·33 lines (27 loc) · 1.08 KB
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
/* Feedback Center StyleSheet (www.smcculloch.net) */
#FeedbackHeader .Normal { font-weight: bold; color: #FFFFFF; }
.feedbackQuote { font-family: Tahoma, Arial, Helvetica; font-size: 8pt; border-top: solid 1px #999999; border-bottom: solid 1px #999999; }
.feedbackTitle { font-size : 14px; font-weight : bolder; color : #006600; }
.feedbackTable { background-color: black; margin: 0px; }
.feedbackTopCell { background-color: #336699; color: white; font-weight: bold; padding: 6px; height: 25px; }
.feedbackContentCell { color: black; padding: 6px; background-color: #FEFEFE; }
.feedbackTextCell { color: black; padding: 6px; background-color: #FFFFCC; }
.feedbackIconCell { background-color: #D0D0D0; width: 20px; }
.feedbackFooterCell { color: #FFFFFF; padding: 3px; background-color: #80B288; height: 25px; }
.button
{
font-size:xx-small; padding-left:10px; padding-right:10px;
}
.fc_productList
{
width: 100%;
}
.fc_productList li
{
display: inline;
float: left;
margin-left: 40px;
margin-bottom: 10px;
width: 150px;
text-align: left;
}