Subversion Repositories SmartDukaan

Rev

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

Rev 11125 Rev 11249
Line 103... Line 103...
103
    text-align:center;
103
    text-align:center;
104
    padding:8px 0;
104
    padding:8px 0;
105
    text-transform:uppercase;
105
    text-transform:uppercase;
106
    appearance: none;
106
    appearance: none;
107
    -webkit-appearance: none;
107
    -webkit-appearance: none;
-
 
108
     -moz-appearance: none;
108
    border:none;
109
    border:none;
109
  }
110
  }
110
  
111
  
111
  .deliver-info{
112
  .deliver-info{
112
    border:lighten(@grey,45%) solid 1px;
113
    border:lighten(@grey,45%) solid 1px;
Line 307... Line 308...
307
    
308
    
308
    input[type="text"], input[type="number"] , input[type="date"]{
309
    input[type="text"], input[type="number"] , input[type="date"]{
309
      width: 100%;
310
      width: 100%;
310
      appearance: none;
311
      appearance: none;
311
      -webkit-appearance: none;
312
      -webkit-appearance: none;
-
 
313
       -moz-appearance: none;
312
      border: #E5E6E0 solid 1px;
314
      border: #E5E6E0 solid 1px;
313
      color: #555;
315
      color: #555;
314
      border-radius: 0;
316
      border-radius: 0;
315
      outline: none;
317
      outline: none;
316
      padding: 10px;
318
      padding: 10px;
Line 532... Line 534...
532
        text-align:center;
534
        text-align:center;
533
        padding:2px;
535
        padding:2px;
534
        border:@white solid 2px;
536
        border:@white solid 2px;
535
        //opacity: 0.6;
537
        //opacity: 0.6;
536
        img{
538
        img{
537
          width:80%;
539
          width:95%;
538
          height: 50px;
-
 
539
          max-width:90px;
540
          max-width:100px;
540
        }
541
        }
541
      }
542
      }
542
      div:nth-of-type(3n+2){
543
      div:nth-of-type(3n+2){
543
        margin:0 5%;
544
        margin:0 5%;
544
      }
545
      }