}
#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;
+}
<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>⚙</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>