From 4ee11c30bcd6a6fba32d613a555ee5b1b81040ee Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Sat, 26 Oct 2013 21:34:44 +0300 Subject: [PATCH] small ui improvements --- static/css/main.css | 15 +++++++++++++-- static/css/ui.css | 21 +++++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) 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; + } +} -- 2.39.5