mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 13:24:30 -04:00
dashboard tweaks, account pages buttons etc
This commit is contained in:
parent
32ae1b23f7
commit
4810ddf93e
@ -75,7 +75,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
{{ Button::lg_primary_submit('Save') }}
|
{{ Button::lg_primary_submit('Save')->append_with_icon('floppy-disk') }}
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
{{ Former::close() }}
|
{{ Former::close() }}
|
||||||
|
@ -6,12 +6,12 @@
|
|||||||
{{ Former::open_for_files('company/import_map')->addClass('col-md-9 col-md-offset-1') }}
|
{{ Former::open_for_files('company/import_map')->addClass('col-md-9 col-md-offset-1') }}
|
||||||
{{ Former::legend('Import Client Data') }}
|
{{ Former::legend('Import Client Data') }}
|
||||||
{{ Former::file('file')->label('Select CSV file') }}
|
{{ 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::close() }}
|
||||||
|
|
||||||
{{ Former::open('company/export')->addClass('col-md-9 col-md-offset-1') }}
|
{{ Former::open('company/export')->addClass('col-md-9 col-md-offset-1') }}
|
||||||
{{ Former::legend('Export Client Data') }}
|
{{ 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() }}
|
{{ Former::close() }}
|
||||||
|
|
||||||
@stop
|
@stop
|
@ -18,7 +18,7 @@
|
|||||||
{{ Former::textarea('invoice_terms')->label('Set default invoice terms') }}
|
{{ Former::textarea('invoice_terms')->label('Set default invoice terms') }}
|
||||||
{{ Former::textarea('email_footer')->label('Set default email signature') }}
|
{{ 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() }}
|
{{ Former::close() }}
|
||||||
|
|
||||||
@stop
|
@stop
|
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
@endforeach
|
@endforeach
|
||||||
|
|
||||||
{{ Former::actions( Button::lg_primary_submit('Save') ) }}
|
{{ Former::actions( Button::lg_primary_submit('Save')->append_with_icon('floppy-disk') ) }}
|
||||||
{{ Former::close() }}
|
{{ Former::close() }}
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,6 +88,13 @@ background: url('../images/sort_asc.png') no-repeat 90% 50%;
|
|||||||
table.table thead .sorting_desc {
|
table.table thead .sorting_desc {
|
||||||
background: url('../images/sort_desc.png') no-repeat 90% 50%;
|
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 {
|
.datepicker {
|
||||||
padding: 4px !important;
|
padding: 4px !important;
|
||||||
margin-top: 1px;
|
margin-top: 1px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user