]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/application.scss
Upgrade sequelize
[github/Chocobozzz/PeerTube.git] / client / src / sass / application.scss
index 30588067f1de617d1710659e39bc11c5dbcba9e7..285339d4230612def2fbe38cd5abd06e946f7b10 100644 (file)
@@ -1,64 +1,67 @@
 @import '../../node_modules/video.js/dist/video-js.css';
+@import './video-js-custom.scss';
 
-body {
-  padding: 20px;
+[hidden] {
+  display: none !important;
+}
 
-  @media screen and (max-width: 400px) {
-    padding: 3px;
-  }
+input.readonly {
+  /* Force blank on readonly inputs */
+  background-color: #fff !important;
 }
 
-menu {
-  @media screen and (max-width: 600px) {
-    margin-right: 3px !important;
-    padding: 3px !important;
-    min-height: 400px !important;
-  }
+.form-control, .btn {
+  border-radius: 0;
+}
 
-  min-height: 600px;
-  margin-right: 20px;
-  border-right: 1px solid rgba(0, 0, 0, 0.2);
+.dropdown-menu {
+  border-radius: 0;
+}
 
-  .panel-block:not(:last-child) {
-    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
-  }
+.glyphicon-black {
+  color: black;
+}
 
-  .panel-button {
-    margin: 8px;
-    cursor: pointer;
-    transition: margin 0.2s;
+.main-col {
 
-    &:hover {
-      margin-left: 15px;
+  .content-padding {
+    padding: 15px 30px;
+
+    @media screen and (max-width: 800px) {
+      padding: 15px 10px;
     }
 
-    a {
-      color: #333333;
+    @media screen and (min-width: 1400px) {
+      padding: 15px 40px;
     }
-  }
 
-  .glyphicon {
-    margin: 5px;
+    @media screen and (min-width: 1600px) {
+      padding: 15px 50px;
+    }
+
+    @media screen and (min-width: 1800px) {
+      padding: 15px 60px;
+    }
   }
 }
 
-.table-column-id {
-  width: 200px;
-}
+/* some fixes for ng2-smart-table */
+ng2-smart-table {
+  thead tr {
+    border-top: 1px solid rgb(233, 235, 236)
+  }
 
-[hidden] {
-  display: none !important;
-}
+  td, th {
+    padding: 8px !important;
+    color: #333333 !important;
+    font-size: 14px !important;
+  }
 
-input.readonly {
-  /* Force blank on readonly inputs */
-  background-color: #fff !important;
-}
+  .ng2-smart-pagination-nav .page-link {
+    font-size: 11px !important;
+  }
 
-footer {
-  border-top: 1px solid rgba(0, 0, 0, 0.2);
-  padding-top: 10px;
-  text-align: center;
-  font-size: small;
-  margin-top: 30px;
+  .glyphicon {
+    font-family: 'Glyphicons Halflings' !important;
+  }
 }