Merge pull request #104 from ylecuyer/ui

UI fixes
This commit is contained in:
Dave Earley 2016-05-23 21:33:58 +01:00
commit 8e20164d56
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@
@endif
<div class="form-group">
{!! Form::labelWithHelp('organiser_logo', 'Organiser Logo', array('class'=>'control-label '),
'We recommend a square image, as this will look best on printed tickets and event pages.') !!}l
'We recommend a square image, as this will look best on printed tickets and event pages.') !!}
{!!Form::styledFile('organiser_logo')!!}
</div>
<div class="modal-footer">

View File

@ -20,7 +20,7 @@
</div>
<div class="form-group custom-theme">
{!! Form::label('description', 'Event Description', array('class'=>'control-label')) !!}
{!! Form::label('description', 'Event Description', array('class'=>'control-label required')) !!}
{!! Form::textarea('description', Input::old('description'),
array(
'class'=>'form-control editable',