Subversion Repositories SmartDukaan

Rev

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

Rev 15968 Rev 15969
Line 98... Line 98...
98
}
98
}
99
 
99
 
100
.pd-price{
100
.pd-price{
101
      border-top:@list-color2 solid 1px;
101
      border-top:@list-color2 solid 1px;
102
      >div{
102
      >div{
103
        .float(left);
-
 
104
        .boxsize;
103
        .boxsize;
105
        padding:4px;
104
        padding:4px;
106
        text-align:center;
105
        text-align:center;
107
        color:@grey;
106
        color:@grey;
108
        span{
107
        span{
Line 118... Line 117...
118
        width:1%;
117
        width:1%;
119
        padding-top: 28px;
118
        padding-top: 28px;
120
      }
119
      }
121
      > div:nth-of-type(1){
120
      > div:nth-of-type(1){
122
      	width:25%;
121
      	width:25%;
-
 
122
      	float:left;
123
        div{
123
        div{
124
          .font(1.2em);
124
          .font(1.2em);
125
        }
125
        }
126
      }
126
      }
127
      > div:nth-of-type(2){
127
      > div:nth-of-type(2){
-
 
128
      	width: 26%;
-
 
129
      	float:left;
128
        input{
130
        input{
129
          appearance: none;
131
          appearance: none;
130
          -webkit-appearance: none;
132
          -webkit-appearance: none;
131
          width: 26%;
-
 
132
          border: #F2F3EF solid 1px;
133
          border: #F2F3EF solid 1px;
133
          text-align: center;
134
          text-align: center;
134
          padding: 8px 3px;
135
          padding: 8px 3px;
135
          .boxsize;
136
          .boxsize;
136
          color:@grey;
137
          color:@grey;
Line 138... Line 139...
138
        }  
139
        }  
139
      }
140
      }
140
      >div:nth-of-type(3){
141
      >div:nth-of-type(3){
141
      	  .font(1.0em);
142
      	  .font(1.0em);
142
	      width:24%;
143
	      width:24%;
-
 
144
	      float:left;
143
	      background:@sub-list;
145
	      background:@sub-list;
144
	      color:@white;
146
	      color:@white;
145
	      text-align:center;
147
	      text-align:center;
146
      }
148
      }
147
      >div:nth-of-type(4){
149
      >div:nth-of-type(4){