aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/static
diff options
context:
space:
mode:
authortr4ck3ur <tr4ck3ur@style-python.fr>2015-02-15 14:46:19 +0100
committertr4ck3ur <tr4ck3ur@style-python.fr>2015-02-15 14:46:19 +0100
commit7838a12792be197628ab7f34910f1c87dd113295 (patch)
tree0874b52059bf4ef3156f2e1495ce34743c0d8b36 /jm2l/static
parente3d6c9839f41796a4870d8e9dea50ed2b657f014 (diff)
downloadjm2l-7838a12792be197628ab7f34910f1c87dd113295.tar.gz
jm2l-7838a12792be197628ab7f34910f1c87dd113295.tar.bz2
jm2l-7838a12792be197628ab7f34910f1c87dd113295.tar.xz
jm2l-7838a12792be197628ab7f34910f1c87dd113295.zip
Fix ckeditor, uploader and add piwik
Diffstat (limited to 'jm2l/static')
-rw-r--r--jm2l/static/css/jm2l.css4
-rw-r--r--jm2l/static/vendor/fileupload/img/loading.gifbin0 -> 3897 bytes
2 files changed, 4 insertions, 0 deletions
diff --git a/jm2l/static/css/jm2l.css b/jm2l/static/css/jm2l.css
index 5a3de2f..de94fbf 100644
--- a/jm2l/static/css/jm2l.css
+++ b/jm2l/static/css/jm2l.css
@@ -1,3 +1,7 @@
+a {
+ cursor: pointer;
+}
+
.borderbox {
border: 1px solid #e1e4e5;
margin: 1px 0 24px;
diff --git a/jm2l/static/vendor/fileupload/img/loading.gif b/jm2l/static/vendor/fileupload/img/loading.gif
new file mode 100644
index 0000000..90f28cb
--- /dev/null
+++ b/jm2l/static/vendor/fileupload/img/loading.gif
Binary files differ