Subversion Repositories SmartDukaan

Rev

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

Rev 11194 Rev 11677
Line 178... Line 178...
178
    }  
178
    }  
179
}
179
}
180
 
180
 
181
}
181
}
182
 
182
 
-
 
183
.change-password{
-
 
184
  .head{
-
 
185
    background:darken(@list-color2,5%);
-
 
186
    color:@grey;
-
 
187
    padding:10px; 
-
 
188
    .font(1.6em);   
-
 
189
  }
-
 
190
  form{
-
 
191
    padding:0 10px 10px;
-
 
192
    background:@list-color2;
-
 
193
    .save-btn{
-
 
194
      background:@orange;
-
 
195
      color:@white;
-
 
196
      .float(right);
-
 
197
      width:49%;
-
 
198
    }
-
 
199
    .cancel-btn{
-
 
200
      background:@grey;
-
 
201
      color:@white;
-
 
202
      .float(left);
-
 
203
      width:49%;
-
 
204
    }
-
 
205
  }
-
 
206
}
-
 
207
 
183
/*----------------------error-msg---------------------------*/
208
/*----------------------error-msg---------------------------*/
184
 
209
 
185
.error_msg{
210
.error_msg{
186
  padding:5px;
211
  padding:5px;
187
  display:block;
212
  display:block;
Line 189... Line 214...
189
  background:@list-color2;
214
  background:@list-color2;
190
  color:red;
215
  color:red;
191
  .font(1.4em);
216
  .font(1.4em);
192
  margin:10px;
217
  margin:10px;
193
}
218
}
-
 
219
 
-
 
220
/*----------------------success-msg---------------------------*/
-
 
221
 
-
 
222
.success_msg{
-
 
223
  padding:5px;
-
 
224
  display:block;
-
 
225
  border:@green dotted 1px;
-
 
226
  background:@list-color2;
-
 
227
  color:green;
-
 
228
  .font(1.4em);
-
 
229
  margin:10px;
-
 
230
}