From 28798b5d949826551740fc893d06e6424b77aa6a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 30 Jan 2017 22:41:14 +0100 Subject: Client: replace simple tables by ng2 smart table component --- client/src/sass/application.scss | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'client/src/sass') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 30588067f..994b1e2b9 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -42,8 +42,23 @@ menu { } } -.table-column-id { - width: 200px; +.ng2-smart-table-container { + .ng2-smart-table { + + thead tr { + border-top: 1px solid rgb(233, 235, 236) + } + + td, th { + padding: 8px !important; + color: #333333 !important; + font-size: 14px !important; + } + } + + .ng2-smart-pagination-nav .page-link { + font-size: 11px !important; + } } [hidden] { @@ -55,6 +70,10 @@ input.readonly { background-color: #fff !important; } +.glyphicon-black { + color: black; +} + footer { border-top: 1px solid rgba(0, 0, 0, 0.2); padding-top: 10px; -- cgit v1.2.3