|
@@ -870,6 +870,9 @@
|
|
table-layout: auto;
|
|
table-layout: auto;
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
+.elem-grids-halving td > div {
|
|
|
|
+ padding-bottom: 100%;
|
|
|
|
+}
|
|
|
|
|
|
.elem-pane {
|
|
.elem-pane {
|
|
height: 100%;
|
|
height: 100%;
|
|
@@ -1236,6 +1239,13 @@
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.elem-fill-table .table {
|
|
|
|
+ width: 100%;
|
|
|
|
+ border-spacing: 0;
|
|
|
|
+ border-collapse: collapse;
|
|
|
|
+ text-align: left;
|
|
|
|
+}
|
|
|
|
+
|
|
.card-free-preview:not(.card-print) {
|
|
.card-free-preview:not(.card-print) {
|
|
padding: 10px 0;
|
|
padding: 10px 0;
|
|
background-color: #f0f0f0;
|
|
background-color: #f0f0f0;
|