Subversion Repositories SmartDukaan

Rev

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

Rev 11138 Rev 11143
Line 58... Line 58...
58
  background:@list-color1;
58
  background:@list-color1;
59
  padding:10px;
59
  padding:10px;
60
  .boxsize;
60
  .boxsize;
61
  border-top:@white solid 1px;
61
  border-top:@white solid 1px;
62
  border-bottom:@white solid 1px;
62
  border-bottom:@white solid 1px;
-
 
63
  margin-bottom: 5px;
63
  }
64
  }
64
 
65
 
65
 
66
 
66
.profile-hldr{
67
.profile-hldr{
67
  
68
  
Line 119... Line 120...
119
    border:darken(@list-color2,10%) solid 1px;
120
    border:darken(@list-color2,10%) solid 1px;
120
    margin-bottom:5px;
121
    margin-bottom:5px;
121
    border-top:none;
122
    border-top:none;
122
    //padding:5px;
123
    //padding:5px;
123
    .order{
124
    .order{
-
 
125
      display:block;
124
      background:@list-color2;
126
      background:@list-color2;
125
      padding:10px;
127
      padding:10px;
126
      border-bottom:@white solid 1px;
128
      border-bottom:@white solid 1px;
127
      >div:nth-of-type(1){
129
      >div:nth-of-type(1){
128
        color:@grey;
130
        color:@grey;
Line 133... Line 135...
133
           font-weight:bold;
135
           font-weight:bold;
134
          }
136
          }
135
        }
137
        }
136
        .order-status{
138
        .order-status{
137
          .font(1.2em);
139
          .font(1.2em);
138
          .float(left);
140
          .float(right);
139
          color:@green;  
141
          color:@green;  
140
          padding-top: 1px;
142
          padding-top: 1px;
141
        }
143
        }
142
        .order-status.failed{
144
        .order-status.failed{
143
          color:#E00303!important;
145
          color:#E00303!important;
Line 590... Line 592...
590
 
592
 
591
.empty-msg{
593
.empty-msg{
592
  .font(1.6em);
594
  .font(1.6em);
593
  margin:10px 0;
595
  margin:10px 0;
594
  color:@grey;
596
  color:@grey;
595
}
-
 
596
.postalAddress-hldr{
-
 
597
  background:@list-color1;
-
 
598
  padding:10px;
-
 
599
  .font(1.2em);
-
 
600
  border-top:@white solid 1px;
-
 
601
  >div{
-
 
602
    padding:5px;
-
 
603
    background:@white;
-
 
604
  }
-
 
605
}
597
}
606
598