Subversion Repositories SmartDukaan

Rev

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

Rev 3090 Rev 3106
Line 13... Line 13...
13
    height:10%;
13
    height:10%;
14
    background-color: #EEF
14
    background-color: #EEF
15
}
15
}
16
 
16
 
17
#topbar-left{
17
#topbar-left{
18
	width:85%;
18
	width:88%;
19
    height:10%;
19
    height:10%;
20
    background-color: #EEF
20
    background-color: #EEF
21
}
21
}
22
 
22
 
23
#topbar-right{
23
#topbar-right{
24
	float:right;
24
	float:right;
25
    width:15%;
25
    width:12%;
26
    height:10%;
26
    height:10%;
27
    background-color: #EEF
27
    background-color: #EEF
28
}
28
}
29
 
29
 
30
#middle{
30
#middle{
31
    width:100%;
31
    width:100%;
32
    height:80%;
32
    height:90%;
33
    background-color: #EFF
33
    background-color: #EFF
34
}
34
}
35
 
35
 
36
/*___ Sidebar ___*/
36
/*___ Sidebar ___*/
37
#sidebar{
37
#sidebar{
Line 51... Line 51...
51
 
51
 
52
/*___ top-infopane ___*/
52
/*___ top-infopane ___*/
53
#top-infopane{
53
#top-infopane{
54
    float:left;
54
    float:left;
55
    width:100%;
55
    width:100%;
56
    height:40%;
56
    height:35%;
57
    overflow: auto;
57
    overflow: auto;
58
}
58
}
59
 
59
 
60
/*___ bottom-infopane ___*/
60
/*___ bottom-infopane ___*/
61
#bottom-infopane{
61
#bottom-infopane{
62
    float:left;
62
    float:left;
63
    width:100%;
63
    width:100%;
64
    height:60%;
64
    height:65%;
65
    overflow: auto;
65
    overflow: auto;
66
    background-color: #EFE
-
 
67
}
66
}
68
 
67
 
69
/*___ orderTopLeft ___*/
68
/*___ orderTopLeft ___*/
70
#orderTopLeft{
69
#orderTopLeft{
71
    float:left;
70
    float:left;
Line 120... Line 119...
120
}
119
}
121
 
120
 
122
/*___ footer ___*/
121
/*___ footer ___*/
123
#footer{
122
#footer{
124
    width:100%;
123
    width:100%;
125
    height:10%;
124
    height:0%;
126
    background-color: #EEF
125
    background-color: #EEF
127
}
126
}
128
 
127
 
129
#user-orders tr.selected {
128
#user-orders tr.selected {
130
	font-weight: bold;
129
	font-weight: bold;
Line 145... Line 144...
145
.width10{
144
.width10{
146
    width:175px;
145
    width:175px;
147
}
146
}
148
 
147
 
149
#bottom-infopane-upper {
148
#bottom-infopane-upper {
150
	height: 200px;
149
	height: 235px;
-
 
150
}
-
 
151
 
-
 
152
.table-tr-odd {
-
 
153
	background-color: #EAEBFF;
151
}
154
}
152
 
155
 
153
td {
-
 
154
	white-space: nowrap;
156
.table-tr-even {
155
	overflow: hidden;
-
 
156
    text-overflow: ellipsis;
-
 
157
    -o-text-overflow: ellipsis;
157
    background-color: white;
158
    -ms-text-overflow: ellipsis;
-
 
159
}
158
}
-
 
159
 
-
 
160
.home-page {
-
 
161
	cursor: pointer;
-
 
162
}
-
 
163
 
-
 
164
div.hidden-div {
-
 
165
	display: none;
-
 
166
}
160
167