]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/application.scss
Add video category support
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
index f0526e84ff7ae471f4f4352be707d95302a9a3bb..994b1e2b9a341b62fabaea04e9b47f1e4e0fbac3 100644 (file)
@@ -1,4 +1,4 @@
-@import '../video.js/dist/video-js.css';
+@import '../../node_modules/video.js/dist/video-js.css';
 
 body {
   padding: 20px;
@@ -42,14 +42,37 @@ 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] {
   display: none !important;
 }
 
+input.readonly {
+  /* Force blank on readonly inputs */
+  background-color: #fff !important;
+}
+
+.glyphicon-black {
+  color: black;
+}
 
 footer {
   border-top: 1px solid rgba(0, 0, 0, 0.2);