]> www.vanbest.org Git - motioneye-debian/commitdiff
fixed apply button disappearing on small screens
authorCalin Crisan <ccrisan@gmail.com>
Sun, 19 Jul 2015 14:01:57 +0000 (17:01 +0300)
committerCalin Crisan <ccrisan@gmail.com>
Sun, 19 Jul 2015 14:01:57 +0000 (17:01 +0300)
static/css/main.css

index 6373adbf59ffb141f546972dd825da7c36e0318d..c02e29be16c21ab796e088de4c797e885e7e16f9 100644 (file)
@@ -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;