mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -08:00
Minor formatting changes
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
96eb96f964
commit
3dfcb46991
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue