Commit 25d640157f7794b0b21b295da9e6d663aa875a3d
1 parent
d00ae159
Exists in
master
and in
109 other branches
css h3
Showing
2 changed files
with
9 additions
and
1 deletions
Show diff stats
js/app/controllers/HelpModule.js
@@ -98,7 +98,7 @@ Ext.define('amdaDesktop.HelpModule', { | @@ -98,7 +98,7 @@ Ext.define('amdaDesktop.HelpModule', { | ||
98 | win = desktop.createWindow({ | 98 | win = desktop.createWindow({ |
99 | id: this.id, | 99 | id: this.id, |
100 | layout: 'border', | 100 | layout: 'border', |
101 | - width: 900, | 101 | + width: 980, |
102 | height: 550, | 102 | height: 550, |
103 | autoScroll : true, | 103 | autoScroll : true, |
104 | minimizable: false, | 104 | minimizable: false, |
js/resources/css/amda.css
@@ -261,6 +261,14 @@ background-image: url(../images/16x16/error.png) !important; | @@ -261,6 +261,14 @@ background-image: url(../images/16x16/error.png) !important; | ||
261 | margin-left: -5px; | 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 | .infoWindow h2 { | 272 | .infoWindow h2 { |
265 | font-size: small; | 273 | font-size: small; |
266 | color: #222222; | 274 | color: #222222; |