Subversion Repositories SmartDukaan

Rev

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

Rev 449 Rev 458
Line 34... Line 34...
34
	margin: 10px;
34
	margin: 10px;
35
}
35
}
36
 
36
 
37
.scroll-pane {
37
.scroll-pane {
38
	width: 200px;
38
	width: 200px;
39
	height: 200px;
39
	/*height: 200px;*/
-
 
40
     min-height:42px;
40
	overflow: auto;
41
	overflow: auto;
41
	background: #ccc;
42
	background: #fff;
42
	float: left;
43
	float: left;
43
}
44
}
44
 
45
 
45
.wide {
46
.wide {
46
	width: 400px;
47
	width: 400px;
Line 51... Line 52...
51
}
52
}
52
 
53
 
53
.tall {
54
.tall {
54
	height: 400px;
55
	height: 400px;
55
}
56
}
56
 
57
/*
57
#pane1 {
58
#pane1 {
58
}
59
}
59
#pane2 {
60
#pane2 {
60
	height: 150px;
61
	height: 150px;
61
}
62
}
62
#pane3 {
63
#pane3 {
63
	height: 190px;
64
	height: 190px;
64
}
65
}
65
#pane4 {
66
#pane4 {
66
	height: 190px;
67
	height: 190px;
67
}
-
 
68
68
}*/
-
 
69
69
70