From a410fb903ab79708c5a489f2d920d3e7a313f3d2 Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 4 Aug 2015 16:21:27 +0300 Subject: [PATCH] theme fixes --- application/Espo/Resources/metadata/entityDefs/Settings.json | 3 ++- frontend/less/espo-vertical/custom.less | 4 ++++ frontend/less/espo-vertical/layout.less | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/application/Espo/Resources/metadata/entityDefs/Settings.json b/application/Espo/Resources/metadata/entityDefs/Settings.json index 7768d5e83e..f71bd40081 100644 --- a/application/Espo/Resources/metadata/entityDefs/Settings.json +++ b/application/Espo/Resources/metadata/entityDefs/Settings.json @@ -242,7 +242,8 @@ "theme": { "type": "enum", "view": "Settings.Fields.Theme", - "translation": "Global.themes" + "translation": "Global.themes", + "isSorted": true } } } diff --git a/frontend/less/espo-vertical/custom.less b/frontend/less/espo-vertical/custom.less index eed7d829d0..ab553e79bd 100644 --- a/frontend/less/espo-vertical/custom.less +++ b/frontend/less/espo-vertical/custom.less @@ -9,4 +9,8 @@ #header .notifications-badge-container a span{ margin-top: 2px; +} + +#login { + margin-left: -@navbarWidth; } \ No newline at end of file diff --git a/frontend/less/espo-vertical/layout.less b/frontend/less/espo-vertical/layout.less index 0d5ff9f0d0..bda8ae2952 100644 --- a/frontend/less/espo-vertical/layout.less +++ b/frontend/less/espo-vertical/layout.less @@ -28,7 +28,7 @@ html, body { } body > footer { - margin-top: -28px; + margin-top: -26x; } body > .content { @@ -41,6 +41,7 @@ body > footer { clear: both; position: relative; height: 26px; + margin-top: -28px; } body > footer {