File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
//= require jquery-ui/1.9.2/jquery-ui-1.9.2.custom.js
7
7
//= require jquery.appear/jquery.appear.js
8
8
//= require bootstrap/js/bootstrap.js
9
- //= require bootstrap-combobox/bootstrap-combobox.js
9
+ //= require bootstrap-combobox/bootstrap-combobox.js
10
+ //= require fieldcapture-application.js
Original file line number Diff line number Diff line change 13
13
//= require moment/moment.min.js
14
14
//= require moment/moment-timezone-with-data.min.js
15
15
//= require vkbeautyfy/vkbeautify.0.99.00.beta.js
16
- //= require fieldcapture-application.js
17
16
//= require knockout-dates.js
18
17
//= require knockout-custom-bindings.js
19
18
//= require knockout-custom-extenders.js
Original file line number Diff line number Diff line change @@ -367,17 +367,17 @@ section#breadcrumb {
367
367
#main-content #bannerHubOuter .logo {
368
368
left: 80px;
369
369
top: -25px;
370
- max- width: 350px;
371
- max- height: 300px;
370
+ width: 350px;
371
+ height: 300px;
372
372
position: absolute;
373
373
z-index: 5;
374
374
}
375
375
376
376
@media (max-width: 767px) {
377
377
#main-content #bannerHubOuter .logo {
378
378
left: 25px;
379
- max- width: 250px;
380
- max- height: 200px;
379
+ width: 250px;
380
+ height: 200px;
381
381
}
382
382
}
383
383
Original file line number Diff line number Diff line change 2
2
<div id =" bannerHubOuter" >
3
3
<g:if test =" ${ hubConfig. logoUrl } " >
4
4
<div class =" logo" >
5
- <img src =" ${ hubConfig. logoUrl } " >
5
+ <img class = " image-logo " src =" ${ hubConfig. logoUrl } " onload = " findLogoScalingClass(this) " >
6
6
</div >
7
7
</g:if >
8
8
You can’t perform that action at this time.
0 commit comments