bebeboutik/themes/site/css/custom.less
Srv Bebeboutik 340bc7c146 push site
2016-01-04 12:48:08 +01:00

125 lines
1.6 KiB
Plaintext
Executable File

body.logged #header_user {
display:block;
}
#header_user {
display:none;
}
#create-account_form {
p.text {
font-weight:bold;
}
ul {
padding-left:15px;
li {
list-style-position:outside;
}
}
}
#order #center_column #cart_voucher {
padding:12px;
#discount_name {
height:14px;
}
}
body#index {
#login_form {
p.submit {
margin-top:10px;
}
}
}
#giftvoucher_ask_choice_block, #giftvoucher_ask_infos_block {
padding: 10px 15px 20px !important;
tr {
border: 0px;
}
td[align="left"], td[align="right"], td[align="center"] {
text-align: center !important;
border: 0px !important;
padding-top: 20px !important;
}
td a.button_mini, td a.button_small {
.button_next();
background: #504d8b;
padding: 8px 20px;
}
}
div#giftvoucher_ask_infos_block {
.error ul {
margin: 0px !important;
}
.gv_customization {
border: 0px !important;
.gv_param {
margin-bottom: 10px !important;
}
> .gv_param {
overflow: auto;
clear: both;
label {
float: right;
width: 296px !important;
}
input {
float: left;
}
}
}
}
.gv_product_name {
padding-bottom: 10px !important;
}
#giftvoucher_left {
.boxshadow(1px 2px 1px #cccccc);
margin-bottom: 20px;
font-size: 0px;
line-height: 0px;
a {
font-size: 0px;
line-height: 0px;
}
}
#index #columns > .content {
position: relative;
}
#skin-left {
position: absolute;
width: 620px;
height: 750px;
top: 0px;
left: -620px;
cursor: pointer;
}
#skin-right {
position: absolute;
width: 620px;
height: 750px;
top: 0px;
right: -620px;
cursor: pointer;
}
#index.logged #columns {
overflow: hidden;
}