// Merge -> revision 9435
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9438 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1,23 +1,15 @@
|
||||
/* MFR081108 - Shipping Preferences */
|
||||
#shipping_now {
|
||||
width:99%;
|
||||
height:25px;
|
||||
border:1px solid lightgrey;
|
||||
margin-top:5;
|
||||
padding-top:10px;
|
||||
}
|
||||
|
||||
#shipping_div {
|
||||
#djl_shipping_pref #shipping_div {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
#shipping_dates {
|
||||
#djl_shipping_pref #shipping_dates {
|
||||
width:100%;
|
||||
float:left;
|
||||
border:1px solid lightgrey;
|
||||
}
|
||||
|
||||
#shipping_dates div {
|
||||
#djl_shipping_pref #shipping_dates div {
|
||||
height:25px;
|
||||
width:24.9%;
|
||||
margin-top:5px;
|
||||
@@ -25,25 +17,39 @@
|
||||
padding-top:10px;
|
||||
}
|
||||
|
||||
#shipping_hours {
|
||||
#djl_shipping_pref #shipping_hours {
|
||||
float:left;
|
||||
width:100%;
|
||||
border:1px solid lightgrey;
|
||||
margin-top:5px;
|
||||
}
|
||||
|
||||
#shipping_hours div {
|
||||
#djl_shipping_pref #shipping_hours div {
|
||||
height:31px;
|
||||
width:19.9%;
|
||||
float:left;
|
||||
padding-top:10px;
|
||||
}
|
||||
|
||||
.title {
|
||||
#djl_shipping_pref .title {
|
||||
margin:5px;
|
||||
font-size:1.1em;
|
||||
font-weight:bold;
|
||||
color:#993300;
|
||||
}
|
||||
|
||||
#shipping_pref input {border:none;}
|
||||
#djl_shipping_pref input {border:none;}
|
||||
|
||||
#djl_shipping_pref #shipping_hours div[class=djl_active], #djl_shipping_pref #shipping_dates div[class=djl_active] {
|
||||
font-weight: bold;
|
||||
color: rgb(153, 51, 0);
|
||||
}
|
||||
|
||||
#djl_shipping_pref .disabled {
|
||||
zoom: 1;
|
||||
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
||||
filter: alpha(opacity=50);
|
||||
-moz-opacity:0.5;
|
||||
-khtml-opacity: 0.5;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user