Subversion Repositories SmartDukaan

Rev

Rev 2674 | Rev 2724 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2674 vikas 1
body{
2
    font-family:Verdana, Verdana, Geneva, sans-serif;
3
    font-size:12px;
4
    color:#000;
5
    line-height:18px;
6
    margin: 0 auto;
7
    width:1000px;
8
    height:600px;
9
}
10
 
11
#topbar{
12
	width:100%;
13
    height:10%;
14
    background-color: #EEF
15
}
16
 
17
#middle{
18
    width:100%;
19
    height:80%;
20
    background-color: #EFF
21
}
22
 
23
/*___ Sidebar ___*/
24
#sidebar{
25
	float:left;
26
	width:20%;
27
	height:100%;
28
	background-color: #EEE
29
}
30
 
31
/*___ infopane ___*/
32
#infopane{
33
    float:left;
34
    width:80%;
35
    height:100%;
36
    overflow: auto;
37
}
38
 
39
/*___ top-infopane ___*/
40
#top-infopane{
41
    float:left;
42
    width:100%;
43
    height:50%;
44
    overflow: auto;
45
}
46
 
47
/*___ bottom-infopane ___*/
48
#bottom-infopane{
49
    float:left;
50
    width:100%;
51
    height:50%;
52
    overflow: auto;
53
    background-color: #EFE
54
}
55
 
56
/*___ orderTopLeft ___*/
57
#orderTopLeft{
58
    float:left;
59
    width:24%;
60
    height:50%;
61
}
62
 
63
/*___ orderTopMiddle ___*/
64
#orderTopMiddle{
65
    float:left;
66
    width:38%;
67
    height:50%;
68
}
69
 
70
/*___ orderTopRight ___*/
71
#orderTopRight{
72
    float:left;
73
    width:38%;
74
    height:50%;
75
}
76
 
77
/*___ orderBottom ___*/
78
#orderBottom{
79
    float:left;
80
    width:100%;
81
    height:50%;
82
}
83
 
84
/*___ orderBottomLeft ___*/
85
#orderBottomLeft{
86
    float:left;
87
    width:33%;
88
}
89
 
90
/*___ orderBottomMiddle ___*/
91
#orderBottomMiddle{
92
    float:left;
93
    width:33%;
94
}
95
 
96
/*___ orderBottomRight ___*/
97
#orderBottomRight{
98
    float:left;
99
    width:34%;
100
}
101
 
102
/*___ footer ___*/
103
#footer{
104
    width:100%;
105
    height:10%;
106
    background-color: #EEF
107
}
2714 vikas 108
 
109
#user-orders tr.selected {
110
	font-weight: bold;
111
}