Subversion Repositories SmartDukaan

Rev

Rev 11249 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11249 Rev 11321
Line 115... Line 115...
115
    border-bottom:none;
115
    border-bottom:none;
116
    //color:@orange!important;
116
    //color:@orange!important;
117
    font-weight:bold;
117
    font-weight:bold;
118
  }
118
  }
119
  .sub-head-cont{
119
  .sub-head-cont{
120
    //background:#efefef;
120
    background:@list-color2;
121
    border:darken(@list-color2,10%) solid 1px;
121
    border:darken(@list-color2,10%) solid 1px;
122
    margin-bottom:5px;
122
    margin-bottom:5px;
123
    border-top:none;
123
    border-top:none;
124
    //padding:5px;
124
    padding:5px;
125
    .order{
125
    .order{
126
      display:block;
126
      display:block;
127
      background:@list-color2;
-
 
128
      padding:10px;
127
      padding:10px;
-
 
128
      margin-bottom:5px;
-
 
129
      background:url('../images/forward.png')no-repeat 99% center,@white ;
-
 
130
      background-size:10px;
129
      border-bottom:@white solid 1px;
131
      //border-bottom:@white solid 1px;
130
      >div:nth-of-type(1){
132
      >div:nth-of-type(1){
131
        color:@grey;
133
        color:@grey;
132
        .order-id{
134
        .order-id{
133
          .font(1.4em);
135
          .font(1.4em);
134
          .float(left);
136
          .float(left);
135
          span:nth-of-type(1){
137
          span:nth-of-type(1){
136
           font-weight:bold;
138
           font-weight:bold;
137
          }
139
          }
138
        }
140
        }
-
 
141
 
-
 
142
         >span:nth-of-type(1){
-
 
143
              .float(right);
-
 
144
              .font(1.2em);
-
 
145
              margin-right:2%;
-
 
146
          }
-
 
147
       
-
 
148
        > a{
-
 
149
          .font(1.2em);
-
 
150
          .float(right);
-
 
151
          color:@grey;
-
 
152
          text-decoration:underline;
-
 
153
        }
-
 
154
      }
-
 
155
      >div:nth-of-type(2){
-
 
156
          color:@grey;
-
 
157
          margin-top:4px;
-
 
158
          >span:nth-of-type(1){
-
 
159
              .float(left);
-
 
160
              .font(1.2em);
-
 
161
          }
139
        .order-status{
162
        .order-status{
140
          .font(1.2em);
163
          .font(1.2em);
141
          .float(right);
164
          .float(right);
142
          color:@green;  
165
          color:@green;  
143
          padding-top: 1px;
166
          padding-top: 1px;
-
 
167
          margin-right:2%;
144
        }
168
        }
145
        .order-status.failed{
169
        .order-status.failed{
146
          color:#E00303!important;
170
          color:#E00303!important;
147
        }
171
        }
148
        > a{
172
         
149
          .font(1.2em);
-
 
150
          .float(right);
-
 
151
          color:@grey;
-
 
152
          text-decoration:underline;
-
 
153
        }
173
        }
154
      }
174
    }
-
 
175
 
-
 
176
    .order:last-child{
-
 
177
    margin-bottom:0!important;
155
    }
178
    }
156
  }
179
  }
157
}
180
}
158
 
181
 
159
 
182