X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=static%2Fcommon.css;fp=static%2Fcommon.css;h=667c8ab9f090293e0568805832ec0a3b12f63a97;hb=aa4516d7090b7818127a1dd39a281059d3e042cc;hp=370be05e269a984de7c65422b5cbcfa61c7e776f;hpb=2c29a0ff0f4f8d2f9763ba1cc02eb696c4145429;p=serve0 diff --git a/static/common.css b/static/common.css index 370be05..667c8ab 100644 --- a/static/common.css +++ b/static/common.css @@ -150,6 +150,9 @@ div.panel { overflow: visible; } +body.playctl .panel#search, +body.playctl .panel#foot { padding-right: .25em; } + .panel:target { max-height: 100%; overflow-y: scroll; @@ -368,6 +371,23 @@ div.panel { #playctl form button[name="vol"][value="100"], #playctl form button[name="vol"][value="0"] { width: 6%;} +span.progress { + display: block; + position: fixed; + bottom: 2.5em; + width: 100%; left:0; right: 0; + color: white; + background-color: black; + border-top: 1px solid white; + padding: 0; + height: 1em; +} +span.progress > * { + display: block; + text-align: center; + background-color: #333; +} + @media (min-width: 460px){ #playctl form button { max-width: 4em;