From 3c7aac6588ef82b4381efe3b5684b13891976101 Mon Sep 17 00:00:00 2001 From: Marc MAURICE Date: Sat, 17 Aug 2013 22:17:39 +0200 Subject: [PATCH] New plugin to show filenames --- plugins/_disabled/filenames/after_thumb.php | 6 ++++++ plugins/_disabled/filenames/head.php | 12 ++++++++++++ template.php | 4 +++- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 plugins/_disabled/filenames/after_thumb.php create mode 100644 plugins/_disabled/filenames/head.php diff --git a/plugins/_disabled/filenames/after_thumb.php b/plugins/_disabled/filenames/after_thumb.php new file mode 100644 index 0000000..09e2db2 --- /dev/null +++ b/plugins/_disabled/filenames/after_thumb.php @@ -0,0 +1,6 @@ + +
">
diff --git a/plugins/_disabled/filenames/head.php b/plugins/_disabled/filenames/head.php new file mode 100644 index 0000000..25cf562 --- /dev/null +++ b/plugins/_disabled/filenames/head.php @@ -0,0 +1,12 @@ + diff --git a/template.php b/template.php index 5a4487e..ec0efe6 100644 --- a/template.php +++ b/template.php @@ -15,6 +15,8 @@ a { } .square { display: inline-block; + vertical-align: top; + height: px; } .image, .foldername, .image_nopreview, .foldername_nopreview { display: table-cell; @@ -73,7 +75,7 @@ a {
- +
-- 1.7.10.4