diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-01-30 22:41:14 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-01-30 22:41:14 +0100 |
commit | 28798b5d949826551740fc893d06e6424b77aa6a (patch) | |
tree | e235a7f49164a06c4b76df49ca61b89998d4ed81 /client/src/sass/application.scss | |
parent | 13fc89f4a4b91b3da10493517de556240fb65463 (diff) | |
download | PeerTube-28798b5d949826551740fc893d06e6424b77aa6a.tar.gz PeerTube-28798b5d949826551740fc893d06e6424b77aa6a.tar.zst PeerTube-28798b5d949826551740fc893d06e6424b77aa6a.zip |
Client: replace simple tables by ng2 smart table component
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 23 |
1 files changed, 21 insertions, 2 deletions
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 { | |||
42 | } | 42 | } |
43 | } | 43 | } |
44 | 44 | ||
45 | .table-column-id { | 45 | .ng2-smart-table-container { |
46 | width: 200px; | 46 | .ng2-smart-table { |
47 | |||
48 | thead tr { | ||
49 | border-top: 1px solid rgb(233, 235, 236) | ||
50 | } | ||
51 | |||
52 | td, th { | ||
53 | padding: 8px !important; | ||
54 | color: #333333 !important; | ||
55 | font-size: 14px !important; | ||
56 | } | ||
57 | } | ||
58 | |||
59 | .ng2-smart-pagination-nav .page-link { | ||
60 | font-size: 11px !important; | ||
61 | } | ||
47 | } | 62 | } |
48 | 63 | ||
49 | [hidden] { | 64 | [hidden] { |
@@ -55,6 +70,10 @@ input.readonly { | |||
55 | background-color: #fff !important; | 70 | background-color: #fff !important; |
56 | } | 71 | } |
57 | 72 | ||
73 | .glyphicon-black { | ||
74 | color: black; | ||
75 | } | ||
76 | |||
58 | footer { | 77 | footer { |
59 | border-top: 1px solid rgba(0, 0, 0, 0.2); | 78 | border-top: 1px solid rgba(0, 0, 0, 0.2); |
60 | padding-top: 10px; | 79 | padding-top: 10px; |