Commit fc66ffeae5cd7141750a769f55ce39365173c5cb

Authored by Amrita Vishnoi
2 parents 73104ad9 132d8567

Merge branch 'browsericonrequire' into Develop

400-SOURCECODE/AIAHTML5.Web/content/images/common/chrome-icon.png 0 → 100644

2.58 KB

400-SOURCECODE/AIAHTML5.Web/content/images/common/ie-icon.png 0 → 100644

2.79 KB

400-SOURCECODE/AIAHTML5.Web/content/images/common/mozilla-icon.png 0 → 100644

2.57 KB

400-SOURCECODE/AIAHTML5.Web/content/images/common/safari-icon.png 0 → 100644

2.8 KB

400-SOURCECODE/AIAHTML5.Web/index.html
@@ -225,6 +225,12 @@ @@ -225,6 +225,12 @@
225 225
226 <!-- Footer --> 226 <!-- Footer -->
227 <footer class="dark"> 227 <footer class="dark">
  228 + <div class="container-fluid text-center">
  229 + <img class="browserIcons" src="content/images/common/chrome-icon.png" />
  230 + <img class="browserIcons" src="content/images/common/ie-icon.png" />
  231 + <img class="browserIcons" src="content/images/common/mozilla-icon.png" />
  232 + <img class="browserIcons" src="content/images/common/safari-icon.png" />
  233 + </div>
228 <div class="container-fluid text-center">Copyright &copy; 2017 Ebix Inc. All rights reserved.</div> 234 <div class="container-fluid text-center">Copyright &copy; 2017 Ebix Inc. All rights reserved.</div>
229 </footer> 235 </footer>
230 </div> 236 </div>
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css
@@ -30,7 +30,7 @@ body { @@ -30,7 +30,7 @@ body {
30 footer { 30 footer {
31 color: #303030; 31 color: #303030;
32 font: 12px/30px 'Open Sans'; 32 font: 12px/30px 'Open Sans';
33 - margin-top: -30px; 33 + margin-top: -55px;
34 } 34 }
35 footer.dark { 35 footer.dark {
36 color: #ccc; 36 color: #ccc;
@@ -1263,4 +1263,10 @@ a[disabled] { @@ -1263,4 +1263,10 @@ a[disabled] {
1263 #LabExMinimizedId .fa 1263 #LabExMinimizedId .fa
1264 { 1264 {
1265 font-size: 15px; 1265 font-size: 15px;
  1266 +}
  1267 +
  1268 +footer .browserIcons
  1269 +{
  1270 + width: 20px;
  1271 + height:20px;
1266 } 1272 }
1267 \ No newline at end of file 1273 \ No newline at end of file