aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeremydurand <jeremydurand24@hotmail.fr>2016-06-09 15:57:23 +0200
committerPierrick Le Gall <plg@piwigo.org>2016-06-09 15:57:23 +0200
commit4d75cf35b553393a9ed293c4352f19dbbb94b7a6 (patch)
tree3259966ae046077bbb2359513053ea3f67f5c52e
parente81bb9d273b3ba8e60886dac864dae74fca11839 (diff)
fixes #450 enlarge size text field for adding a permalink (#501)
fixes #450 enlarge size text field for adding a permalink
-rw-r--r--admin/themes/default/template/permalinks.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/themes/default/template/permalinks.tpl b/admin/themes/default/template/permalinks.tpl
index 8ec0f3a6d..15857e3ea 100644
--- a/admin/themes/default/template/permalinks.tpl
+++ b/admin/themes/default/template/permalinks.tpl
@@ -20,6 +20,13 @@ form fieldset p.actionButtons {margin-bottom:0}
</style>
{/literal}
+{html_style}
+[name="permalink"] {
+ width : 100%;
+ max-width : 600px;
+}
+{/html_style}
+
<div class="titrePage">
<h2>{'Permalinks'|@translate}</h2>
</div>