From 4d75cf35b553393a9ed293c4352f19dbbb94b7a6 Mon Sep 17 00:00:00 2001 From: jeremydurand Date: Thu, 9 Jun 2016 15:57:23 +0200 Subject: fixes #450 enlarge size text field for adding a permalink (#501) fixes #450 enlarge size text field for adding a permalink --- admin/themes/default/template/permalinks.tpl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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} {/literal} +{html_style} +[name="permalink"] { + width : 100%; + max-width : 600px; +} +{/html_style} +

{'Permalinks'|@translate}

@@ -96,4 +103,4 @@ form fieldset p.actionButtons {margin-bottom:0} {/foreach} - \ No newline at end of file + -- cgit v1.2.3