]> git.plutz.net Git - serve0/commitdiff
better touch handling of tagger
authorpaul <paul@plutz.net>
Mon, 22 Aug 2016 13:12:40 +0000 (13:12 +0000)
committerpaul <paul@plutz.net>
Mon, 22 Aug 2016 13:12:40 +0000 (13:12 +0000)
svn path=/trunk/; revision=145

static/common.css

index 6ccd0c2197e54cbc5de723215e29c069a85d3c15..8e973c885b636278130551adb81fbb2c38126010 100644 (file)
@@ -259,6 +259,8 @@ body.playctl .panel#foot { padding-right: .25em; }
 
 #advfilter .quicklinks {width: 100%;}
 
+/* == Recent filters == */
+
 p.quicklinks { padding-bottom: 3em; }
 p.quicklinks :first-child {width: 100%;}
 p.quicklinks input { display: block; }
@@ -336,10 +338,22 @@ p.quicklinks input:checked + a { display: none;}
 #thumblist .file.plain { background-color: #111; color: #777; }
 #thumblist .file.video { background-color: #DBB; }
 
+.panel#tagger .newtag { width: 50%;}
+.panel#tagger .newtag.additional,
+.panel#tagger .newtag.description { width: 100%;}
 .panel#tagger .newtag select,
 .panel#tagger .newtag .label{
   display: block;
-  width: 10em;
+  width: 100%;
+}
+.panel#tagger input[type=submit],
+.panel#tagger button {
+  min-width: 10em; height: 3em;
+}
+@media (min-width: 460px){
+.panel#tagger .newtag { width: 10em;}
+.panel#tagger .newtag.additional,
+.panel#tagger .newtag.description { width: 20em; max-width: 40%; }
 }
 
 .panel#preferences > fieldset {
@@ -348,6 +362,8 @@ p.quicklinks input:checked + a { display: none;}
 }
 .panel#preferences > input { display: block; }
 
+/* == Client side player == */
+
 #videoview h1, 
 #playctl h1 { font-size: 1.25em;}
 #videoview h1, #videoview > a,
@@ -362,6 +378,8 @@ p.quicklinks input:checked + a { display: none;}
   width: 100%;
 }
 
+/* == Server side player == */
+
 form.playctl fieldset {
   display: block;
   position: relative;