]> 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 b3bdffe5055150f15954aafc95fa4e2edf9df0ec..994b1e2b9a341b62fabaea04e9b47f1e4e0fbac3 100644 (file)
@@ -1,3 +1,5 @@
+@import '../../node_modules/video.js/dist/video-js.css';
+
 body {
   padding: 20px;
 
@@ -40,10 +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);