@@ -0,0 +1,56 @@
+body {
+ padding: 50px;
+ font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
+}
+
+#progress {
+ display: block;
+ border: 1px solid black;
+ background: #00B7FF;
+ width: 0%;
+ height: 10px;
+button {
+ clear:both;
+ background: #3498db;
+ border-radius: 28px;
+ color: #fff;
+ font-size: 20px;
+ padding: 10px 20px 10px 20px;
+ text-decoration: none;
+ border:0;
+button:hover {
+ background: #3cb0fd;
+label {
+ width: 215px;
+ float: left;
+ clear: both;
+select {
+ width: 200px;
+ font-size: 15px;
+footer {
+ position:fixed;
+ left:0px;
+ bottom:0px;
+ height:30px;
+ width:100%;
+ color: white;
+footer span {
+ top: 5px;
+ left: 10px;
+ position: relative;
@@ -182,14 +182,6 @@ function flashWithManifest(manifest) {
});
}
-function createProgressBars(spec) {
-
-}
-function progressHandler(spec) {
/**
* Get's manifest list for possibilities for flashing,
* scans serial ports and sets up timer for checking for changes.