summaryrefslogtreecommitdiff
path: root/site/public/assets/css/tabulator.css
diff options
context:
space:
mode:
authorAdam Harvey <adam@ahprojects.com>2019-06-06 06:18:52 -0500
committerAdam Harvey <adam@ahprojects.com>2019-06-06 06:18:52 -0500
commitf227833124adb7e0d871f702220de687d74d663c (patch)
tree2e28bca4222473bb6b9a082fc519f007f61f340a /site/public/assets/css/tabulator.css
parentfe066d0b79a305731e9ad7286445f17073ef917d (diff)
fix msceleb typos
Diffstat (limited to 'site/public/assets/css/tabulator.css')
-rwxr-xr-xsite/public/assets/css/tabulator.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/site/public/assets/css/tabulator.css b/site/public/assets/css/tabulator.css
index d26b5cfc..d7a3fab3 100755
--- a/site/public/assets/css/tabulator.css
+++ b/site/public/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 {