3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 19:15:38 +00:00

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

View File

@ -18,7 +18,7 @@
<style>
/**
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
"title" text as-is.
@ -32,9 +32,8 @@
th.css-accessory > .th-inner
{
font-size: 0px;
line-height: 0;
line-height: 4!important;
text-align: center;
text-align: left;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@ -55,7 +54,7 @@
th.css-barcode > .th-inner::before
{
content: "\f02a";
content: "\f02a";
}
th.css-license > .th-inner::before