git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7522 b9a71923-0436-4b27-9f14-aed3839534dd

This commit is contained in:
rGaillard
2011-07-06 10:10:43 +00:00
parent 9ff675b1e2
commit 69f2f09dc5
4695 changed files with 0 additions and 339293 deletions
-49
View File
@@ -1,49 +0,0 @@
/* MFR081108 - Shipping Preferences */
#shipping_now {
width:99%;
height:25px;
border:1px solid lightgrey;
margin-top:5;
padding-top:10px;
}
#shipping_div {
width:100%;
}
#shipping_dates {
width:100%;
float:left;
border:1px solid lightgrey;
}
#shipping_dates div {
height:25px;
width:24.9%;
margin-top:5px;
float:left;
padding-top:10px;
}
#shipping_hours {
float:left;
width:100%;
border:1px solid lightgrey;
margin-top:5px;
}
#shipping_hours div {
height:31px;
width:19.9%;
float:left;
padding-top:10px;
}
.title {
margin:5px;
font-size:1.1em;
font-weight:bold;
color:#993300;
}
#shipping_pref input {border:none;}