git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10900 b9a71923-0436-4b27-9f14-aed3839534dd
38 lines
505 B
CSS
38 lines
505 B
CSS
#compare_shipping .center {text-align: center;}
|
|
|
|
#compare_shipping #availableCarriers_table {
|
|
width: 95%;
|
|
margin: auto;
|
|
}
|
|
|
|
#compare_shipping ul#carriercompare_errors_list {
|
|
color: red;
|
|
}
|
|
|
|
#compare_shipping ul#carriercompare_errors_list li {
|
|
margin-left: 30px;
|
|
text-decoration: none;
|
|
list-style: none;
|
|
}
|
|
|
|
#SE_AjaxDisplay
|
|
{
|
|
text-align: center;
|
|
display: none;
|
|
}
|
|
|
|
#SE_AjaxDisplay img
|
|
{
|
|
width: 15px;
|
|
}
|
|
|
|
.SE_SubmitRefreshCard
|
|
{
|
|
text-align: center;
|
|
}
|
|
|
|
.SE_SubmitRefreshCard input
|
|
{
|
|
display: inline;
|
|
}
|