From 6eb580bd793bb0cde9628041f7eb58bde7cbb66a Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 22 Aug 2016 13:12:40 +0000 Subject: [PATCH] better touch handling of tagger svn path=/trunk/; revision=145 --- static/common.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/static/common.css b/static/common.css index 6ccd0c2..8e973c8 100644 --- a/static/common.css +++ b/static/common.css @@ -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; -- 2.39.2