Subversion Repositories SmartDukaan

Rev

Rev 7572 | 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;
3711 mandeep.dh 7
    width:1200px;
2674 vikas 8
}
9
 
4241 anupam.sin 10
#line{
11
	background-color:black;
12
	width:100%;
13
	height:8px;
14
	float:left;
15
}
16
 
17
#separator-line{
18
	width:100%;
19
	color: black;
20
}
21
 
2674 vikas 22
#topbar{
23
	width:100%;
3578 mandeep.dh 24
    height:4%;
2674 vikas 25
    background-color: #EEF
26
}
27
 
3090 mandeep.dh 28
#topbar-left{
4241 anupam.sin 29
	float:left;
3578 mandeep.dh 30
	width:82%;
4241 anupam.sin 31
	height:inherit;
3090 mandeep.dh 32
}
33
 
34
#topbar-right{
35
	float:right;
3578 mandeep.dh 36
    width:18%;
4241 anupam.sin 37
    height:inherit;
3090 mandeep.dh 38
}
39
 
2674 vikas 40
#middle{
41
    width:100%;
3578 mandeep.dh 42
    height:96%;
2674 vikas 43
    background-color: #EFF
44
}
45
 
46
/*___ Sidebar ___*/
47
#sidebar{
48
	float:left;
49
	width:20%;
4241 anupam.sin 50
	max-height:2000px;
51
	min-height:1080px;
52
	background-color: lightBlue;
2674 vikas 53
}
54
 
55
/*___ infopane ___*/
56
#infopane{
57
    float:left;
58
    width:80%;
59
    height:100%;
60
    overflow: auto;
61
}
62
 
63
/*___ top-infopane ___*/
64
#top-infopane{
65
    float:left;
66
    width:100%;
67
}
68
 
69
/*___ bottom-infopane ___*/
70
#bottom-infopane{
71
    float:left;
72
    width:100%;
73
}
74
 
75
/*___ orderTopLeft ___*/
76
#orderTopLeft{
20110 kshitij.so 77
    float:
78
;
4241 anupam.sin 79
    width:33%;
2674 vikas 80
}
81
 
82
/*___ orderTopMiddle ___*/
83
#orderTopMiddle{
84
    float:left;
4241 anupam.sin 85
    width:34%;
2674 vikas 86
}
87
 
88
/*___ orderTopRight ___*/
89
#orderTopRight{
90
    float:left;
4241 anupam.sin 91
    width:33%;
2674 vikas 92
}
93
 
3090 mandeep.dh 94
/*___ orderMiddle ___*/
95
#orderMiddle{
2674 vikas 96
    float:left;
97
    width:100%;
98
}
99
 
3090 mandeep.dh 100
/*___ orderMiddleLeft ___*/
101
#orderMiddleLeft{
2674 vikas 102
    float:left;
103
    width:33%;
104
}
105
 
3090 mandeep.dh 106
/*___ orderMiddleMiddle ___*/
107
#orderMiddleMiddle{
2674 vikas 108
    float:left;
109
    width:33%;
110
}
111
 
3090 mandeep.dh 112
/*___ orderMiddleRight ___*/
113
#orderMiddleRight{
2674 vikas 114
    float:left;
115
    width:34%;
116
}
117
 
3090 mandeep.dh 118
/*___ orderMiddle ___*/
119
#orderBottom{
120
    float:left;
121
    width:100%;
122
}
123
 
2674 vikas 124
/*___ footer ___*/
125
#footer{
126
    width:100%;
3106 mandeep.dh 127
    height:0%;
2674 vikas 128
    background-color: #EEF
129
}
2714 vikas 130
 
131
#user-orders tr.selected {
132
	font-weight: bold;
2724 vikas 133
}
134
 
7572 anupam.sin 135
#orders-without-user tr.selected {
136
	font-weight: bold;
137
}
138
 
6153 anupam.sin 139
#recharge-orders tr.selected {
140
	font-weight: bold;
141
}
142
 
2724 vikas 143
span.error{
144
	color: red;
3090 mandeep.dh 145
}
146
 
3546 mandeep.dh 147
div.message{
148
    color: red;
149
}
150
 
3339 mandeep.dh 151
#activity tr.selected {
152
    font-weight: bold;
153
}
154
 
4241 anupam.sin 155
#activity-table tr.selected {
156
    font-weight: bold;
157
}
158
 
3228 mandeep.dh 159
#tickets tr.selected {
160
    font-weight: bold;
161
}
162
 
4280 anupam.sin 163
.center-aligned {
164
	text-align:center;
165
}
166
 
3090 mandeep.dh 167
.width10{
168
    width:175px;
169
}
170
 
3397 mandeep.dh 171
.width-activity-type {
3339 mandeep.dh 172
    width:250px;
173
}
174
 
3106 mandeep.dh 175
.table-tr-odd {
176
	background-color: #EAEBFF;
3090 mandeep.dh 177
}
3106 mandeep.dh 178
 
179
.table-tr-even {
180
    background-color: white;
181
}
182
 
183
.home-page {
184
	cursor: pointer;
185
}
186
 
3397 mandeep.dh 187
.hidden {
3106 mandeep.dh 188
	display: none;
3137 mandeep.dh 189
}
190
 
3397 mandeep.dh 191
.bold {
3409 mandeep.dh 192
	font: italic;
193
	font-style: oblique;
4241 anupam.sin 194
	font-weight: bold;
3397 mandeep.dh 195
}
196
 
3151 mandeep.dh 197
.center-image {
198
  position: fixed;
199
  top: 50%;
200
  left: 50%;
201
  margin-top: -50px;
202
  margin-left: -100px;
3228 mandeep.dh 203
  z-index: 100;
3151 mandeep.dh 204
}
3206 mandeep.dh 205
 
206
div#mail-div {
207
	background-color: #EFF;
3519 mandeep.dh 208
	width:  740px;
209
    height: 380px;
3206 mandeep.dh 210
}
3228 mandeep.dh 211
 
3339 mandeep.dh 212
a:active {color:#0000FF;}
213
 
214
table.display {
215
    table-layout: fixed;
3411 mandeep.dh 216
}
217
 
3499 mandeep.dh 218
pre {
219
    white-space: pre-wrap;       /* css-3 */
220
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
221
    white-space: -pre-wrap;      /* Opera 4-6 */
222
    white-space: -o-pre-wrap;    /* Opera 7 */
223
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
224
}
3853 mandeep.dh 225
 
4241 anupam.sin 226
.CODButton {
3853 mandeep.dh 227
	width: 80px;
228
	font-size: smaller;
229
	height: 30px;
3996 mandeep.dh 230
}
231
 
4241 anupam.sin 232
.smallButton {
233
	width:70px;
234
	font-size:smaller;
235
	height:30px;
236
} 
237
 
3996 mandeep.dh 238
.underline {
239
	text-decoration: underline;
4142 mandeep.dh 240
}
241
 
242
.heading {
243
	font-weight: bold;
244
	font-size: larger;
245
}
4241 anupam.sin 246
 
247
.activity-description-bg {
248
	background-color: silver;
4681 amar.kumar 249
}
250
 
7393 anupam.sin 251
.cancelReasonBox {
4681 amar.kumar 252
	display: none;
4793 amar.kumar 253
}
254
 
255
.agent-option {
256
	font-size:16px;
257
}
258
 
259
.agent-form-error {
260
	background : yellow;	
5022 anupam.sin 261
}
262
 
263
.info {
264
	color : RED;
265
	font-size : 15px;
5203 amar.kumar 266
}
267
 
268
#common-activity-desc {
269
	display: none;
270
}
20110 kshitij.so 271
 
272
.return-transaction-option {
273
	font-size:14px;
274
}
275
 
276
.return-pickup-option {
277
	font-size:14px;
278
}
279
 
280
.view-all-return-transactions {
281
	font-size:14px;
282
}
283
 
284
#return-transactions-outer-div {
285
	margin :auto;
286
	padding : 10px 10px 5px;
287
}
288
.create-return-transaction {
289
	font-size: 16px;
290
	color: blue;
291
	text-decoration: underline;
292
}
293
 
294
.return-transaction-left {
295
	float:left;
296
	width:50%;
297
	letter-spacing:1px;
298
}
299
 
300
.return-transaction-right {
301
	float:left;
302
	width:50%;
303
	letter-spacing:1px;
304
}
305
 
306
.return-order-left {
307
	float:left;
308
	width:50%;
309
	letter-spacing:1px;
310
}
311
 
312
.return-order-right {
313
	float:left;
314
	width:50%;
315
	letter-spacing:1px;
316
}