From d592e0a9b2931c7c9cbedb27fb8efc9aaacad9bb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 14 Sep 2017 11:57:49 +0200 Subject: Move to HttpClient and PrimeNG data table --- client/src/sass/application.scss | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) (limited to 'client/src/sass/application.scss') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 285339d42..cd573841d 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -1,4 +1,6 @@ -@import '../../node_modules/video.js/dist/video-js.css'; +@import '~primeng/resources/themes/bootstrap/theme.css'; +@import '~primeng/resources/primeng.css'; +@import '~video.js/dist/video-js.css'; @import './video-js-custom.scss'; [hidden] { @@ -45,23 +47,13 @@ input.readonly { } } -/* some fixes for ng2-smart-table */ -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; - } +/* ngprime data table customizations */ +p-datatable { + .action-cell { + text-align: center; - .ng2-smart-pagination-nav .page-link { - font-size: 11px !important; - } - - .glyphicon { - font-family: 'Glyphicons Halflings' !important; + .glyphicon { + cursor: pointer; + } } } -- cgit v1.2.3