diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-06-06 11:03:56 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-06-06 11:03:56 +0200 |
| commit | 502dc0a961bd0b0680522f4dc383034983e88a64 (patch) | |
| tree | 1519189a230f923e36f4cca72787665ad9eb6352 /site/assets/css | |
| parent | 0388dca71c5ad20f936125549fe95918c5fe7544 (diff) | |
| parent | fe066d0b79a305731e9ad7286445f17073ef917d (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'site/assets/css')
| -rwxr-xr-x | site/assets/css/tabulator.css | 8 |
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 { |
