summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harvey <adam@ahprojects.com>2019-06-06 00:05:32 -0500
committerAdam Harvey <adam@ahprojects.com>2019-06-06 00:05:32 -0500
commitfe066d0b79a305731e9ad7286445f17073ef917d (patch)
tree644988b45445dc6619da40d890b7f4a6ff75e04a
parent3793543be6809db0310f87bf0129f056fbe49a81 (diff)
change tabulator font size
-rwxr-xr-xsite/assets/css/tabulator.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/site/assets/css/tabulator.css b/site/assets/css/tabulator.css
index d26b5cfc..d7a3fab3 100755
--- a/site/assets/css/tabulator.css
+++ b/site/assets/css/tabulator.css
@@ -65,8 +65,8 @@
text-overflow: ellipsis;
vertical-align: bottom;
/* AH */
- font-weight: 500;
- font-size:14px;
+ font-weight: 400;
+ font-size:12px;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
@@ -408,6 +408,7 @@
position: relative;
box-sizing: border-box;
min-height: 22px;
+
}
.tabulator-row.tabulator-row-even {
@@ -494,7 +495,7 @@
padding-right: 10px;
}
-.tabulator-row .tabulator-cell {
+.tabulator .tabulator-row .tabulator-cell {
display: inline-block;
position: relative;
box-sizing: border-box;
@@ -504,6 +505,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
+ font-size:12px;
}
.tabulator-row .tabulator-cell.tabulator-editing {