Skip to content
Snippets Groups Projects
Commit 024fa96b authored by Jared Hancock's avatar Jared Hancock
Browse files

setup: Use new logo in the installer logo

parent 058b75e0
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ a { color: #2a67ac; display: inline-block; }
.error { color:#f00;}
#header { min-height: 72px; margin-bottom: 20px; width: 100%; }
#header #logo { width: 280px; height: 72px; display: block; float: left; }
#header #logo { width: auto; height: 72px; margin-right: 3em; float: left; }
#header .info { font-size: 11pt; font-weight: bold; border-bottom: 1px solid #2a67ac; color: #444; text-align: right; float: right; }
#header ul { margin: 0; padding: 0; text-align: right; }
#header ul li { list-style: none; margin: 5px 0 0 0; padding: 0; }
......@@ -194,7 +194,7 @@ a.flag { text-decoration: none; }
.rtl ul.progress li { padding-left: 0; padding-right: 24px; }
.rtl form h4.head { padding-right: 24px; background-position: right center; background-position: calc(100% - 5px); }
.rtl form .subhead { padding-right: 24px; }
.rtl #header #logo { float: right; }
.rtl #header #logo { float: right; margin: 0; margin-left: 3em; }
.rtl #header .info, .rtl #header ul, .rtl div.flags { text-align:left; }
.rtl #header .info { float: left; }
.rtl .ltr { text-align: right; }
......
setup/images/logo-upgrade.png

15.2 KiB

setup/images/logo.png

12.3 KiB | W: | H:

setup/images/logo.png

35.7 KiB | W: | H:

setup/images/logo.png
setup/images/logo.png
setup/images/logo.png
setup/images/logo.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -15,7 +15,7 @@ if (($lang = Internationalization::getCurrentLanguage())
<body>
<div id="wizard">
<div id="header">
<img id="logo" src="./images/<?php echo $wizard['logo']?$wizard['logo']:'logo.png'; ?>" width="280" height="72" alt="osTicket">
<img id="logo" src="./images/<?php echo $wizard['logo'] ?: 'logo.png'; ?>" alt="osTicket">
<div class="info"><?php echo $wizard['tagline']; ?></div>
<br/>
<ul class="links">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment