Subversion Repositories SmartDukaan

Rev

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

Rev 5716 Rev 5746
Line 86... Line 86...
86
 
86
 
87
#shipping-address-header {
87
#shipping-address-header {
88
	border-top: 0;
88
	border-top: 0;
89
}
89
}
90
 
90
 
-
 
91
#zone-selector-div {
-
 
92
	float: right;
-
 
93
	padding-top: 10px;
-
 
94
}
-
 
95
 
-
 
96
#zone-selector {
-
 
97
	/*background-color: white;
-
 
98
	border: none;*/
-
 
99
	color: #666666;
-
 
100
	font-weight: bold;
-
 
101
}
-
 
102
 
91
.address-header-text {
103
.address-header-text {
92
    color: #666666;
104
    color: #666666;
93
    float: left;
105
    float: left;
94
    padding-bottom: 1px;
106
    padding-bottom: 1px;
95
    padding-left: 5px;
107
    padding-left: 5px;
Line 145... Line 157...
145
    outline: medium none;
157
    outline: medium none;
146
    overflow: visible;
158
    overflow: visible;
147
}
159
}
148
 
160
 
149
#tab-container {
161
#tab-container {
150
    background: none repeat scroll 0 0 #DBEEFF;
162
    background: none repeat scroll 0 0 #F1F1F1;
151
    border-bottom: 1px solid #AAAAAA;
163
    border-bottom: 1px solid #AAAAAA;
152
    height: 40px;
164
    height: 40px;
153
}
165
}
154
166