fixes #450 enlarge size text field for adding a permalink (#501)

fixes #450 enlarge size text field for adding a permalink
This commit is contained in:
jeremydurand
2016-06-09 15:57:23 +02:00
committed by Pierrick Le Gall
parent e81bb9d273
commit 4d75cf35b5
+8 -1
View File
@@ -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>
</fieldset>