]> git.plutz.net Git - serve0/blobdiff - templates/videoview.css.sh
improved transcode display
[serve0] / templates / videoview.css.sh
index 08d5a81faf524475321608233d78108a342bfb5b..15ca3be11dd0fe87ac4d39a9089e944ea4c9ed3f 100755 (executable)
@@ -31,10 +31,15 @@ a {
   color: #EEE;
 }
 
-.label {
+label, .label {
   font-weight: bold;
 }
 
+textarea {
+  display: block;
+  width: 100%;
+}
+
 .info {
   margin: 0;
   padding: 0 .25em;
@@ -115,6 +120,10 @@ a.clearsearch, a.advanced, a.tagger, .pagination_nav {
 #thumblist .thumb a.fake-mp4 {
   margin-top: .5em;
 }
+#thumblist .thumb a.alt {
+  display: inline-block;
+  margin-top: .5em;
+}
 
 .footer {
   position: fixed;