Subversion Repositories SmartDukaan

Rev

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

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