theme fixes

This commit is contained in:
yuri
2018-04-26 18:03:56 +03:00
parent c152dbf4bf
commit d2a8cd961f
15 changed files with 35 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
"stylesheetIframe": "client/css/espo/espo-iframe.css",
"dashboardCellHeight": 155,
"dashboardCellMargin": 19,
"navbarHeight": 44,
"navbarHeight": 43,
"modalFooterAtTheTop": true,
"modalFullHeight": true,
"fontSize": 14,

View File

@@ -3,7 +3,7 @@
"stylesheetIframe": "client/css/espo/espo-rtl-iframe.css",
"dashboardCellHeight": 155,
"dashboardCellMargin": 19,
"navbarHeight": 44,
"navbarHeight": 43,
"modalFooterAtTheTop": true,
"modalFullHeight": true,
"fontSize": 14,

View File

@@ -10,6 +10,7 @@
"modalFooterAtTheTop": true,
"modalFullHeight": true,
"fontSize": 14,
"logo": "client/img/logo-39.png",
"textColor": "#333",
"chartGridColor": "#ddd",
"chartTickColor": "#e8eced",

View File

@@ -3,7 +3,7 @@
"stylesheetIframe": "client/css/espo/hazyblue-iframe.css",
"dashboardCellHeight": 155,
"dashboardCellMargin": 19,
"navbarHeight": 44,
"navbarHeight": 43,
"modalFooterAtTheTop": true,
"modalFullHeight": true,
"fontSize": 14,

View File

@@ -10,6 +10,7 @@
"modalFooterAtTheTop": true,
"modalFullHeight": true,
"fontSize": 14,
"logo": "client/img/logo-33.png",
"textColor": "#333",
"chartGridColor": "#ddd",
"chartTickColor": "#e8eced",

View File

@@ -3,7 +3,7 @@
"stylesheetIframe": "client/css/espo/sakura-iframe.css",
"dashboardCellHeight": 155,
"dashboardCellMargin": 19,
"navbarHeight": 44,
"navbarHeight": 43,
"modalFooterAtTheTop": true,
"modalFullHeight": true,
"fontSize": 14,

View File

@@ -10,6 +10,7 @@
"modalFooterAtTheTop": true,
"modalFullHeight": true,
"fontSize": 14,
"logo": "client/img/logo-33.png",
"textColor": "#333",
"chartGridColor": "#ddd",
"chartTickColor": "#e8eced",

View File

@@ -3,7 +3,7 @@
"stylesheetIframe": "client/css/espo/violet-iframe.css",
"dashboardCellHeight": 155,
"dashboardCellMargin": 19,
"navbarHeight": 44,
"navbarHeight": 43,
"modalFooterAtTheTop": true,
"modalFullHeight": true,
"textColor": "#333",

View File

@@ -10,6 +10,7 @@
"modalFooterAtTheTop": true,
"modalFullHeight": true,
"fontSize": 14,
"logo": "client/img/logo-33.png",
"textColor": "#333",
"chartGridColor": "#ddd",
"chartTickColor": "#e8eced",

BIN
client/img/logo-33.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -1,4 +1,5 @@
@navbar-width: 153px;
@navbar-minimized-width: 39px;
@tob-bar-height: 30px;
@top-navbar-bg-color: @main-gray;
@top-navbar-bg-color: @main-gray;
@navbar-color-border-width: 2px;

View File

@@ -1184,7 +1184,7 @@ label.attach-file-label {
.stick-sub {
position: fixed;
top: 0;
margin: 44px 0 0 -@container-padding;
margin: @navbar-height 0 0 -@container-padding;
z-index: 4;
}

View File

@@ -29,7 +29,6 @@
border-width: 0 0 1px;
}
body {
padding-top: 55px;
}
@@ -77,6 +76,12 @@ body > footer {
body > footer {
margin-top: 23px;
}
#header .navbar li.tab > a {
border-left-width: @navbar-color-border-width;
border-left-style: solid;
border-color: transparent;
}
}
#header a.minimizer {
@@ -91,6 +96,20 @@ body > footer {
.more-icon {
top: 3px;
}
#header .navbar ul.nav > li.tab > a {
border-bottom-width: @navbar-color-border-width;
border-bottom-style: solid;
border-color: transparent;
padding-bottom: floor(@navbar-padding-vertical - @navbar-color-border-width);
}
#header .navbar ul.dropdown-menu > li.tab > a {
border-left-width: @navbar-color-border-width;
border-left-style: solid;
border-color: transparent;
padding-left: 20px - @navbar-color-border-width;
}
}
body > #header ul.tabs span.short-label {

View File

@@ -42,7 +42,7 @@
@padding-base-horizontal: 10px;
@navbar-height: 44px;
@navbar-height: 43px;
@navbar-padding-vertical: ((@navbar-height - @line-height-computed) / 2);
@brand-primary: #5184B0;
@@ -127,7 +127,7 @@
@login-panel-heading-bg: @navbar-inverse-bg;
@logo-width: 181px;
@logo-height: 44px;
@logo-height: @navbar-height;
@dashlet-unit-height: 155px;
@@ -139,4 +139,4 @@
@modal-title-line-height: floor(@font-size-h4 * @line-height-base);
@navbar-color-border-width: 2px;
@navbar-color-border-width: 4px;