Subversion Repositories SmartDukaan

Rev

Rev 4106 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3551 varun.gupt 1
body	{	font-size: 12px;	}
2
 
3
#datatable-container	{
4
	overflow: auto;
5
	height: 490px;
6
}
7
 
8
.even	{	background-color: #EDEFF4;	}
9
td	{	padding: 4px; font-size: 12px;	}
10
td.name	{	width: 264px;	}
11
.diff	{	font-size: 10px;	}
12
.price	{	width: 125px;	text-align: center;	}
13
.red	{	background-color: #FF9E9E;	}
14
 
15
.best {
16
	background-image: url(/static/images/best.png);
17
	background-repeat: no-repeat;
18
}
19
 
20
.with-feedback a.link-conflict	{	font-size: 10px;	}
21
 
22
.msg	{
23
	width: 300px;
24
	margin: 5px 10px;
25
	padding: 4px 10px;
26
	background-color: #FFFF75;
27
	font-weight: bold;
28
}