Subversion Repositories SmartDukaan

Rev

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

Rev 2724 Rev 2730
Line 3... Line 3...
3
    font-size:12px;
3
    font-size:12px;
4
    color:#000;
4
    color:#000;
5
    line-height:18px;
5
    line-height:18px;
6
    margin: 0 auto;
6
    margin: 0 auto;
7
    width:1000px;
7
    width:1000px;
8
    height:600px;
8
    height:700px;
9
}
9
}
10
 
10
 
11
#topbar{
11
#topbar{
12
	width:100%;
12
	width:100%;
13
    height:10%;
13
    height:10%;
Line 38... Line 38...
38
 
38
 
39
/*___ top-infopane ___*/
39
/*___ top-infopane ___*/
40
#top-infopane{
40
#top-infopane{
41
    float:left;
41
    float:left;
42
    width:100%;
42
    width:100%;
43
    height:50%;
43
    height:40%;
44
    overflow: auto;
44
    overflow: auto;
45
}
45
}
46
 
46
 
47
/*___ bottom-infopane ___*/
47
/*___ bottom-infopane ___*/
48
#bottom-infopane{
48
#bottom-infopane{
49
    float:left;
49
    float:left;
50
    width:100%;
50
    width:100%;
51
    height:50%;
51
    height:60%;
52
    overflow: auto;
52
    overflow: auto;
53
    background-color: #EFE
53
    background-color: #EFE
54
}
54
}
55
 
55
 
56
/*___ orderTopLeft ___*/
56
/*___ orderTopLeft ___*/
57
#orderTopLeft{
57
#orderTopLeft{
58
    float:left;
58
    float:left;
59
    width:24%;
59
    width:24%;
60
    height:50%;
60
    height:40%;
61
}
61
}
62
 
62
 
63
/*___ orderTopMiddle ___*/
63
/*___ orderTopMiddle ___*/
64
#orderTopMiddle{
64
#orderTopMiddle{
65
    float:left;
65
    float:left;
66
    width:38%;
66
    width:38%;
67
    height:50%;
67
    height:40%;
68
}
68
}
69
 
69
 
70
/*___ orderTopRight ___*/
70
/*___ orderTopRight ___*/
71
#orderTopRight{
71
#orderTopRight{
72
    float:left;
72
    float:left;
73
    width:38%;
73
    width:38%;
74
    height:50%;
74
    height:40%;
75
}
75
}
76
 
76
 
77
/*___ orderBottom ___*/
77
/*___ orderBottom ___*/
78
#orderBottom{
78
#orderBottom{
79
    float:left;
79
    float:left;
80
    width:100%;
80
    width:100%;
81
    height:50%;
81
    height:60%;
82
}
82
}
83
 
83
 
84
/*___ orderBottomLeft ___*/
84
/*___ orderBottomLeft ___*/
85
#orderBottomLeft{
85
#orderBottomLeft{
86
    float:left;
86
    float:left;