mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 06:04:30 -04:00
Updated custom css textarea sizing
This commit is contained in:
parent
6e98e9b60d
commit
f65dbde5bf
@ -32,9 +32,11 @@
|
|||||||
<h3 class="panel-title">{!! trans('texts.custom_css') !!}</h3>
|
<h3 class="panel-title">{!! trans('texts.custom_css') !!}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
|
<div class="col-md-10 col-md-offset-1">
|
||||||
{!! Former::textarea('client_view_css')
|
{!! Former::textarea('client_view_css')
|
||||||
->label(trans('texts.custom_css'))
|
->label(trans('texts.custom_css'))
|
||||||
->rows(15)
|
->rows(10)
|
||||||
|
->raw()
|
||||||
->autofocus()
|
->autofocus()
|
||||||
->maxlength(60000)
|
->maxlength(60000)
|
||||||
->style("min-width:100%;max-width:100%;font-family:'Roboto Mono', 'Lucida Console', Monaco, monospace;font-size:14px;'") !!}
|
->style("min-width:100%;max-width:100%;font-family:'Roboto Mono', 'Lucida Console', Monaco, monospace;font-size:14px;'") !!}
|
||||||
@ -42,6 +44,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
{!! Button::success(trans('texts.save'))->submit()->large()->appendIcon(Icon::create('floppy-disk')) !!}
|
{!! Button::success(trans('texts.save'))->submit()->large()->appendIcon(Icon::create('floppy-disk')) !!}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user