/* alte styles */
.edit-openinghours {
position: relative;
}
.edit-openinghours .weekday {
position: relative;
border-bottom: solid 1px #ddd;
padding: 10px 0;
}
.edit-openinghours .weekday .name {
position: absolute;
top: 10px;
width: 80px;
font-weight: bold;
text-align: right;
}
.edit-openinghours .weekday .closed {
position: relative;
left: 100px;
}
.edit-openinghours .weekday .hours {
position: relative;
margin-left: 100px;
}
.edit-openinghours .weekday .hours .start {
display: inline;
}
.edit-openinghours .weekday .hours .end {
display: inline;
}
.edit-openinghours .weekday .hours .openend {
display: inline;
}
.edit-openinghours .weekday .hours .close {
position: absolute;
right: 0;
top: 0;
font-size: 11px;
}
.edit-openinghours .weekday .hours .program {
padding: 10px 0;
}
.edit-openinghours .weekday .hours .program .label {
font-weight: bold;
padding: 0 5px 0 0px;
}
.edit-openinghours .weekday .hours .program input {
width: 300px;
}
.edit-openinghours .weekday .add_happyhour {
font-size:11px;
}
.edit-openinghours .weekday .happyhour {
position: relative;
width: 412px;
padding: 5px;
font-size: 12px;
}
.edit-openinghours .weekday .happyhour .start {
display: inline;
}
.edit-openinghours .weekday .happyhour .end {
left: 0px;
}
.edit-openinghours .weekday .happyhour .remove {
position: absolute;
top: 5px;
right: 5px;
font-size: 11px;
}
.edit-openinghours .weekday .happyhour .offer {
font-weight: bold;
padding: 5px 0 0 0px;
}
.edit-openinghours .weekday .happyhour .offer input {
width: 285px;
}
/* ende alte styles */
