summaryrefslogtreecommitdiffstats
path: root/install/ui/less/layout.less
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/less/layout.less')
-rw-r--r--install/ui/less/layout.less21
1 files changed, 20 insertions, 1 deletions
diff --git a/install/ui/less/layout.less b/install/ui/less/layout.less
index bf425d4e7..1b7e0479c 100644
--- a/install/ui/less/layout.less
+++ b/install/ui/less/layout.less
@@ -4,4 +4,23 @@
#container {
background-color: white;
-} \ No newline at end of file
+}
+
+/* --- Table layout created by CSS --- */
+.table-layout {
+ display: table;
+}
+.table-row {
+ display: table-row;
+ .table-cell {
+ display: table-cell;
+ vertical-align: middle;
+ }
+ .table-head {
+ padding: 0 5px 0 0;
+ }
+}
+
+.break-words {
+ word-break: break-all;
+}