diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-25 16:54:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-25 16:54:30 +0200 |
commit | f7301bd5b94d3033b5dbb9ff65dd1ed8ac825ce5 (patch) | |
tree | ddc52c8b89c84ee825d451cc50a6946d7d77b2bb /app/javascript | |
parent | 099a3b4eaccc37338eda9f45fc26991ea7115200 (diff) |
Add overview of active sessions (#3929)
* Add overview of active sessions * Better display of browser/platform name * Improve how browser information is stored and displayed for sessions overview * Fix test
Diffstat (limited to 'app/javascript')
-rw-r--r-- | app/javascript/styles/tables.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/javascript/styles/tables.scss b/app/javascript/styles/tables.scss index f7def8cf3..6e54c59c0 100644 --- a/app/javascript/styles/tables.scss +++ b/app/javascript/styles/tables.scss @@ -42,6 +42,18 @@ strong { font-weight: 500; } + + &.inline-table { + td, + th { + padding: 8px 0; + } + + & > tbody > tr:nth-child(odd) > td, + & > tbody > tr:nth-child(odd) > th { + background: transparent; + } + } } samp { |