UNPKG
equation-admin-template
Version:
latest (1.0.0)
1.0.0
Booststrap 4 admin template made by equation
equation-admin-template
/
ltr
/
plugins
/
table
/
editable_grid
/
editablegrid.css
24 lines
(19 loc)
•
284 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
td
.number
{
text-align
: right;
font-weight
: bold;
padding-right
:
5px
;
white-space
: nowrap; }
td
.number
.nan
{
font-weight
: normal;
color
:
#AAA
; }
th
.number
{
text-align
: right; }
td
.boolean
{
text-align
: center; }
th
.boolean
{
text-align
: center; }