Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
21627 kshitij.so 1
/* Widget css */
2
 
3
/* Chat Widget starts */
4
 
5
.chats{
6
	list-style-type: none;
7
	margin: 0px;
8
}
9
 
10
.chats li{
11
	margin-bottom: 8px;
12
	padding-bottom: 8px;
13
}
14
 
15
.chats .by-me img{
16
	margin-top: 5px;
17
	margin-right:10px;
18
	padding: 1px;
19
	background:#fff;
20
	border: 1px solid #ccc;
21
}
22
 
23
.chats .by-me .chat-meta{
24
	font-size: 11px;
25
	color: #999;
26
}
27
 
28
.chats .by-me .chat-content{
29
	margin-left: 60px;
30
	position: relative; 
31
	background: #fff; 
32
	border: 1px solid #ddd;
33
	padding: 7px 10px;
34
	border-radius: 5px;
35
	font-size: 13px;
36
}
37
 
38
.chats .by-me .chat-content:after, .chats .by-me .chat-content:before { 
39
	right: 100%; 
40
	border: solid transparent; 
41
	content: " "; 
42
	height: 0; 
43
	width: 0; 
44
	position: absolute; 
45
	pointer-events: none; 
46
} 
47
 
48
.chats .by-me .chat-content:after { 
49
	border-color: rgba(255, 255, 255, 0); 
50
	border-right-color: #fff; 
51
	border-width: 10px; 
52
	top: 30%; 
53
	margin-top: -10px; 
54
} 
55
 
56
.chats .by-me .chat-content:before { 
57
	border-color: rgba(238, 238, 238, 0); 
58
	border-right-color: #ccc; 
59
	border-width: 11px; 
60
	top: 30%; 
61
	margin-top: -11px; 
62
}
63
 
64
.chats .by-other img{
65
	margin-top: 5px;
66
	margin-left:10px;
67
	padding: 1px;
68
	background:#fff;
69
	border: 1px solid #ccc;
70
}
71
 
72
.chats .by-other .chat-meta{
73
	font-size: 11px;
74
	color: #999;
75
}
76
 
77
.chats .by-other .chat-content{
78
	margin-right: 60px;
79
	position: relative; 
80
	background: #fff; 
81
	border: 1px solid #ddd;
82
	padding: 7px 10px;
83
	border-radius: 5px;
84
	font-size: 13px;
85
}
86
 
87
.chats .by-other .chat-content:after, .chats .by-other .chat-content:before { 
88
	left: 100%; 
89
	border: solid transparent; 
90
	content: " "; 
91
	height: 0; 
92
	width: 0; 
93
	position: absolute; 
94
	pointer-events: none; 
95
} 
96
 
97
.chats .by-other .chat-content:after { 
98
	border-color: rgba(255, 255, 255, 0); 
99
	border-left-color: #fff; 
100
	border-width: 10px; 
101
	top: 30%; 
102
	margin-top: -10px; 
103
} 
104
 
105
.chats .by-other .chat-content:before { 
106
	border-color: rgba(238, 238, 238, 0); 
107
	border-left-color: #ccc; 
108
	border-width: 11px; 
109
	top: 30%; 
110
	margin-top: -11px; 
111
}
112
 
113
/* Chat widget ends */
114
 
115
 
116
/* Recent posts & Comments widgets starts */
117
 
118
 
119
.recent-content .btn{
120
	font-size: 11px !important;
121
	margin-top: 5px;
122
}
123
 
124
.recent-meta{
125
	font-size: 11px;
126
	color: #999;
127
}
128
 
129
.recent {
130
	list-style-type: none;
131
	margin: 0px;
132
	font-size: 12px;
133
	line-height: 16px;
134
}
135
 
136
.recent img{
137
	margin-top: 5px;
138
	margin-right:10px;
139
	padding: 1px;
140
	background:#fff;
141
	border: 1px solid #ccc;
142
}
143
 
144
.recent li{
145
	margin-bottom: 8px;
146
	padding-bottom: 8px;
147
	border-bottom: 1px solid #eee;
148
}
149
 
150
/* Recent posts and comments widget ends */
151
 
152
/* File upload widget starts */
153
 
154
.file-upload{
155
	list-style-type: none;
156
	margin: 0px;
157
	padding:0px;
158
}
159
 
160
.file-upload li{
161
	padding:5px 10px;
162
  background-color: #fafafa;
163
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f6f6f6));
164
  background: -webkit-linear-gradient(top, #fafafa, #f6f6f6);
165
  background: -moz-linear-gradient(top, #fafafa, #f6f6f6);
166
  background: -ms-linear-gradient(top, #fafafa, #f6f6f6);
167
  background: -o-linear-gradient(top, #fafafa, #f6f6f6);
168
  background: linear-gradient(top, #fafafa, #f6f6f6);	
169
  border-top: 1px solid #ccc;
170
}
171
 
172
.file-upload li:first-child{
173
	border-top: 0px;
174
}
175
 
176
.file-upload li:hover{
177
	background: #f0f0f0;
178
}
179
 
180
.file-upload .file-meta{
181
	font-size: 11px;
182
}
183
 
184
.file-upload .progress{
185
	margin: 5px 0px !important;
186
}
187
 
188
/* File upload widget ends */
189
 
190
 
191
/* Tasks starts */
192
 
193
.task{
194
	list-style-type: none;
195
	margin: 0px;
196
	padding:0px;
197
}
198
 
199
.task li{
200
	padding:10px 10px;
201
  background-color: #fafafa;
202
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f6f6f6));
203
  background: -webkit-linear-gradient(top, #fafafa, #f6f6f6);
204
  background: -moz-linear-gradient(top, #fafafa, #f6f6f6);
205
  background: -ms-linear-gradient(top, #fafafa, #f6f6f6);
206
  background: -o-linear-gradient(top, #fafafa, #f6f6f6);
207
  background: linear-gradient(top, #fafafa, #f6f6f6);	
208
  border-top: 1px solid #ccc;
209
}
210
 
211
.task li:first-child{
212
	border-top: 0px;
213
}
214
 
215
.task li:hover{
216
	background: #f0f0f0;
217
}
218
 
219
.task i{
220
	width: 17px;
221
	height: 17px;
222
	background: #ccc;
223
	text-align: center;
224
	border-radius: 50px;
225
	font-size: 10px;
226
	line-height: 17px;
227
}
228
 
229
.task .label{
230
	margin-left: 5px;
231
}
232
 
233
.task a{
234
	color: #999;
235
}
236
 
237
/* Tasks ends */
238
 
239
/* Referrer - OS and Browser */
240
 
241
.referrer img{
242
	max-width: 20px;
243
	width: 20px;
244
	display: block;
245
	margin: 0 auto;
246
}
247
 
248
/* Referrer ends */
249
 
250
/* Latest news */
251
 
252
.latest-news{
253
	margin: 0px;
254
	padding: 0px;
255
	list-style-type: none;
256
}
257
 
258
.latest-news li{
259
	border-bottom: 1px solid #ddd;
260
	padding-bottom: 5px;
261
	margin-bottom: 5px;
262
}
263
 
264
.latest-news li:last-child{
265
	border-bottom: 0px;
266
	margin-bottom: 0px;
267
	padding-bottom: 0px;
268
}
269
 
270
.latest-news h6{
271
	line-height: 13px;
272
}
273
 
274
.latest-news h6 span{
275
	font-weight: normal;
276
	font-size: 11px;
277
	color: #666;
278
}
279
 
280
/* Quick post */
281
 
282
.quick-post{
283
	margin-top: 20px;
284
}
285
 
286
/* Project starts */
287
 
288
.project{
289
	list-style-type: none;
290
	margin: 0px;
291
	padding:0px;
292
}
293
 
294
.project li{
295
	padding:10px 10px;
296
  background-color: #fafafa;
297
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f6f6f6));
298
  background: -webkit-linear-gradient(top, #fafafa, #f6f6f6);
299
  background: -moz-linear-gradient(top, #fafafa, #f6f6f6);
300
  background: -ms-linear-gradient(top, #fafafa, #f6f6f6);
301
  background: -o-linear-gradient(top, #fafafa, #f6f6f6);
302
  background: linear-gradient(top, #fafafa, #f6f6f6);	
303
  border-top: 1px solid #ccc;
304
}
305
 
306
.project li:first-child{
307
	border-top: 0px;
308
}
309
 
310
.project li:hover{
311
	background: #f0f0f0;
312
}
313
 
314
.project p{
315
	font-weight: bold;
316
	margin: 0px !important;
317
	padding: 0px !important
318
}
319
 
320
.project .p-meta{
321
	font-size: 11px;
322
	font-weight: normal;
323
	margin-left: 26px !important;
324
	margin-bottom: 5px !important;
325
}
326
 
327
.project .progress{
328
	margin:0px !important;
329
	padding: 0px !important;
330
	margin-left: 26px !important;
331
}
332
 
333
/* Proejct ends */
334
 
335
/* Recent Activity starts */
336
 
337
.activity{
338
	list-style-type: none;
339
	margin: 0px;
340
	padding:0px;
341
}
342
 
343
.activity li{
344
	padding:8px 10px;
345
  background-color: #fafafa;
346
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#f6f6f6));
347
  background: -webkit-linear-gradient(top, #fafafa, #f6f6f6);
348
  background: -moz-linear-gradient(top, #fafafa, #f6f6f6);
349
  background: -ms-linear-gradient(top, #fafafa, #f6f6f6);
350
  background: -o-linear-gradient(top, #fafafa, #f6f6f6);
351
  background: linear-gradient(top, #fafafa, #f6f6f6);	
352
  border-top: 1px solid #ccc;
353
}
354
 
355
.activity li:first-child{
356
	border-top: 0px;
357
}
358
 
359
.activity li:hover{
360
	background: #f0f0f0;
361
}
362
 
363
.activity i{
364
	margin-right: 5px;
365
}
366
 
367
/* Recent activity ends */
368
 
369
/* Google maps */
370
 
371
.gmap iframe{
372
	width: 100%;
373
	margin: 0px;
374
	padding: 0px;
375
}
376
 
377
/* Google maps ends */
378
 
379
/* Users starts */
380
 
381
.user img{
382
	max-width: 100px;
383
	border: 1px solid #aaa;
384
	padding: 1px;
385
	background: #fff;
386
	margin-top: 5px;
387
}
388
 
389
.user .user-pic{
390
	float: left;
391
	width: 110px;
392
}
393
 
394
.user .user-details{
395
	margin-left: 115px;
396
}
397
 
398
/* Users ends */