Subversion Repositories SmartDukaan

Rev

Rev 1035 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1035 Rev 5145
Line 29... Line 29...
29
	background: #69f;
29
	background: #69f;
30
}
30
}
31
			
31
			
32
.holder {
32
.holder {
33
	float: left;
33
	float: left;
34
	/*margin: 10px;*/ /*** Ebizon changes for removing myresearch block spacing ****/
-
 
35
}
34
}
36
 
35
 
37
.scroll-pane {
36
.scroll-pane {
38
	width: 200px;
37
	width: 200px;
39
	/*height: 200px;*/
-
 
40
     min-height:42px;
38
	min-height:42px;
41
	overflow: auto;
39
	overflow: auto;
42
	background: #fff;
40
	background: #fff;
43
	float: left;
41
	float: left;
44
}
42
}
45
 
43
 
Line 52... Line 50...
52
}
50
}
53
 
51
 
54
.tall {
52
.tall {
55
	height: 400px;
53
	height: 400px;
56
}
54
}
57
/*
-
 
58
#pane1 {
-
 
59
}
-
 
60
#pane2 {
-
 
61
	height: 150px;
-
 
62
}
-
 
63
#pane3 {
-
 
64
	height: 190px;
-
 
65
}
-
 
66
#pane4 {
-
 
67
	height: 190px;
-
 
68
}*/
-