Commit 132d8567169fcc5f24df001ea261b9dd654cdfe1
1 parent
76295384
this is browser icon
Showing
6 changed files
with
13 additions
and
1 deletions
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 | 225 | |
226 | 226 | <!-- Footer --> |
227 | 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 | 234 | <div class="container-fluid text-center">Copyright © 2017 Ebix Inc. All rights reserved.</div> |
229 | 235 | </footer> |
230 | 236 | </div> | ... | ... |
400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css
... | ... | @@ -30,7 +30,7 @@ body { |
30 | 30 | footer { |
31 | 31 | color: #303030; |
32 | 32 | font: 12px/30px 'Open Sans'; |
33 | - margin-top: -30px; | |
33 | + margin-top: -55px; | |
34 | 34 | } |
35 | 35 | footer.dark { |
36 | 36 | color: #ccc; |
... | ... | @@ -1263,4 +1263,10 @@ a[disabled] { |
1263 | 1263 | #LabExMinimizedId .fa |
1264 | 1264 | { |
1265 | 1265 | font-size: 15px; |
1266 | +} | |
1267 | + | |
1268 | +footer .browserIcons | |
1269 | +{ | |
1270 | + width: 20px; | |
1271 | + height:20px; | |
1266 | 1272 | } |
1267 | 1273 | \ No newline at end of file | ... | ... |