2017-10-07 19:32:16 +02:00
|
|
|
.overview {
|
|
|
|
margin-left: 25px!important;
|
|
|
|
}
|
|
|
|
|
2017-06-10 22:07:32 +02:00
|
|
|
.decoration-preview {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.action {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table {
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-container {
|
|
|
|
margin-top: 40px;
|
|
|
|
overflow-x: auto;
|
|
|
|
width: 75%;
|
2017-10-07 19:32:16 +02:00
|
|
|
padding: 5px;
|
2017-06-10 22:07:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.form-group {
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin: 80px 0 20px -20px;
|
|
|
|
}
|