diff --git a/static/css/main.css b/static/css/main.css index 9a0d4b8e6d9..2909bc1d778 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -161,7 +161,6 @@ body { cursor: default; font-size: 75%; margin-top: 15px; - margin-right: 37px; width: auto; user-select: none; @@ -246,9 +245,6 @@ div.tooltip { width: 50%; } - #bgButton { - font-size: 120%; - } .dropdown-menu { font-size: 60% !important; } @@ -257,10 +253,7 @@ div.tooltip { } } -@media (max-width: 700px) { - #bgButton { - font-size: 120%; - } +@media (max-width: 750px) { .dropdown-menu { font-size: 60% !important; } @@ -284,10 +277,6 @@ div.tooltip { font-size: 70%; } - #notification { - margin-top: 148px; - } - .status { text-align: center; margin-bottom: 0; @@ -307,10 +296,7 @@ div.tooltip { width: 100vw; } #bgButton { - font-size: 120%; - height: 142px; - margin-top: 1vw; - width: 98vw; + font-size: 100%; } .dropdown-menu { font-size: 60% !important; @@ -365,10 +351,6 @@ div.tooltip { padding-bottom: 20px; } - #bgButton { - font-size: 70% !important; - } - #currentTime { font-size: 85%; } diff --git a/static/js/client.js b/static/js/client.js index 8de699cadbe..b1e7b14b186 100644 --- a/static/js/client.js +++ b/static/js/client.js @@ -17,7 +17,7 @@ var app = {}, browserSettings = {}, browserStorage = $.localStorage; , FORMAT_TIME_12 = '%I:%M' , FORMAT_TIME_24 = '%H:%M%' , FORMAT_TIME_SCALE = '%I %p' - , WIDTH_TIME_HIDDEN = 500 + , WIDTH_TIME_HIDDEN = 400 , WIDTH_SMALL_DOTS = WIDTH_TIME_HIDDEN , WIDTH_BIG_DOTS = 800 , MINUTES_SINCE_LAST_UPDATE_WARN = 10 @@ -982,7 +982,7 @@ var app = {}, browserSettings = {}, browserStorage = $.localStorage; if (querystring.mute != 'true') { audio.play(); } else { - showNotification('Alarm is muted per your request. (?mute=true)'); + showNotification('Alarm was muted (?mute=true)'); } }