From f682d0e5081bcadd84797cd796cf27c49c680dda Mon Sep 17 00:00:00 2001 From: maxogden Date: Sun, 24 Apr 2011 18:05:49 -0700 Subject: [PATCH] add url for csv download --- _attachments/pages/index.html | 77 ++++++++++++++++++++--------------- _attachments/style/demo.css | 1 + 2 files changed, 46 insertions(+), 32 deletions(-) diff --git a/_attachments/pages/index.html b/_attachments/pages/index.html index 9e793d96..800f7221 100644 --- a/_attachments/pages/index.html +++ b/_attachments/pages/index.html @@ -11,19 +11,31 @@ - + + \ No newline at end of file diff --git a/_attachments/style/demo.css b/_attachments/style/demo.css index e800f5c0..367153da 100644 --- a/_attachments/style/demo.css +++ b/_attachments/style/demo.css @@ -49,4 +49,5 @@ a:hover{text-decoration:underline;} .usingMouse a{outline:none;} a.button span.icon.loading { background-image: url(../images/loader.gif); } + .loading { background-image: url(../images/loader.gif); background-repeat: no-repeat; padding-left: 15px; background-position: 0px 3px;} a.button:hover span.icon.loading { background-image: url(../images/loader-blue.gif); }