44 lines
594 B
CSS
Executable File
44 lines
594 B
CSS
Executable File
#compare_shipping .center {text-align: center;}
|
|
|
|
#compare_shipping {
|
|
padding: 10px;
|
|
}
|
|
|
|
#compare_shipping #availableCarriers {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
#compare_shipping #availableCarriers_table {
|
|
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;
|
|
} |