From: Calin Crisan Date: Sat, 26 Oct 2013 18:34:44 +0000 (+0300) Subject: small ui improvements X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=4ee11c30bcd6a6fba32d613a555ee5b1b81040ee;p=motioneye-debian small ui improvements --- diff --git a/static/css/main.css b/static/css/main.css index 44ba644..97e2451 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -358,11 +358,11 @@ div.camera-button.close { } div.camera-button.full-screen { - background-position: -32px 0px; + background-position: -200% 0px; } div.camera-button.configure { - background-position: -16px 0px; + background-position: -100% 0px; } div.camera-container { @@ -447,6 +447,17 @@ img.camera-progress { body { font-size: 13px; } + + div.camera-button { + background-size: cover; + width: 24px; + height: 24px; + } + + div.camera-top-bar { + font-size: 20px; + height: 25px; + } } @media all and (max-width: 1900px) { diff --git a/static/css/ui.css b/static/css/ui.css index 4bcbb17..fefb05a 100644 --- a/static/css/ui.css +++ b/static/css/ui.css @@ -407,3 +407,24 @@ span.help-mark { tr:HOVER span.help-mark { visibility: visible; } + + + /* media queries */ + +@media all and (max-width: 400px) { + span.modal-title { + font-size: 1.5em; + + } + + div.modal-title-bar { + height: 2em; + line-height: 2em; + } + + div.modal-close-button { + background-size: cover; + width: 24px; + height: 24px; + } +}