Subversion Repositories SmartDukaan

Rev

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

Rev 5746 Rev 5765
Line 18... Line 18...
18
    float: right;
18
    float: right;
19
    margin-right: 20px;
19
    margin-right: 20px;
20
    margin-top: 12px;
20
    margin-top: 12px;
21
    padding: 5px 48px;
21
    padding: 5px 48px;
22
    text-align: center;
22
    text-align: center;
-
 
23
    position: relative;
23
}
24
}
24
 
25
 
25
#hotspot-address-heading {
26
#hotspot-address-heading {
26
	border-bottom: 1px solid #AAAAAA;
27
	border-bottom: 1px solid #AAAAAA;
27
    float: left;
28
    float: left;
Line 160... Line 161...
160
 
161
 
161
#tab-container {
162
#tab-container {
162
    background: none repeat scroll 0 0 #F1F1F1;
163
    background: none repeat scroll 0 0 #F1F1F1;
163
    border-bottom: 1px solid #AAAAAA;
164
    border-bottom: 1px solid #AAAAAA;
164
    height: 40px;
165
    height: 40px;
-
 
166
}
-
 
167
 
-
 
168
#pickup-tab-new-icon-container {
-
 
169
	position: absolute;
-
 
170
	width: 37px;
-
 
171
	height: 27px;
-
 
172
	background: url('/images/new_red.png');
-
 
173
	top: -20px;
-
 
174
	left: 160px;
-
 
175
}
-
 
176
 
-
 
177
#pay-at-store-new-icon {
-
 
178
	position: absolute;
-
 
179
	height: 27px;
-
 
180
	width: 37px;
-
 
181
	background: url('/images/new_red.png');
-
 
182
	left: 125px;
-
 
183
	top: -3px;
165
}
184
}
166
185