From: Calin Crisan Date: Sun, 13 Dec 2015 14:03:51 +0000 (+0200) Subject: camera frames font size improvements X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=2a8770bf494dae48632b7abe5f64a94b96f12345;p=motioneye-debian camera frames font size improvements --- diff --git a/motioneye/static/css/main.css b/motioneye/static/css/main.css index d614faf..58598d1 100644 --- a/motioneye/static/css/main.css +++ b/motioneye/static/css/main.css @@ -123,10 +123,6 @@ div.page-container { margin: auto; } -div.page-container.four-columns { - font-size: 12px; -} - div.page-container.stretched { margin-left: 40%; font-size: 16px; @@ -230,6 +226,7 @@ img.main-loading-progress { div.add-camera-message { text-align: center; margin-top: 30px; + font-size: 1rem; } div.hostname { @@ -929,7 +926,7 @@ div.camera-name { display: inline-block; font-size: 1.5em; white-space: nowrap; - width: 50%; + width: 33.33%; overflow: hidden; text-overflow: ellipsis; vertical-align: top; @@ -941,7 +938,7 @@ span.camera-name { div.camera-top-buttons { display: inline-block; - width: 50%; + width: 66.66%; vertical-align: top; text-align: right; } @@ -1132,14 +1129,6 @@ img.camera-progress { body { font-size: 16px; } - - div.page-container.stretched { - font-size: 10px; - } - - div.page-container.four-columns.stretched { - font-size: 8px; - } } @media all and (max-width: 1000px) {