From 104cb330f5801629627e783fd5b2fe925e496c0b Mon Sep 17 00:00:00 2001 From: Adabriand Furtado Date: Tue, 13 Oct 2015 16:23:38 -0300 Subject: [PATCH] Adicionado ícone de loading e coluna com o número de correções --- .gitignore | 1 + view/assets/css/main.css | 63 ++++++++++++++++++++++++++++++++++++++++++--------------------- view/img/fix.png | Bin 0 -> 7006 bytes view/img/loading.gif | Bin 0 -> 79842 bytes view/template.html | 151 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------- 5 files changed, 125 insertions(+), 90 deletions(-) create mode 100644 view/img/fix.png create mode 100644 view/img/loading.gif diff --git a/.gitignore b/.gitignore index 45c66d6..3103336 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ *.log video/* tmp/ +*.pyc diff --git a/view/assets/css/main.css b/view/assets/css/main.css index 2a62847..2d2f49a 100755 --- a/view/assets/css/main.css +++ b/view/assets/css/main.css @@ -9,7 +9,13 @@ video { } */ .video-body { - height: 350px; + height: 50%; + width: 85%; +} + +.video-container { + padding-left: 40px; + padding-right: 0px; } .row { @@ -25,8 +31,8 @@ video { } /* Fontes */ -.table-responsive, .btn-default, .finish-task-button, #upload-button, h1, h2, - h3, h4, h5, h6 { +.table-responsive, .btn-default, .finish-task-button, #upload-button, h1, + h2, h3, h4, h5, h6 { font-family: 'Titillium Web', sans-serif; } @@ -114,22 +120,12 @@ h6 { } .progress-bar { - height: 5px; + height: 100%; } .progress { background-color: rgba(218, 228, 232, 1.0); - height: 5px; -} - -#avatar-container { - padding-left: 40px; - padding-right: 0px; -} - -#ref-container { - padding-left: 60px; - padding-right: 0px; + height: 7px; } #upload-form { @@ -161,7 +157,7 @@ h6 { #upload-file-name { text-overflow: ellipsis; overflow: hidden; - padding: 6px 0px; + padding: 7px 11px 7px 0px; color: #9e9fa0; font-style: italic; } @@ -172,6 +168,8 @@ h6 { #upload-progress { margin-bottom: 0px; + -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); + box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); } #upload-msg { @@ -188,6 +186,10 @@ h6 { padding-right: 40px; } +#fix-button { + display: none; +} + .finish-task-button { float: right; padding-bottom: 0px; @@ -195,11 +197,6 @@ h6 { color: rgba(94, 199, 189, 1.0); } -.enabled-button { - filter: alpha(opacity = 100); - opacity: 1; -} - .enabled-button:hover { cursor: pointer; filter: alpha(opacity = 50); @@ -209,4 +206,28 @@ h6 { .disabled-button { filter: alpha(opacity = 50); opacity: 0.5; +} + +.mask { + filter: alpha(opacity = 50); + opacity: 0.5; +} + +#loading-container { + display: none; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1040; +} + + + +#loading-container img { + position: absolute; + width: 80px; + top: 37%; + left: 47%; } \ No newline at end of file diff --git a/view/img/fix.png b/view/img/fix.png new file mode 100644 index 0000000..7076867 Binary files /dev/null and b/view/img/fix.png differ diff --git a/view/img/loading.gif b/view/img/loading.gif new file mode 100644 index 0000000..0fcd282 Binary files /dev/null and b/view/img/loading.gif differ diff --git a/view/template.html b/view/template.html index 19ff585..81fba54 100755 --- a/view/template.html +++ b/view/template.html @@ -5,6 +5,9 @@ +
+ +
-
+
ANIMAÇÃO ATUAL "": @@ -56,31 +59,28 @@
-
+ -
+ +
ENVIAR ARQUIVO DE ANIMAÇÃO BLENDER CORRIGIDO:
-
-
-
-
-
- -
-
- ENVIAR -
+
+
+ +
+
+ ENVIAR
- Escolha um - arquivo
+ Escolha um + arquivo
-
+
VÍDEO DE REFERÊNCIA “”: @@ -101,7 +101,7 @@
-