bebeboutik/modules/ant_changeaddress/change_address.css

110 lines
3.2 KiB
CSS
Raw Normal View History

#module-ant_changeaddress-change_address #center_column h1{
background: #fff;
margin-top: 10px;
}
#module-ant_changeaddress-change_address #center_column form{
background: #fff;
padding: 20px;
-moz-box-shadow: 2px 2px 5px #cccccc;
-webkit-box-shadow: 2px 2px 5px #CCC;
-ms-box-shadow: 2px 2px 5px #cccccc;
-o-box-shadow: 2px 2px 5px #cccccc;
box-shadow: 2px 2px 5px #CCC;
text-align: center;
}
2016-10-21 11:57:17 +02:00
#module-ant_changeaddress-change_address #center_column p.info-success{
text-align: center;
line-height: 30px;
font-size: 16px;
margin-bottom: 10px;
background: #99D288;
color: #fff;
opacity: 0.9;
}
#module-ant_changeaddress-change_address #center_column form p.info{
font-size: 14px;
color: #514c8c;
}
2016-10-14 13:55:21 +02:00
#module-ant_changeaddress-change_address #center_column form p.error{
width: 300px;
margin: 0 auto;
}
#module-ant_changeaddress-change_address #center_column .button_large{
text-align: center;
text-transform: none;
border: 0px;
color: #FFF;
font-size: 12px;
padding: 8px 20px 8px 20px;
text-decoration: none;
font-weight: normal;
/* background: #504d8b url(../img/arrow.png) right 9px no-repeat; */
background: #504d8b;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
font-family: georgia, times new roman, serif;
font-style: italic;
font-size: 13px;
}
#module-ant_changeaddress-change_address #center_column .address_box{
width: auto;
2016-10-12 16:45:24 +02:00
max-width: 300px;
margin: 0 auto;
list-style: none;
padding: 10px;
-moz-box-shadow:
-moz-box-shadow: 0px 3px 5px 2px #cccccc;
-webkit-box-shadow: 0px 3px 5px 2px #CCC;
-ms-box-shadow: 0px 3px 5px 2px #cccccc;
-o-box-shadow: 0px 3px 5px 2px #cccccc;
box-shadow: 0px 3px 5px 2px #CCC;
}
#module-ant_changeaddress-change_address #center_column .address_box li:first-child{
font-weight: bold;
}
2016-10-12 16:45:24 +02:00
#module-ant_changeaddress-change_address #center_column .dest-info{
display: inline-block;
vertical-align: middle;
margin-right: 30px;
margin-bottom: 20px;
}
#module-ant_changeaddress-change_address #center_column .pr-info{
display: inline-block;
vertical-align: middle;
margin-right: 30px;
margin-bottom: 20px;
}
#module-ant_changeaddress-change_address #center_column form .submit_buttons{
margin: 20px auto;
text-align: center;
2016-10-12 16:45:24 +02:00
}
#module-ant_changeaddress-change_address #center_column #search{
margin-bottom: 20px;
}
#module-ant_changeaddress-change_address #center_column #map_canvas {
width: 470px;
height: 300px;
display: inline-block;
}
#module-ant_changeaddress-change_address #center_column #pr_list{
display: inline-block;
vertical-align: top;
}
#module-ant_changeaddress-change_address #center_column #pr_list ul {
list-style: none;
margin: 0;
height: 300px;
overflow: auto;
}
#module-ant_changeaddress-change_address #center_column #pr_list ul li{
text-align: left;
padding: 10px;
background: #F3F3F3;
cursor: pointer;
}
#module-ant_changeaddress-change_address #center_column #pr_list ul li.selected,
#module-ant_changeaddress-change_address #center_column #pr_list ul li:hover{
background: #514c8c;
color: #fff;
}