Subversion Repositories SmartDukaan

Rev

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

Rev 15971 Rev 15972
Line 130... Line 130...
130
          -webkit-appearance: none;
130
          -webkit-appearance: none;
131
          width: 60%;
131
          width: 60%;
132
          float:left;
132
          float:left;
133
          border: #F2F3EF solid 1px;
133
          border: #F2F3EF solid 1px;
134
          text-align: center;
134
          text-align: center;
135
          padding: 2px 3px;
135
          padding: 8px 3px;
136
          .boxsize;
136
          .boxsize;
137
          color:@grey;
137
          color:@grey;
138
          background:@white;
138
          background:@white;
139
        }
139
        }
140
        .confirm-qty{
140
        .confirm-qty{
141
          .font(1.0em);
141
          .font(1.0em);
142
	      float:right;
142
	      float:right;
143
	      width:15%;
143
	      width:25%;
144
	      background:@sub-list;
144
	      background:@sub-list;
145
	      color:@white;
145
	      color:@white;
146
	      text-align:center;
146
	      text-align:center;
147
        }     
147
        }     
148
      }
148
      }