From cd9d3e616ab87ce7a5cbf618ebb4a539efbfb6cd Mon Sep 17 00:00:00 2001 From: simov Date: Sun, 8 Dec 2013 10:13:20 +0200 Subject: [PATCH] Add new record button shortcut in mainview --- public/express-admin.css | 3 +++ views/mainview.html | 9 +++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/public/express-admin.css b/public/express-admin.css index cbed1c2..b39a552 100644 --- a/public/express-admin.css +++ b/public/express-admin.css @@ -20,6 +20,9 @@ /*login header*/ #login .label-default { color: #f8f8f2; } +/*mainview*/ +.ex-table tbody td .glyphicon-plus { font-size: 8px; position: relative; top: -1px; } + /*editview*/ .btn-today { line-height: 240%; } diff --git a/views/mainview.html b/views/mainview.html index 3540cda..8e36034 100644 --- a/views/mainview.html +++ b/views/mainview.html @@ -10,7 +10,10 @@ {{#tables}} - {{name}} + + {{name}} + + {{/tables}} @@ -26,7 +29,9 @@ {{#views}} - {{name}} + + {{name}} + {{/views}}