diff --git a/app/views/dashboard.blade.php b/app/views/dashboard.blade.php index 3e4945594f12..b23c040375fc 100644 --- a/app/views/dashboard.blade.php +++ b/app/views/dashboard.blade.php @@ -49,7 +49,7 @@
-
+

Notifications @@ -66,14 +66,14 @@

-
+

Invoices Past Due

- +
@@ -98,14 +98,14 @@
-
+

Upcoming invoices

-
Invoice # Client
+
@@ -126,15 +126,18 @@ -
-
+
+
{{ $activeClients }}
{{ Utils::pluralize('active client', $activeClients) }}
-
+
+
+
Average invoice
{{ $invoiceAvg }}
+
diff --git a/app/views/header.blade.php b/app/views/header.blade.php index dd3693b8e4f7..92c447c867a6 100755 --- a/app/views/header.blade.php +++ b/app/views/header.blade.php @@ -210,7 +210,7 @@
-
+

{{ Former::open('signup/submit')->addClass('signUpForm') }} @@ -239,7 +239,7 @@
- diff --git a/public/css/style.css b/public/css/style.css index 6aea31d7a04f..119ee9a47ab1 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -377,7 +377,7 @@ background-clip: padding-box; .in-thin { font-size: 26px; - color: #888; + font-weight: 100; } .in-bold-white { @@ -386,7 +386,7 @@ background-clip: padding-box; } .in-image { - float:left;padding-right:16px; + float:left;padding-right:25px; } .in-white { @@ -414,6 +414,25 @@ background-clip: padding-box; .invoice-table tbody { border-style: none !important; } +.panel-body {padding: 25px;} + +.dashboard .panel-body {padding: 0;} + +.dashboard .table-striped>tbody>tr>td, .table-striped>tbody>tr>th { background-color: #fbfbfb;} +.dashboard .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { +background-color: #fff; +} +.dashboard th { +border-left: none; + background-color: #fbfbfb; + border-bottom: 1px solid #dfe0e1; +} +.dashboard table.table thead > tr > th { +border-bottom-width: 1px; +} + +.dashboard .table-striped>tbody>tr>td:first-child { padding-left: 15px; } +.dashboard .table-striped>thead>tr>th:first-child { padding-left: 15px; } /*********************************************** New/edit invoice page
Invoice # Client