-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeedback-style.css
60 lines (60 loc) · 1.22 KB
/
feedback-style.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
#eBayFeedback{
border: 15px solid #eee;
padding: 15px;
margin: 22px 15px 0px 15px;
}
#eBayVerify{
display: none;
}
#eBaySponsor{
display: none;
}
.eBayFeedbackComments li{
background: url(file:///D:/Desktop/Gamila%20Secret/positive-feedback.png) left top no-repeat;
padding-left: 25px;
white-space: nowrap;
overflow: hidden;
margin-bottom: 6px;
font-family: calibri;
font-size: 15px;
}
.eBayHeader
{
width: 100%;
height: 31px;
border: #99A solid 1px;
font-family: calibri;
font-size: 14px;
font-weight: bold;
padding: 0px;
margin-bottom: 5px;
}
.eBayHeader th
{
background: url(file:///D:/Desktop/Gamila%20Secret/ebay-logo.png) no-repeat;
width: 54px;
background-size: 38px 15px;
background-position: center;
background-color: #eee;
}
.eBayHeader td
{
color: #0654ba;
border: none;
padding: 0px 5px;
background-color: #eee;
}
.eBayTopSeller{
display: none;
}
.eBayFeedbackComments
{
list-style-type: none;
padding: 0px;
margin: 23px 5px 0px 5px;
background: url(file:///C:/Users/Abdallah/Desktop/ebay-top-rated-seller1.png);
background-size: 75px 100px;
background-repeat: no-repeat;
background-position: right;
background-position-y: 5px;
}