Subversion Repositories SmartDukaan

Rev

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

Rev 11079 Rev 11088
Line 615... Line 615...
615
}
615
}
616
 
616
 
617
/*---------------------------------profile-pverlay--------------------------*/
617
/*---------------------------------profile-pverlay--------------------------*/
618
 
618
 
619
.profile-overlay{  
619
.profile-overlay{  
620
  width:80%;
620
  width:85%;
621
  position:absolute;
621
  position:absolute;
622
   z-index:14;
622
   z-index:14;
623
  top:45px;
623
  top:45px;
624
  right:0;
624
  right:0;
625
  .boxsize;
625
  .boxsize;
Line 635... Line 635...
635
  a{
635
  a{
636
    display:block;
636
    display:block;
637
    color:@grey;
637
    color:@grey;
638
    .font(1.6em);
638
    .font(1.6em);
639
    font-weight:bold;
639
    font-weight:bold;
640
    padding:10px 30px;
640
    padding:10px 30px 10px 10px;
641
    width:100%;
641
    width:100%;
642
    background:@list-color1;
642
    background:@list-color1;
643
    border-bottom:@white solid 1px;
643
    border-bottom:@white solid 1px;
644
    .boxsize;
644
    .boxsize;
-
 
645
    > span{
-
 
646
     .float(left);
-
 
647
     font-weight:normal;
-
 
648
    }
645
  }
649
  }
646
}
650
}
647
 
651
 
648
.sucess-reg{
652
.sucess-reg{
649
  padding:5px;
653
  padding:5px;