diff options
author | jeremydurand <jeremydurand24@hotmail.fr> | 2016-06-09 15:57:23 +0200 |
---|---|---|
committer | Pierrick Le Gall <plg@piwigo.org> | 2016-06-09 15:57:23 +0200 |
commit | 4d75cf35b553393a9ed293c4352f19dbbb94b7a6 (patch) | |
tree | 3259966ae046077bbb2359513053ea3f67f5c52e | |
parent | e81bb9d273b3ba8e60886dac864dae74fca11839 (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.tpl | 9 |
1 files changed, 8 insertions, 1 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> @@ -96,4 +103,4 @@ form fieldset p.actionButtons {margin-bottom:0} </tr> {/foreach} </table> -</fieldset>
\ No newline at end of file +</fieldset> |