From: Calin Crisan Date: Sun, 19 Jul 2015 14:01:57 +0000 (+0300) Subject: fixed apply button disappearing on small screens X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=a19375d67145056a2864739a18322e7f00622c4e;p=motioneye-debian fixed apply button disappearing on small screens --- diff --git a/static/css/main.css b/static/css/main.css index 6373adb..c02e29b 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -333,14 +333,12 @@ div.apply-button { display: none; opacity: 0; float: right; - width: 80px; + width: 4em; height: 30px; line-height: 30px; text-align: center; margin: 10px; color: white; - font-weight: bold; - font-size: 17px; background-color: #FF6F00; border-radius: 3px; transition: all 0.1s linear;