kivitendo/css/webshop.css @ 1354ab29
5a19dcad | Werner Hahn | div.shop_table {
|
||
35d75669 | Werner Hahn | display: table;
|
||
5a19dcad | Werner Hahn | background-color: #ebebeb;
|
||
/* padding: 15px;
|
||||
margin: 15px; */
|
||||
}
|
||||
div.shop_table_address {
|
||||
display: table;
|
||||
/* padding: 15px; */
|
||||
margin: 0px 0px 0px 15px;
|
||||
35d75669 | Werner Hahn | }
|
||
5a19dcad | Werner Hahn | div.shop_table-row {
|
||
35d75669 | Werner Hahn | display: table-row;
|
||
}
|
||||
5a19dcad | Werner Hahn | div.shop_table-cell {
|
||
35d75669 | Werner Hahn | display: table-cell;
|
||
padding: 20px,20px,20px,20px;
|
||||
}
|
||||
5a19dcad | Werner Hahn | div.shop_table-cell_colspan {
|
||
flex: 2;
|
||||
align: center;
|
||||
}
|
||||
div.shop_main{
|
||||
35d75669 | Werner Hahn | width: 100%;
|
||
padding: 15px,15px,15px,15px;
|
||||
margin: 15px,15px,15px,15px;
|
||||
}
|
||||
5a19dcad | Werner Hahn | .shop_fleft {
|
||
35d75669 | Werner Hahn | width: 30%;
|
||
float: left;
|
||||
border: thin solid red;
|
||||
}
|
||||
5a19dcad | Werner Hahn | |||
div.shop_table_info {
|
||||
color: #b3b3b3;
|
||||
width: 100%;
|
||||
align: left;
|
||||
}
|