Subversion Repositories SmartDukaan

Rev

Rev 4107 | Rev 5291 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4107 Rev 4198
Line 25... Line 25...
25
	width: 300px;
25
	width: 300px;
26
	margin: 5px 10px;
26
	margin: 5px 10px;
27
	padding: 4px 10px;
27
	padding: 4px 10px;
28
	background-color: #FFFF75;
28
	background-color: #FFFF75;
29
	font-weight: bold;
29
	font-weight: bold;
-
 
30
}
-
 
31
 
-
 
32
.url-feedback-link	{
-
 
33
	color: #AA0000;
-
 
34
    cursor: pointer;
-
 
35
    float: right;
-
 
36
    font-size: 8px;
-
 
37
    text-decoration: underline;
-
 
38
}
-
 
39
 
-
 
40
.clearboth	{	clear: both;	}
-
 
41
 
-
 
42
#pageTitle	{
-
 
43
	float: left;
-
 
44
	font-size: 20px;
-
 
45
	line-height: 40px;
-
 
46
}
-
 
47
 
-
 
48
#howTo	{
-
 
49
	float: left;
-
 
50
	margin-left: 630px;
-
 
51
	background-color: #4787ED;
-
 
52
	border: 1px solid #3079ED;
-
 
53
	padding: 7px 14px;
-
 
54
	color: #ffffff;
-
 
55
	font-size: 12px;
-
 
56
	font-weight: bold;
-
 
57
	cursor: pointer;
-
 
58
}
-
 
59
 
-
 
60
#facebox .content li.first	{
-
 
61
	padding: 5px 0px;
30
}
62
}
31
63