diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-06-12 18:01:20 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-06-12 18:01:20 -0400 |
| commit | f9a05332e51b586b42cffcf144dae6f4b3abe436 (patch) | |
| tree | ed9f30f241bbdca6c6c3717afd76d1356179f257 /public/assets/stylesheets/app.css | |
| parent | e37702d371b459847a43f7c6f953dff31684d823 (diff) | |
client side of uploading process
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 12 |
1 files changed, 11 insertions, 1 deletions
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; |
