]> git.plutz.net Git - serve0/blobdiff - templates/common.css.sh
improved embedded view and tag editing
[serve0] / templates / common.css.sh
index cfc84e7420cb174e62957075c7e9a8cf7d28d58e..adf78cda75d66ba7cabd06f78535e7a01d88b8a7 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright 2014, 2015 Paul Hänsch
+# Copyright 2014 - 2016 Paul Hänsch
 #
 # This file is part of Serve0
 # 
@@ -289,41 +289,14 @@ a.panel {
 }
 .panel#preferences > input { display: block; }
 
-#videoview a.panel {
-  position: absolute;
-  right: 1em;
-  width: auto;
-  border: none;
-}
-#videoview .video {
+#videoview h1, #videoview > a {
   display: inline-block;
-  width: 60%;
-  vertical-align: top;
-}
-#videoview .video * {
-  display: block;
-}
-#videoview .videoinfo {
-  width: 39%;
-  margin-top: 2em;
+  margin-right: 1em;
 }
-#videoview .videoinfo h2 {
-  display: inline;
-} 
-#videoview .videoinfo .meta:after {
-  content: "\A";
-  white-space: pre;
-}
-#videoview .videoinfo .label {
-  display: block;
-  margin-top: 1em;
-}
-#videoview .videoinfo .info.description {
+#videoview video {
   display: block;
-  background-color: #DDF;
-}
-#videoview .videoinfo .edit {
-  width: 100%
+  margin: 0;
+  width: 100%;
 }
 EOF