]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/videos/video-watch/video-watch.component.scss
Client: add support for video licences
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / video-watch / video-watch.component.scss
index 45446e175986006387d682d8748b5f65e27a4bd2..bf989e78badc1b2b38855604509d843a1ed63b7b 100644 (file)
       top: 2px;
     }
 
-    #magnet-uri, #share {
+    #rates {
+      display: inline-block;
+      margin-right: 20px;
+
+      // Remove focus style
+      .btn:focus {
+        outline: 0;
+      }
+
+      .activated-btn {
+        color: #333;
+        background-color: #e6e6e6;
+        border-color: #8c8c8c;
+      }
+
+      .not-interactive-btn {
+        cursor: default;
+
+        &:hover, &:focus, &:active {
+          color: #333;
+          background-color: #fff;
+          border-color: #ccc;
+          box-shadow: none;
+          outline: 0;
+        }
+      }
+    }
+
+    #share, #more {
       font-weight: bold;
       opacity: 0.85;
     }
+
+    #more-menu .dropdown-item .glyphicon {
+      margin-right: 5px;
+    }
   }
 
   #video-by-date {
     }
   }
 
-  #video-tags {
+  #video-tags-views {
     margin-top: 10px;
 
     a {
       margin-right: 5px;
     }
+
+    #video-views {
+      font-weight: bold;
+    }
   }
 
-  #video-description {
-    margin-top: 15px;
+  #video-category {
+    margin-top: 10px;
 
-    #description-label {
+    #category-label {
       font-weight: bold;
     }
   }
-}
 
-.modal-content {
-  input {
-    /* Force blank on readonly inputs */
-    background-color: #fff;
+  #video-licence #licence-label {
+    font-weight: bold;
+  }
+
+  #video-description {
+    margin-top: 10px;
+
+    #description-label {
+      font-weight: bold;
+    }
   }
 }