style build button
authorMoritz Warning <moritzwarning@web.de>
Thu, 20 Feb 2020 17:42:08 +0000 (18:42 +0100)
committerMoritz Warning <moritzwarning@web.de>
Thu, 20 Feb 2020 17:42:08 +0000 (18:42 +0100)
index.css
index.html

index 0217db775d75e78d85624f7d7dd39a76e9b9a1dd..75391db66e73847abf4fcab733fa228a32e53f46 100644 (file)
--- a/index.css
+++ b/index.css
@@ -174,7 +174,34 @@ header > div {
 }
 
 #custom textarea {
-  width: 300px;
-  height: 80px;
+  width: 500px;
+  height: 120px;
   font-size: 16px;
-}
\ No newline at end of file
+  display: block;
+}
+
+#custom a :first-child {
+  width: 30px;
+  margin-right: 10px;
+  margin-top: 0px;
+  font-size: 36px;
+}
+
+#custom a {
+  text-decoration: none;
+  border-radius: 4px;
+  padding: 2px 10px;
+  margin: 5px;
+  font-size: 16px;
+  cursor: pointer;
+  letter-spacing: 0.05em;
+  display: inline-flex;
+  align-items: center;
+  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 3px 1px -2px rgba(0,0,0,0.12);
+  color: #fff;
+  background-color: #00A3E1;
+}
+
+.download-help {
+  display: none;
+}
index b25d69ca5355d885dea724e5e4616c39dccc1587..9376f74aa0db677844862a96ae5874c2a68dffdf 100644 (file)
                        <div id="custom">
                                <h3 class="tr-customize">Customize</h3>
                                <textarea id="packages">luci</textarea>
-                               <a href="javascript:build_asa_request()" class="tr-request-image">Request Build</a>
+                               <a href="javascript:build_asa_request()" class="custom-link">
+                                       <span>&#9881;</span><span class="tr-request-image">Request Build</span>
+                               </a>
                        </div>
 
-
                        <div>
                                <h3 id="images-title" class="tr-release-build">Release Build</h3>
                                <div><span class="column tr-model">Model:</span> <span id="image-model"></span></div>