diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-08 17:31:21 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-08 17:31:21 +0100 |
commit | f595d3947708114deeed4312cc5ffd285745b090 (patch) | |
tree | e2fef8fae4e9d9ee6039ea2ab53eb20d11002969 /client/src/sass | |
parent | e600e1fea275c12f4420e23624804617e61a082c (diff) | |
download | PeerTube-f595d3947708114deeed4312cc5ffd285745b090.tar.gz PeerTube-f595d3947708114deeed4312cc5ffd285745b090.tar.zst PeerTube-f595d3947708114deeed4312cc5ffd285745b090.zip |
Finish admin design
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index ecbb8dac5..5a4aa4cd9 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -165,7 +165,7 @@ p-datatable { | |||
165 | 165 | ||
166 | td { | 166 | td { |
167 | border: 1px solid #E5E5E5 !important; | 167 | border: 1px solid #E5E5E5 !important; |
168 | padding: 15px; | 168 | padding-left: 15px !important; |
169 | } | 169 | } |
170 | 170 | ||
171 | tr { | 171 | tr { |
@@ -185,6 +185,10 @@ p-datatable { | |||
185 | &:first-child td { | 185 | &:first-child td { |
186 | border-top: none !important; | 186 | border-top: none !important; |
187 | } | 187 | } |
188 | |||
189 | &:last-child td { | ||
190 | border-bottom: none !important; | ||
191 | } | ||
188 | } | 192 | } |
189 | 193 | ||
190 | th { | 194 | th { |
@@ -198,6 +202,7 @@ p-datatable { | |||
198 | &.ui-state-active, &.ui-sortable-column:hover { | 202 | &.ui-state-active, &.ui-sortable-column:hover { |
199 | background-color: #f0f0f0 !important; | 203 | background-color: #f0f0f0 !important; |
200 | border: 1px solid #f0f0f0 !important; | 204 | border: 1px solid #f0f0f0 !important; |
205 | border-width: 0 1px !important; | ||
201 | } | 206 | } |
202 | } | 207 | } |
203 | 208 | ||
@@ -208,17 +213,10 @@ p-datatable { | |||
208 | } | 213 | } |
209 | 214 | ||
210 | p-paginator { | 215 | p-paginator { |
211 | overflow: hidden; | ||
212 | display: block; | ||
213 | padding-top: 2px; | ||
214 | border: 1px solid #f0f0f0 !important; | ||
215 | border-top: none !important; | ||
216 | |||
217 | .ui-paginator-bottom { | 216 | .ui-paginator-bottom { |
218 | position: relative; | 217 | position: relative; |
219 | border: none !important; | 218 | border: none !important; |
220 | border-top: 1px solid #f0f0f0 !important; | 219 | border: 1px solid #f0f0f0 !important; |
221 | box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.16); | ||
222 | height: 40px; | 220 | height: 40px; |
223 | display: flex; | 221 | display: flex; |
224 | justify-content: center; | 222 | justify-content: center; |
@@ -298,11 +296,6 @@ p-datatable { | |||
298 | font-weight: $font-semibold !important; | 296 | font-weight: $font-semibold !important; |
299 | } | 297 | } |
300 | } | 298 | } |
301 | |||
302 | .tab-content { | ||
303 | min-height: 75px; | ||
304 | padding: 15px; | ||
305 | } | ||
306 | } | 299 | } |
307 | 300 | ||
308 | 301 | ||