From a19375d67145056a2864739a18322e7f00622c4e Mon Sep 17 00:00:00 2001 From: Calin Crisan <ccrisan@gmail.com> Date: Sun, 19 Jul 2015 17:01:57 +0300 Subject: [PATCH] fixed apply button disappearing on small screens --- static/css/main.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; -- 2.39.5