From 25d640157f7794b0b21b295da9e6d663aa875a3d Mon Sep 17 00:00:00 2001 From: Elena.Budnik Date: Fri, 1 Jun 2018 15:00:43 +0200 Subject: [PATCH] css h3 --- js/app/controllers/HelpModule.js | 2 +- js/resources/css/amda.css | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/js/app/controllers/HelpModule.js b/js/app/controllers/HelpModule.js index 0a50e62..44f0a94 100644 --- a/js/app/controllers/HelpModule.js +++ b/js/app/controllers/HelpModule.js @@ -98,7 +98,7 @@ Ext.define('amdaDesktop.HelpModule', { win = desktop.createWindow({ id: this.id, layout: 'border', - width: 900, + width: 980, height: 550, autoScroll : true, minimizable: false, diff --git a/js/resources/css/amda.css b/js/resources/css/amda.css index f7b1fbe..1a805bf 100644 --- a/js/resources/css/amda.css +++ b/js/resources/css/amda.css @@ -261,6 +261,14 @@ background-image: url(../images/16x16/error.png) !important; margin-left: -5px; } +.infoWindow h3 { + font-size: small; + color: #444444; + font-style: italic !important; + margin-left: -5px; + margin-bottom: 7px; +} + .infoWindow h2 { font-size: small; color: #222222; -- libgit2 0.21.2