diff options
| author | Adam Harvey <adam@ahprojects.com> | 2019-06-06 06:18:52 -0500 |
|---|---|---|
| committer | Adam Harvey <adam@ahprojects.com> | 2019-06-06 06:18:52 -0500 |
| commit | f227833124adb7e0d871f702220de687d74d663c (patch) | |
| tree | 2e28bca4222473bb6b9a082fc519f007f61f340a /site/public/assets/css | |
| parent | fe066d0b79a305731e9ad7286445f17073ef917d (diff) | |
fix msceleb typos
Diffstat (limited to 'site/public/assets/css')
| -rw-r--r-- | site/public/assets/css/mobile.css | 7 | ||||
| -rwxr-xr-x | site/public/assets/css/tabulator.css | 8 |
2 files changed, 5 insertions, 10 deletions
diff --git a/site/public/assets/css/mobile.css b/site/public/assets/css/mobile.css index 4258f6b3..124b9d42 100644 --- a/site/public/assets/css/mobile.css +++ b/site/public/assets/css/mobile.css @@ -169,11 +169,4 @@ softbr { .teaser { display: none; } - .intro-mobile{ - font-size:12px; - } - .intro-mobile-cr{ - font-size:10px; - color:#999; - } }
\ No newline at end of file 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 { |
