diff --git a/css/default_shop.css b/css/default_shop.css index 63464b771..f1c0dcb6b 100644 --- a/css/default_shop.css +++ b/css/default_shop.css @@ -510,8 +510,8 @@ input.required:focus {border:1px solid #b8c9c2;background:#21272e !important;col .td_sit_sel {position:relative} .sit_sel_submit {position:absolute;top:8px;right:0} -#sit_opt_added {margin:0;padding:0;list-style:none} -#sit_opt_added li {margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #e9e9e9} +#sit_opt_added {margin:0;padding:0;border:1px solid #e9e9e9;border-bottom:0;background:#fff;list-style:none} +#sit_opt_added li {padding:10px 20px;border-bottom:1px solid #e9e9e9} #sit_opt_added li div {margin:5px 0 0;text-align:right} #sit_tot_price {margin:20px 0;font-size:1.3em;font-weight:bold}