Subversion Repositories SmartDukaan

Rev

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

Rev 3551 Rev 4106
Line 1... Line 1...
1
body	{	font-size: 12px;	}
1
body	{	font-size: 12px;	}
2
 
2
 
3
#datatable-container	{
3
#datatable-container	{
4
	overflow: auto;
4
	overflow: auto;
5
	height: 490px;
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: 12px;	}
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;	}
-
 
15
.dark-orange	{	background-color: #FFD45E;	}
14
 
16
 
15
.best {
17
.best {
16
	background-image: url(/static/images/best.png);
18
	background-image: url(/static/images/best.png);
17
	background-repeat: no-repeat;
19
	background-repeat: no-repeat;
18
}
20
}