Minor formatting changes

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2020-04-24 04:41:08 -07:00
parent 96eb96f964
commit 3dfcb46991
No known key found for this signature in database
GPG key ID: 10BFFDA3ED34B5AC

View file

@ -18,7 +18,7 @@
<style> <style>
/** /**
This is kind of weird, but it is necessary to prevent the column-selector code from barfing, since This is kind of weird, but it is necessary to prevent the column-selector code from barfing, since
any HTML used in the UserPresenter "title" attribute breaks the HTML. any HTML used in the UserPresenter "title" attribute breaks the column selector HTML.
Instead, we use CSS to add the icon into the table header, which leaves the column selector Instead, we use CSS to add the icon into the table header, which leaves the column selector
"title" text as-is. "title" text as-is.
@ -32,9 +32,8 @@
th.css-accessory > .th-inner th.css-accessory > .th-inner
{ {
font-size: 0px; font-size: 0px;
line-height: 0;
line-height: 4!important; line-height: 4!important;
text-align: center; text-align: left;
text-rendering: auto; text-rendering: auto;
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;