-
+
+
{{ $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 @@
Sign up
-
+
{{ Former::open('signup/submit')->addClass('signUpForm') }}
@@ -239,7 +239,7 @@
-
+
Success
You have succesfully registered. Please visit the link in the account confirmation email to verify your email address.
@@ -248,8 +248,8 @@
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