Subversion Repositories SmartDukaan

Rev

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

Rev 11637 Rev 11715
Line 51... Line 51...
51
}
51
}
52
 
52
 
53
form{
53
form{
54
  padding:10px 0;
54
  padding:10px 0;
55
  background:@list-color2;
55
  background:@list-color2;
-
 
56
  text-align:center;
56
  fieldset{
57
  fieldset{
57
    border:none;
58
    border:none;
58
  }
59
  }
59
  
60
  
60
  label{
61
  label{
61
    font-weight:bold;
62
    font-weight:bold;
62
    display:block;
63
    display:block;
63
    .font(1.4em);
64
    .font(1.4em);
64
    color:@grey;
65
    color:@grey;
-
 
66
    text-align:left;
65
  }
67
  }
66
  input,select{
68
  input,select{
67
    width:100%;
69
    width:100%;
68
    appearance:none;
70
    appearance:none;
69
    -webkit-appearance:none;
71
    -webkit-appearance:none;
Line 75... Line 77...
75
    padding:10px;
77
    padding:10px;
76
    display:block;
78
    display:block;
77
    .boxsize;
79
    .boxsize;
78
    .font(1.4em);
80
    .font(1.4em);
79
    margin:2px 0 8px 0;
81
    margin:2px 0 8px 0;
-
 
82
    text-align:left;
80
  }
83
  }
81
  
84
  
82
  .price{
85
  .price{
83
    position:relative;
86
    position:relative;
84
  }
87
  }
Line 1161... Line 1164...
1161
    color:@grey;
1164
    color:@grey;
1162
    li{
1165
    li{
1163
      .font(1.4em);
1166
      .font(1.4em);
1164
    }
1167
    }
1165
}
1168
}
1166
}
-
 
1167
1169
}
-
 
1170
 
-
 
1171
.fetch-operator{
-
 
1172
  .font(1.2em);
-
 
1173
  color:@white;
-
 
1174
  background:@grey;
-
 
1175
  padding:5px 10px;
-
 
1176
  display:inline-block;
-
 
1177
}
-
 
1178