diff --git a/browser/app/css/loader.css b/browser/app/css/loader.css index 2cf1dded9..982c53e1e 100644 --- a/browser/app/css/loader.css +++ b/browser/app/css/loader.css @@ -1,62 +1,50 @@ -.page-load { +.page-loader { position: fixed; width: 100%; height: 100%; top: 0; left: 0; - background: #32393F; + background: #fff; z-index: 100; transition: opacity 200ms; -webkit-transition: opacity 200ms; } -.pl-0{ - opacity: 0; -} - -.pl-1 { - display: none; -} - -.pl-inner { - position: absolute; - width: 100px; - height: 100px; - left: 50%; - margin-left: -50px; - top: 50%; - margin-top: -50px; - text-align: center; - -webkit-animation: fade-in 500ms; - animation: fade-in 500ms; - -webkit-animation-fill-mode: both; - animation-fill-mode: both; - animation-delay: 350ms; - -webkit-animation-delay: 350ms; - -webkit-backface-visibility: visible; - backface-visibility: visible; -} - -.pl-inner:before { +.page-loader:before, +.page-loader:after { content: ''; + width: 80px; + height: 80px; position: absolute; - width: 100%; - height: 100%; left: 0; + right: 0; top: 0; - display: block; - -webkit-animation: spin 1000ms infinite linear; - animation: spin 1000ms infinite linear; - border: 1px solid rgba(255, 255, 255, 0.2);; - border-left-color: #fff; + bottom: 0; + margin: auto; border-radius: 50%; } -.pl-inner > img { - width: 30px; - margin-top: 21px; +.page-loader:before { + background: url(/minio/logo.svg) no-repeat center; + background-size: 30px; } +.page-loader:after { + -webkit-animation: spin 1000ms infinite linear; + animation: spin 1000ms infinite linear; + border: 2px solid #f3f3f3; + border-left-color: #4a5558; +} + +.page-loader--0 { + opacity: 0; +} + +.page-loader--1 { + display: none; +} + + @-webkit-keyframes fade-in { 0% { opacity: 0; @@ -95,4 +83,4 @@ -webkit-transform: rotate(360deg); transform: rotate(360deg); } -} +} \ No newline at end of file diff --git a/browser/app/fonts/lato/lato-normal.woff b/browser/app/fonts/lato/lato-normal.woff deleted file mode 100755 index f2317755c..000000000 Binary files a/browser/app/fonts/lato/lato-normal.woff and /dev/null differ diff --git a/browser/app/fonts/lato/lato-normal.woff2 b/browser/app/fonts/lato/lato-normal.woff2 deleted file mode 100755 index 2a119ebd5..000000000 Binary files a/browser/app/fonts/lato/lato-normal.woff2 and /dev/null differ diff --git a/browser/app/fonts/roboto/Roboto-Medium-webfont.eot b/browser/app/fonts/roboto/Roboto-Medium-webfont.eot new file mode 100644 index 000000000..f9ad99566 Binary files /dev/null and b/browser/app/fonts/roboto/Roboto-Medium-webfont.eot differ diff --git a/browser/app/fonts/roboto/Roboto-Medium-webfont.svg b/browser/app/fonts/roboto/Roboto-Medium-webfont.svg new file mode 100644 index 000000000..4ce289dfa --- /dev/null +++ b/browser/app/fonts/roboto/Roboto-Medium-webfont.svg @@ -0,0 +1,593 @@ + + + \ No newline at end of file diff --git a/browser/app/fonts/roboto/Roboto-Medium-webfont.ttf b/browser/app/fonts/roboto/Roboto-Medium-webfont.ttf new file mode 100644 index 000000000..8aa64d823 Binary files /dev/null and b/browser/app/fonts/roboto/Roboto-Medium-webfont.ttf differ diff --git a/browser/app/fonts/roboto/Roboto-Medium-webfont.woff b/browser/app/fonts/roboto/Roboto-Medium-webfont.woff new file mode 100644 index 000000000..cd810ef92 Binary files /dev/null and b/browser/app/fonts/roboto/Roboto-Medium-webfont.woff differ diff --git a/browser/app/fonts/roboto/Roboto-Regular-webfont.eot b/browser/app/fonts/roboto/Roboto-Regular-webfont.eot new file mode 100644 index 000000000..9b5e8e413 Binary files /dev/null and b/browser/app/fonts/roboto/Roboto-Regular-webfont.eot differ diff --git a/browser/app/fonts/roboto/Roboto-Regular-webfont.svg b/browser/app/fonts/roboto/Roboto-Regular-webfont.svg new file mode 100644 index 000000000..de7d77fea --- /dev/null +++ b/browser/app/fonts/roboto/Roboto-Regular-webfont.svg @@ -0,0 +1,621 @@ + + + \ No newline at end of file diff --git a/browser/app/fonts/roboto/Roboto-Regular-webfont.ttf b/browser/app/fonts/roboto/Roboto-Regular-webfont.ttf new file mode 100644 index 000000000..44dd78d5e Binary files /dev/null and b/browser/app/fonts/roboto/Roboto-Regular-webfont.ttf differ diff --git a/browser/app/fonts/roboto/Roboto-Regular-webfont.woff b/browser/app/fonts/roboto/Roboto-Regular-webfont.woff new file mode 100644 index 000000000..bfa05d53f Binary files /dev/null and b/browser/app/fonts/roboto/Roboto-Regular-webfont.woff differ diff --git a/browser/app/img/arrow.svg b/browser/app/img/arrow.svg deleted file mode 100644 index fb5574ff8..000000000 --- a/browser/app/img/arrow.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/browser/app/img/icons/bucket-new.svg b/browser/app/img/icons/bucket-new.svg new file mode 100644 index 000000000..5166440f9 --- /dev/null +++ b/browser/app/img/icons/bucket-new.svg @@ -0,0 +1,23 @@ + + \ No newline at end of file diff --git a/browser/app/img/icons/bucket.svg b/browser/app/img/icons/bucket.svg new file mode 100644 index 000000000..d0c1be168 --- /dev/null +++ b/browser/app/img/icons/bucket.svg @@ -0,0 +1,23 @@ + + \ No newline at end of file diff --git a/browser/app/img/icons/close-inverse.svg b/browser/app/img/icons/close-inverse.svg new file mode 100644 index 000000000..14d241ca7 --- /dev/null +++ b/browser/app/img/icons/close-inverse.svg @@ -0,0 +1,13 @@ + + \ No newline at end of file diff --git a/browser/app/img/icons/close.svg b/browser/app/img/icons/close.svg new file mode 100644 index 000000000..4a7182af4 --- /dev/null +++ b/browser/app/img/icons/close.svg @@ -0,0 +1,13 @@ + + \ No newline at end of file diff --git a/browser/app/img/icons/files/audio.png b/browser/app/img/icons/files/audio.png new file mode 100644 index 000000000..a01ae9da2 Binary files /dev/null and b/browser/app/img/icons/files/audio.png differ diff --git a/browser/app/img/icons/files/audio@2x.png b/browser/app/img/icons/files/audio@2x.png new file mode 100644 index 000000000..09e3d9579 Binary files /dev/null and b/browser/app/img/icons/files/audio@2x.png differ diff --git a/browser/app/img/icons/files/code.png b/browser/app/img/icons/files/code.png new file mode 100644 index 000000000..962a62f97 Binary files /dev/null and b/browser/app/img/icons/files/code.png differ diff --git a/browser/app/img/icons/files/code@2x.png b/browser/app/img/icons/files/code@2x.png new file mode 100644 index 000000000..8fda6f7d2 Binary files /dev/null and b/browser/app/img/icons/files/code@2x.png differ diff --git a/browser/app/img/icons/files/doc.png b/browser/app/img/icons/files/doc.png new file mode 100644 index 000000000..82289a5d9 Binary files /dev/null and b/browser/app/img/icons/files/doc.png differ diff --git a/browser/app/img/icons/files/doc@2x.png b/browser/app/img/icons/files/doc@2x.png new file mode 100644 index 000000000..7ea9ee3b9 Binary files /dev/null and b/browser/app/img/icons/files/doc@2x.png differ diff --git a/browser/app/img/icons/files/excel.png b/browser/app/img/icons/files/excel.png new file mode 100644 index 000000000..afadc27bd Binary files /dev/null and b/browser/app/img/icons/files/excel.png differ diff --git a/browser/app/img/icons/files/excel@2x.png b/browser/app/img/icons/files/excel@2x.png new file mode 100644 index 000000000..1db27d8bb Binary files /dev/null and b/browser/app/img/icons/files/excel@2x.png differ diff --git a/browser/app/img/icons/files/folder.png b/browser/app/img/icons/files/folder.png new file mode 100644 index 000000000..edf9aec98 Binary files /dev/null and b/browser/app/img/icons/files/folder.png differ diff --git a/browser/app/img/icons/files/folder@2x.png b/browser/app/img/icons/files/folder@2x.png new file mode 100644 index 000000000..bdf59d92d Binary files /dev/null and b/browser/app/img/icons/files/folder@2x.png differ diff --git a/browser/app/img/icons/files/image.png b/browser/app/img/icons/files/image.png new file mode 100644 index 000000000..2414ba41c Binary files /dev/null and b/browser/app/img/icons/files/image.png differ diff --git a/browser/app/img/icons/files/image@2x.png b/browser/app/img/icons/files/image@2x.png new file mode 100644 index 000000000..fe680a076 Binary files /dev/null and b/browser/app/img/icons/files/image@2x.png differ diff --git a/browser/app/img/icons/files/other.png b/browser/app/img/icons/files/other.png new file mode 100644 index 000000000..02ce4e3c2 Binary files /dev/null and b/browser/app/img/icons/files/other.png differ diff --git a/browser/app/img/icons/files/other@2x.png b/browser/app/img/icons/files/other@2x.png new file mode 100644 index 000000000..d0bb73fa9 Binary files /dev/null and b/browser/app/img/icons/files/other@2x.png differ diff --git a/browser/app/img/icons/files/pdf.png b/browser/app/img/icons/files/pdf.png new file mode 100644 index 000000000..276ac6234 Binary files /dev/null and b/browser/app/img/icons/files/pdf.png differ diff --git a/browser/app/img/icons/files/pdf@2x.png b/browser/app/img/icons/files/pdf@2x.png new file mode 100644 index 000000000..c2b7b569f Binary files /dev/null and b/browser/app/img/icons/files/pdf@2x.png differ diff --git a/browser/app/img/icons/files/presentation.png b/browser/app/img/icons/files/presentation.png new file mode 100644 index 000000000..46140ae28 Binary files /dev/null and b/browser/app/img/icons/files/presentation.png differ diff --git a/browser/app/img/icons/files/presentation@2x.png b/browser/app/img/icons/files/presentation@2x.png new file mode 100644 index 000000000..bccde29b5 Binary files /dev/null and b/browser/app/img/icons/files/presentation@2x.png differ diff --git a/browser/app/img/icons/files/text.png b/browser/app/img/icons/files/text.png new file mode 100644 index 000000000..293f315a4 Binary files /dev/null and b/browser/app/img/icons/files/text.png differ diff --git a/browser/app/img/icons/files/text@2x.png b/browser/app/img/icons/files/text@2x.png new file mode 100644 index 000000000..ca00f3749 Binary files /dev/null and b/browser/app/img/icons/files/text@2x.png differ diff --git a/browser/app/img/icons/files/video.png b/browser/app/img/icons/files/video.png new file mode 100644 index 000000000..ed5eccf6e Binary files /dev/null and b/browser/app/img/icons/files/video.png differ diff --git a/browser/app/img/icons/files/video@2x.png b/browser/app/img/icons/files/video@2x.png new file mode 100644 index 000000000..14b2ff177 Binary files /dev/null and b/browser/app/img/icons/files/video@2x.png differ diff --git a/browser/app/img/icons/files/zip.png b/browser/app/img/icons/files/zip.png new file mode 100644 index 000000000..6290d102a Binary files /dev/null and b/browser/app/img/icons/files/zip.png differ diff --git a/browser/app/img/icons/files/zip@2x.png b/browser/app/img/icons/files/zip@2x.png new file mode 100644 index 000000000..da3f961dc Binary files /dev/null and b/browser/app/img/icons/files/zip@2x.png differ diff --git a/browser/app/img/icons/search.svg b/browser/app/img/icons/search.svg new file mode 100644 index 000000000..eceb305b5 --- /dev/null +++ b/browser/app/img/icons/search.svg @@ -0,0 +1,12 @@ + + \ No newline at end of file diff --git a/browser/app/img/select-caret.svg b/browser/app/img/icons/select-caret.svg similarity index 100% rename from browser/app/img/select-caret.svg rename to browser/app/img/icons/select-caret.svg diff --git a/browser/app/img/logo.svg b/browser/app/img/logo.svg index 46024fee3..102f715b8 100644 --- a/browser/app/img/logo.svg +++ b/browser/app/img/logo.svg @@ -1,16 +1,5380 @@ - - \ No newline at end of file + + + + + + + + + + +]> + diff --git a/browser/app/img/more-h-light.svg b/browser/app/img/more-h-light.svg deleted file mode 100644 index 0c2e2da60..000000000 --- a/browser/app/img/more-h-light.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/browser/app/img/more-h.svg b/browser/app/img/more-h.svg deleted file mode 100644 index cf69dcf6b..000000000 --- a/browser/app/img/more-h.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/browser/app/index.html b/browser/app/index.html index f6282728a..652a3f63e 100644 --- a/browser/app/index.html +++ b/browser/app/index.html @@ -1,6 +1,5 @@ -
@@ -9,46 +8,9 @@ -