diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 994b1e2b9..df3ee6c20 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -42,23 +42,25 @@ menu { | |||
42 | } | 42 | } |
43 | } | 43 | } |
44 | 44 | ||
45 | .ng2-smart-table-container { | 45 | /* some fixes for ng2-smart-table */ |
46 | .ng2-smart-table { | 46 | ng2-smart-table { |
47 | 47 | thead tr { | |
48 | thead tr { | 48 | border-top: 1px solid rgb(233, 235, 236) |
49 | border-top: 1px solid rgb(233, 235, 236) | 49 | } |
50 | } | ||
51 | 50 | ||
52 | td, th { | 51 | td, th { |
53 | padding: 8px !important; | 52 | padding: 8px !important; |
54 | color: #333333 !important; | 53 | color: #333333 !important; |
55 | font-size: 14px !important; | 54 | font-size: 14px !important; |
56 | } | ||
57 | } | 55 | } |
58 | 56 | ||
59 | .ng2-smart-pagination-nav .page-link { | 57 | .ng2-smart-pagination-nav .page-link { |
60 | font-size: 11px !important; | 58 | font-size: 11px !important; |
61 | } | 59 | } |
60 | |||
61 | .glyphicon { | ||
62 | font-family: 'Glyphicons Halflings' !important; | ||
63 | } | ||
62 | } | 64 | } |
63 | 65 | ||
64 | [hidden] { | 66 | [hidden] { |