From f9a05332e51b586b42cffcf144dae6f4b3abe436 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 12 Jun 2014 18:01:20 -0400 Subject: client side of uploading process --- public/assets/stylesheets/app.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'public/assets/stylesheets') diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 18d0788..29eb3c8 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -828,9 +828,19 @@ h5{ transform:translateY(0%); } -.fileUpload .icon-ios7-upload-outline{ +.fileUpload .icon-ios7-upload-outline { font-size:40px; } +.fileUpload .upload-icon.uploading { +} +.fileUpload .upload-icon.uploading:before { + content: ' ' !important; + background-image: url("/assets/img/loader.gif"); + background-repeat: no-repeat; + width: 40px; + height: 40px; +} + .fileUpload input[type="text"]{ border: 1px solid #ccc; font-size: 15px; -- cgit v1.2.3-70-g09d2