Subversion Repositories SmartDukaan

Rev

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

Rev 13944 Rev 13948
Line 220... Line 220...
220
    width: 100%;
220
    width: 100%;
221
}
221
}
222
 
222
 
223
.modal-header, .modal-footer {
223
.modal-header, .modal-footer {
224
	background-color:#f2f2f2;
224
	background-color:#f2f2f2;
225
    font-weight:800;
225
  font-weight:800;
226
    font-size:12px;
226
  font-size:12px;
-
 
227
  padding: 2px !important;
227
}
228
}
228
 
229
 
229
.modal-footer i, .well i {
230
.modal-footer i, .well i {
230
    font-size:20px;
231
    font-size:20px;
231
    color:#c0c0c0;
232
    color:#c0c0c0;
232
}
233
}
233
 
234
 
234
.modal-body {
235
.modal-body {
235
	padding:0px;
236
	padding:0px;
236
}
237
}
237
 
-
 
-
 
238
.modal-body div{padding: 0;margin: 0;}
238
.modal-body textarea.form-control
239
.modal-body textarea.form-control
239
{
240
{
240
   resize: none;
241
   resize: none;
241
   border:0;
242
   border:0;
242
   box-shadow:0 0 0;
243
   box-shadow:0 0 0;
Line 447... Line 448...
447
.greenborder{border-top: 1px solid #58d936;padding: 5px 0;}
448
.greenborder{border-top: 1px solid #58d936;padding: 5px 0;}
448
.variants{color: #6294C3;font-size: 0.8em;}
449
.variants{color: #6294C3;font-size: 0.8em;}
449
#storeproducts{font-weight: bold;border-bottom: 1px solid #cecece;}
450
#storeproducts{font-weight: bold;border-bottom: 1px solid #cecece;}
450
#bestpricecontainer{font-size: 1.8em;color: #000;margin-top: 50px;}
451
#bestpricecontainer{font-size: 1.8em;color: #000;margin-top: 50px;}
451
.greenborder div{padding:0;}
452
.greenborder div{padding:0;}
-
 
453
.modal-header .close{margin-top: -5px !important;font-size: 4em !important;}
-
 
454