Subversion Repositories SmartDukaan

Rev

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

Rev 15972 Rev 15973
Line 116... Line 116...
116
      }
116
      }
117
      > span{
117
      > span{
118
        float:left;
118
        float:left;
119
        width:1%;
119
        width:1%;
120
        padding-top: 28px;
120
        padding-top: 28px;
-
 
121
        margin-right: 5px;
121
      }
122
      }
122
      > div:nth-of-type(1){
123
      > div:nth-of-type(1){
123
        div{
124
        div{
124
          .font(1.2em);
125
          .font(1.2em);
125
        }
126
        }
Line 131... Line 132...
131
          width: 60%;
132
          width: 60%;
132
          float:left;
133
          float:left;
133
          border: #F2F3EF solid 1px;
134
          border: #F2F3EF solid 1px;
134
          text-align: center;
135
          text-align: center;
135
          padding: 8px 3px;
136
          padding: 8px 3px;
-
 
137
  		  margin-left: 3px;
136
          .boxsize;
138
          .boxsize;
137
          color:@grey;
139
          color:@grey;
138
          background:@white;
140
          background:@white;
139
        }
141
        }
140
        .confirm-qty{
142
        .confirm-qty{
141
          .font(1.0em);
143
          .font(1.0em);
142
	      float:right;
144
	      float:right;
-
 
145
	      padding: 8px 3px;
143
	      width:25%;
146
	      width:25%;
144
	      background:@sub-list;
147
	      background:@sub-list;
145
	      color:@white;
148
	      color:@white;
146
	      text-align:center;
149
	      text-align:center;
147
        }     
150
        }