From d85675f540482137e8f3617599e8fda72c53f2ff Mon Sep 17 00:00:00 2001 From: yuri Date: Thu, 6 Aug 2015 12:21:00 +0300 Subject: [PATCH] vertical theme --- .../metadata/themes/EspoVertical.json | 2 +- frontend/client/res/templates/site/navbar.tpl | 10 +- frontend/client/src/views/site/navbar.js | 27 +++-- frontend/less/espo-vertical/layout.less | 114 ++++++++++++------ frontend/less/espo/layout.less | 11 +- 5 files changed, 116 insertions(+), 48 deletions(-) diff --git a/application/Espo/Resources/metadata/themes/EspoVertical.json b/application/Espo/Resources/metadata/themes/EspoVertical.json index ed4ee0df26..00ff04c092 100644 --- a/application/Espo/Resources/metadata/themes/EspoVertical.json +++ b/application/Espo/Resources/metadata/themes/EspoVertical.json @@ -1,7 +1,7 @@ { "stylesheet": "client/css/espo-vertical.css", "navbarIsVertical": true, - "navbarStaticItemsHeight": 44, + "navbarStaticItemsHeight": 65, "recordTopButtonsStickTop": 61, "recordTopButtonsBlockHeight": 21 } \ No newline at end of file diff --git a/frontend/client/res/templates/site/navbar.tpl b/frontend/client/res/templates/site/navbar.tpl index 308d830fa6..f49004970b 100644 --- a/frontend/client/res/templates/site/navbar.tpl +++ b/frontend/client/res/templates/site/navbar.tpl @@ -1,7 +1,9 @@