dashboard tweaks, account pages buttons etc

This commit is contained in:
Razi KAntorp 2014-02-23 17:10:56 +01:00
parent 32ae1b23f7
commit 4810ddf93e
5 changed files with 12 additions and 5 deletions

View File

@ -75,7 +75,7 @@
</div>
<center>
{{ Button::lg_primary_submit('Save') }}
{{ Button::lg_primary_submit('Save')->append_with_icon('floppy-disk') }}
</center>
{{ Former::close() }}

View File

@ -6,12 +6,12 @@
{{ Former::open_for_files('company/import_map')->addClass('col-md-9 col-md-offset-1') }}
{{ Former::legend('Import Client Data') }}
{{ Former::file('file')->label('Select CSV file') }}
{{ Former::actions( Button::lg_primary_submit('Upload') ) }}
{{ Former::actions( Button::lg_info_submit('Upload')->append_with_icon('open') ) }}
{{ Former::close() }}
{{ Former::open('company/export')->addClass('col-md-9 col-md-offset-1') }}
{{ Former::legend('Export Client Data') }}
{{ Former::actions( Button::lg_primary_submit('Download') ) }}
{{ Former::actions( Button::lg_primary_submit('Download')->append_with_icon('download-alt') ) }}
{{ Former::close() }}
@stop

View File

@ -18,7 +18,7 @@
{{ Former::textarea('invoice_terms')->label('Set default invoice terms') }}
{{ Former::textarea('email_footer')->label('Set default email signature') }}
{{ Former::actions( Button::lg_primary_submit('Save') ) }}
{{ Former::actions( Button::lg_primary_submit('Save')->append_with_icon('floppy-disk') ) }}
{{ Former::close() }}
@stop

View File

@ -45,7 +45,7 @@
@endforeach
{{ Former::actions( Button::lg_primary_submit('Save') ) }}
{{ Former::actions( Button::lg_primary_submit('Save')->append_with_icon('floppy-disk') ) }}
{{ Former::close() }}

View File

@ -88,6 +88,13 @@ background: url('../images/sort_asc.png') no-repeat 90% 50%;
table.table thead .sorting_desc {
background: url('../images/sort_desc.png') no-repeat 90% 50%;
}
table.dataTable thead th, table.dataTable thead td, table.invoice-table thead th, table.invoice-table thead td {
padding: 12px 10px;
}
table.dataTable tbody th, table.dataTable tbody td {
padding: 10px;
}
.datepicker {
padding: 4px !important;
margin-top: 1px;