Skip to content

Commit

Permalink
Merge pull request #95 from HCL-TECH-SOFTWARE/feature/webapp
Browse files Browse the repository at this point in the history
resolves #93 avoiding regular loss of the background image
  • Loading branch information
spanky762 authored Jul 22, 2021
2 parents 7719b15 + b7535d1 commit 262a2e1
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.hcl.labs</groupId>
<artifactId>com.hcl.labs.domi</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<name>DOMI</name>
<description>Online Meeting Integrations OAuth Service for HCL Domino</description>
<organization>
Expand Down
4 changes: 0 additions & 4 deletions webapp/src/main/resources/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
<!-- banner-section -->
<section class="banner-section domino-ui-banner ">

<img src="${dominoBannerImage}"
class="img-responsive"
style="object-fit:cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%;">

<div class="container">
<div class="row">
<style>
Expand Down
6 changes: 1 addition & 5 deletions webapp/src/main/resources/meetings.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@
<!-- banner-section -->
<section class="banner-section domino-ui-banner ">

<img src="${dominoBannerImage}"
class="img-responsive"
style="object-fit:cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%;">

<div class="container">
<div class="container">
<div class="row">
<style>
.product-logo-scrolled {
Expand Down
4 changes: 0 additions & 4 deletions webapp/src/main/resources/notfound.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
<!-- banner-section -->
<section class="banner-section domino-ui-banner ">

<img src="${dominoBannerImage}"
class="img-responsive"
style="object-fit:cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%;">

<div class="container">
<div class="row">
<style>
Expand Down
1 change: 1 addition & 0 deletions webapp/src/main/resources/webroot/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ h4,
position: relative;
padding: 100px 0 50px;
text-align: left;
background-color: #000;
}

.img-responsive {
Expand Down
4 changes: 0 additions & 4 deletions webapp/src/main/resources/webroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
<!-- banner-section -->
<section class="banner-section domino-ui-banner ">

<img src="${dominoBannerImage}"
class="img-responsive"
style="object-fit:cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%;">

<div class="container">
<div class="row">
<style>
Expand Down

0 comments on commit 262a2e1

Please sign in to comment.