This commit is contained in:
rGaillard
2011-07-06 10:10:43 +00:00
parent 31d94236ac
commit d1a13007b9
4695 changed files with 0 additions and 339293 deletions
-41
View File
@@ -1,41 +0,0 @@
.shippingList {
width: 400px;
float: right;
}
.shippingList li {
margin: 5px;
display: block;
clear: both;
}
.shipLabel {
width: 230px;
float: left;
text-align: left;
}
.selectShipping {
width: 100px;
}
.settingsList {
width: 400px;
float: left;
margin-right: 10px;
}
.settingsList li {
display: block;
padding: 5px;
clear: both;
}
.upsLabel {
width: 170px;
float: left;
text-align: left;
}
.upsInput {
float: left;
}
.upsSubmit {
text-align: center;
}
.addMethodForm {
margin-bottom: 10px;
}