Subversion Repositories SmartDukaan

Rev

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

Rev 4198 Rev 5291
Line 1... Line 1...
1
body	{	font-size: 12px;	}
1
body	{	font-size: 11px;	}
2
 
2
 
3
#datatable-container	{
3
#datatable-container	{
4
	overflow: auto;
4
	overflow: auto;
5
	height: 470px;
5
	height: 470px;
6
}
6
}
7
 
7
 
8
.even	{	background-color: #EDEFF4;	}
8
.even	{	background-color: #EDEFF4;	}
9
td	{	padding: 4px; font-size: 12px;	}
9
td	{	padding: 4px; font-size: 11px;	}
10
td.name	{	width: 264px;	}
10
td.name	{	width: 264px;	}
11
.diff	{	font-size: 10px;	}
11
.diff	{	font-size: 10px;	}
12
.price	{	width: 125px;	text-align: center;	}
12
.price	{	width: 125px;	text-align: center;	}
13
.red	{	background-color: #FF9E9E;	}
13
.red	{	background-color: #FF9E9E;	}
14
.orange	{	background-color: #FFF696;	}
14
.orange	{	background-color: #FFF696;	}
Line 27... Line 27...
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
}
30
}
31
 
31
 
32
.url-feedback-link	{
32
.url-feedback-link, .reject-link	{
33
	color: #AA0000;
33
	color: #AA0000;
34
    cursor: pointer;
34
    cursor: pointer;
35
    float: right;
35
    float: right;
36
    font-size: 8px;
36
    font-size: 8px;
37
    text-decoration: underline;
37
    text-decoration: underline;
-
 
38
    margin-left: 3px;
-
 
39
}
-
 
40
 
-
 
41
.url-saved, .rejected	{
-
 
42
	color: #000000;
-
 
43
    font-size: 10px !important;
-
 
44
    font-weight: bold;
-
 
45
    text-decoration: none !important;
38
}
46
}
39
 
47
 
40
.clearboth	{	clear: both;	}
48
.clearboth	{	clear: both;	}
41
 
49
 
42
#pageTitle	{
50
#pageTitle	{
43
	float: left;
51
	float: left;
44
	font-size: 20px;
52
	font-size: 20px;
45
	line-height: 40px;
53
	line-height: 40px;
-
 
54
	margin-right: 40p;
46
}
55
}
47
 
56
 
48
#howTo	{
57
.menu-item	{
49
	float: left;
58
	float: left;
50
	margin-left: 630px;
59
	margin-left: 30px;
51
	background-color: #4787ED;
60
	background-color: #4787ED;
52
	border: 1px solid #3079ED;
61
	border: 1px solid #3079ED;
53
	padding: 7px 14px;
62
	padding: 7px 14px;
54
	color: #ffffff;
63
	color: #ffffff;
55
	font-size: 12px;
64
	font-size: 12px;
Line 57... Line 66...
57
	cursor: pointer;
66
	cursor: pointer;
58
}
67
}
59
 
68
 
60
#facebox .content li.first	{
69
#facebox .content li.first	{
61
	padding: 5px 0px;
70
	padding: 5px 0px;
-
 
71
}
-
 
72
 
-
 
73
.watchlist-icon	{
-
 
74
	background-image: url("/static/images/watch.png");
-
 
75
    cursor: pointer;
-
 
76
    float: right;
-
 
77
    padding: 6px;
-
 
78
}
-
 
79
 
-
 
80
.on-watchlist	{
-
 
81
	background-position: 0 12px;
62
}
82
}
63
83