|
|
@ -268,7 +268,6 @@ footer { |
|
|
|
position: relative; |
|
|
|
background: rgba(255, 255, 255, 0.1); |
|
|
|
padding: 1em; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
tr:nth-of-type(even) { |
|
|
|
background: rgba(255, 255, 255, 0.2); |
|
|
@ -283,6 +282,8 @@ footer { |
|
|
|
} |
|
|
|
td:not(:last-child) { |
|
|
|
margin-bottom: 0.5em; |
|
|
|
text-overflow: ellipsis; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
|
|
|
|
/* Position number on the right */ |
|
|
|