Subversion Repositories SmartDukaan

Rev

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

Rev 4142 Rev 4241
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:1200px;
7
    width:1200px;
-
 
8
}
-
 
9
 
-
 
10
#line{
-
 
11
	background-color:black;
-
 
12
	width:100%;
8
    height:1600px;
13
	height:8px;
-
 
14
	float:left;
-
 
15
}
-
 
16
 
-
 
17
#separator-line{
-
 
18
	width:100%;
-
 
19
	color: black;
9
}
20
}
10
 
21
 
11
#topbar{
22
#topbar{
12
	width:100%;
23
	width:100%;
13
    height:4%;
24
    height:4%;
14
    background-color: #EEF
25
    background-color: #EEF
15
}
26
}
16
 
27
 
17
#topbar-left{
28
#topbar-left{
-
 
29
	float:left;
18
	width:82%;
30
	width:82%;
19
    height:4%;
31
	height:inherit;
20
    background-color: #EEF
-
 
21
}
32
}
22
 
33
 
23
#topbar-right{
34
#topbar-right{
24
	float:right;
35
	float:right;
25
    width:18%;
36
    width:18%;
26
    height:4%;
37
    height:inherit;
27
    background-color: #EEF
-
 
28
}
38
}
29
 
39
 
30
#middle{
40
#middle{
31
    width:100%;
41
    width:100%;
32
    height:96%;
42
    height:96%;
Line 35... Line 45...
35
 
45
 
36
/*___ Sidebar ___*/
46
/*___ Sidebar ___*/
37
#sidebar{
47
#sidebar{
38
	float:left;
48
	float:left;
39
	width:20%;
49
	width:20%;
-
 
50
	max-height:2000px;
40
	height:100%;
51
	min-height:1080px;
41
	background-color: #EEE
52
	background-color: lightBlue;
42
}
53
}
43
 
54
 
44
/*___ infopane ___*/
55
/*___ infopane ___*/
45
#infopane{
56
#infopane{
46
    float:left;
57
    float:left;
Line 62... Line 73...
62
}
73
}
63
 
74
 
64
/*___ orderTopLeft ___*/
75
/*___ orderTopLeft ___*/
65
#orderTopLeft{
76
#orderTopLeft{
66
    float:left;
77
    float:left;
67
    width:24%;
78
    width:33%;
68
}
79
}
69
 
80
 
70
/*___ orderTopMiddle ___*/
81
/*___ orderTopMiddle ___*/
71
#orderTopMiddle{
82
#orderTopMiddle{
72
    float:left;
83
    float:left;
73
    width:38%;
84
    width:34%;
74
}
85
}
75
 
86
 
76
/*___ orderTopRight ___*/
87
/*___ orderTopRight ___*/
77
#orderTopRight{
88
#orderTopRight{
78
    float:left;
89
    float:left;
79
    width:38%;
90
    width:33%;
80
}
91
}
81
 
92
 
82
/*___ orderMiddle ___*/
93
/*___ orderMiddle ___*/
83
#orderMiddle{
94
#orderMiddle{
84
    float:left;
95
    float:left;
Line 130... Line 141...
130
 
141
 
131
#activity tr.selected {
142
#activity tr.selected {
132
    font-weight: bold;
143
    font-weight: bold;
133
}
144
}
134
 
145
 
-
 
146
#activity-table tr.selected {
-
 
147
    font-weight: bold;
-
 
148
}
-
 
149
 
135
#tickets tr.selected {
150
#tickets tr.selected {
136
    font-weight: bold;
151
    font-weight: bold;
137
}
152
}
138
 
153
 
139
.width10{
154
.width10{
Line 159... Line 174...
159
.hidden {
174
.hidden {
160
	display: none;
175
	display: none;
161
}
176
}
162
 
177
 
163
.bold {
178
.bold {
164
	font-size: larger;
-
 
165
	font: italic;
179
	font: italic;
166
	font-style: oblique;
180
	font-style: oblique;
167
	text-decoration: underline;
181
	font-weight: bold;
168
}
182
}
169
 
183
 
170
.center-image {
184
.center-image {
171
  position: fixed;
185
  position: fixed;
172
  top: 50%;
186
  top: 50%;
Line 194... Line 208...
194
    white-space: -pre-wrap;      /* Opera 4-6 */
208
    white-space: -pre-wrap;      /* Opera 4-6 */
195
    white-space: -o-pre-wrap;    /* Opera 7 */
209
    white-space: -o-pre-wrap;    /* Opera 7 */
196
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
210
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
197
}
211
}
198
 
212
 
199
.update-order-status {
213
.CODButton {
200
	width: 80px;
214
	width: 80px;
201
	font-size: smaller;
215
	font-size: smaller;
202
	height: 30px;
216
	height: 30px;
203
}
217
}
204
 
218
 
-
 
219
.smallButton {
-
 
220
	width:70px;
-
 
221
	font-size:smaller;
-
 
222
	height:30px;
-
 
223
} 
-
 
224
 
205
.underline {
225
.underline {
206
	text-decoration: underline;
226
	text-decoration: underline;
207
}
227
}
208
 
228
 
209
.heading {
229
.heading {
210
	font-weight: bold;
230
	font-weight: bold;
211
	font-size: larger;
231
	font-size: larger;
212
}
232
}
-
 
233
 
-
 
234
.activity-description-bg {
-
 
235
	background-color: silver;
-
 
236
}
213
237