From c87f5bbf4f85b875c96d0953c25c2ca824b534d5 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 6 Jul 2015 22:34:16 +0200 Subject: [PATCH 1/1] move "additional options" button in the middle, and make it not so visible --- data/templates/edit-file.htm | 6 +++--- www/js/phorkie.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/templates/edit-file.htm b/data/templates/edit-file.htm index f9ed68f..58ba742 100644 --- a/data/templates/edit-file.htm +++ b/data/templates/edit-file.htm @@ -6,9 +6,9 @@ Binary files cannot be edited.

{% endif %} -
-
-
diff --git a/www/js/phorkie.js b/www/js/phorkie.js index 4817794..92616fd 100644 --- a/www/js/phorkie.js +++ b/www/js/phorkie.js @@ -49,6 +49,6 @@ function toggleAdditional(elem, time) var jt = jQuery(elem); jt.children('i').toggleClass('icon-chevron-down') .toggleClass('icon-chevron-up'); - jt.parents('.row-fluid').children('.additional').toggle(time); + jt.parents('.row-fluid').children('.additional').slideToggle(time); //jt.parents('.row-fluid').children('.additional').animate(time); } -- 2.30.2