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

Brand new osTicket logo in the software

parent 7f2c61c7
No related branches found
No related tags found
No related merge requests found
......@@ -409,6 +409,7 @@ body {
text-indent: -9999px;
margin: 0 auto;
background: url('../images/poweredby.png') top left no-repeat;
background-size: auto 20px;
}
.front-page-button {
}
......
assets/default/images/poweredby.png

2.06 KiB | W: | H:

assets/default/images/poweredby.png

9.23 KiB | W: | H:

assets/default/images/poweredby.png
assets/default/images/poweredby.png
assets/default/images/poweredby.png
assets/default/images/poweredby.png
  • 2-up
  • Swipe
  • Onion skin
This diff is collapsed.
......@@ -74,7 +74,7 @@ h1 {
}
#logo a img {
max-height:72px;
max-height:66px;
max-width: 300px;
height: auto;
width: auto;
......
......@@ -93,24 +93,25 @@ div#header a {
#header {
height:76px;
background:url(../images/header-bg.png) top left repeat-x;
border-left:1px solid #aaa;
border-right:1px solid #aaa;
background-color: rgb(248,248,248);
box-shadow: inset 0 -10px 8px -5px rgba(0,0,0,0.1);
}
#logo {
display:block;
text-decoration:none;
outline:none;
height: 76px;
height: 64px;
max-width: 400px;
padding: 5px 0 7px 5px;
}
#logo img {
max-height: 76px;
max-height: 66px;
max-width: 300px;
height: auto;
width: auto;
padding-left: 10px;
vertical-align: middle;
}
.valign-helper {
......
scp/images/ost-logo.png

8.14 KiB | W: | H:

scp/images/ost-logo.png

17.3 KiB | W: | H:

scp/images/ost-logo.png
scp/images/ost-logo.png
scp/images/ost-logo.png
scp/images/ost-logo.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -26,10 +26,7 @@ require_once('../main.inc.php');
if (($logo = $ost->getConfig()->getStaffLogo())) {
$logo->display();
} else {
if (isset($_GET['login']))
header('Location: images/login-logo.png');
else
header('Location: images/ost-logo.png');
header('Location: images/ost-logo.png');
}
?>
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