Subversion Repositories SmartDukaan

Rev

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

Rev 15974 Rev 15978
Line 102... Line 102...
102
      >div{
102
      >div{
103
        .float(left);
103
        .float(left);
104
        width:30%;
104
        width:30%;
105
        .boxsize;
105
        .boxsize;
106
        padding:4px;
106
        padding:4px;
107
        text-align:center;
107
        text-align:left;
108
        color:@grey;
108
        color:@grey;
109
        span{
109
        span{
110
          display:block;
110
          display:block;
111
          padding:0 0 1px;
111
          padding:0 0 1px;
112
        }
112
        }
Line 138... Line 138...
138
          .boxsize;
138
          .boxsize;
139
          color:@grey;
139
          color:@grey;
140
          background:@white;
140
          background:@white;
141
        }
141
        }
142
        .confirm-qty{
142
        .confirm-qty{
143
          .font(1.0em);
143
          .font(1.4em);
144
	      float:right;
144
	      float:right;
145
	      padding: 8px 3px;
145
	      padding: 8px 3px;
146
	      width:25%;
146
	      width:25%;
147
	      background:@sub-list;
147
	      background:@sub-list;
148
	      color:@white;
148
	      color:@white;