Browse Source

#521 Add new logo to wizard

pull/544/head
Safihre 9 years ago
parent
commit
ba709bd086
  1. 4
      interfaces/wizard/inc_top.tmpl
  2. BIN
      interfaces/wizard/static/images/icon_sab.png
  3. 11
      interfaces/wizard/static/style.css

4
interfaces/wizard/inc_top.tmpl

@ -10,4 +10,6 @@
<script type="text/javascript" src="../staticcfg/bootstrap/js/bootstrap.min.js"></script>
</head>
<body>
<img id="logo" src="static/images/icon_sab.png" alt="SABnzbd" />
<div id="logo">
#include $webdir + "/../Config/templates/staticcfg/images/logo-full.svg"#
</div>

BIN
interfaces/wizard/static/images/icon_sab.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

11
interfaces/wizard/static/style.css

@ -12,17 +12,18 @@ body {
#inner {
background-color: #fff;
padding: 4px 32px 20px 32px;
/*margin:5px;*/
}
#content {
min-height: 550px;
}
#logo {
float: center;
/*margin-top:30px;*/
z-index: 40;
margin-bottom: -40px;
margin-bottom: -39px;
margin-top: 20px;
}
#logo svg {
height: 55px;
width: 198px;
}
.language {
min-width: 150px;

Loading…
Cancel
Save