Commit 25d640157f7794b0b21b295da9e6d663aa875a3d

Authored by Elena.Budnik
1 parent d00ae159

css h3

js/app/controllers/HelpModule.js
... ... @@ -98,7 +98,7 @@ Ext.define('amdaDesktop.HelpModule', {
98 98 win = desktop.createWindow({
99 99 id: this.id,
100 100 layout: 'border',
101   - width: 900,
  101 + width: 980,
102 102 height: 550,
103 103 autoScroll : true,
104 104 minimizable: false,
... ...
js/resources/css/amda.css
... ... @@ -261,6 +261,14 @@ background-image: url(../images/16x16/error.png) !important;
261 261 margin-left: -5px;
262 262 }
263 263  
  264 +.infoWindow h3 {
  265 + font-size: small;
  266 + color: #444444;
  267 + font-style: italic !important;
  268 + margin-left: -5px;
  269 + margin-bottom: 7px;
  270 +}
  271 +
264 272 .infoWindow h2 {
265 273 font-size: small;
266 274 color: #222222;
... ...