diff --git a/static/css/base.css b/static/css/base.css index f41b7421..beef7dcd 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -21,14 +21,23 @@ body { #logo { max-height: 50px; - margin-top: -13px; + margin-top: -16px; } -.navbar-nav { +.navbar-default .navbar-nav > li > a { text-transform: uppercase; font-size: small; } +@media (min-width: 768px) { + .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li > a:hover { + background: none; + border-bottom: 5px solid #eee; + padding-bottom: 25px; + } +} + + .navbar-text { font-size: small; } diff --git a/static/img/logo-full.png b/static/img/logo-full.png index 09860f07..94f16049 100644 Binary files a/static/img/logo-full.png and b/static/img/logo-full.png differ diff --git a/static/img/logo-full@2x.png b/static/img/logo-full@2x.png index 205235a7..70e3a2f3 100644 Binary files a/static/img/logo-full@2x.png and b/static/img/logo-full@2x.png differ diff --git a/static/img/logo.png b/static/img/logo.png index 6137e24d..a8b01bc1 100644 Binary files a/static/img/logo.png and b/static/img/logo.png differ diff --git a/static/img/logo@2x.png b/static/img/logo@2x.png index 3a7bfa02..8a3951cb 100644 Binary files a/static/img/logo@2x.png and b/static/img/logo@2x.png differ diff --git a/stuff/logo-full.svg b/stuff/logo-full.svg index 9d8f7805..de89b62e 100644 --- a/stuff/logo-full.svg +++ b/stuff/logo-full.svg @@ -9,18 +9,147 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="1600" - height="400" - viewBox="0 0 1600 400.00001" + width="200" + height="50" + viewBox="0 0 199.99999 49.999997" id="svg2" version="1.1" inkscape:version="0.91 r13725" sodipodi:docname="logo-full.svg" inkscape:export-filename="/home/cepe/webapps/hc/static/img/logo-full@2x.png" - inkscape:export-xdpi="22.5" - inkscape:export-ydpi="22.5"> + inkscape:export-xdpi="180" + inkscape:export-ydpi="180"> + id="defs4"> + + + + + + + + + + + + @@ -48,7 +179,7 @@ image/svg+xml - + @@ -56,33 +187,35 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-652.36216)"> + transform="translate(0,-1002.3622)"> + Healthchecks + + sodipodi:nodetypes="ccccccccccccc" /> - Healthchecks diff --git a/stuff/logo.svg b/stuff/logo.svg index dab0cad8..ec507f7b 100644 --- a/stuff/logo.svg +++ b/stuff/logo.svg @@ -9,18 +9,147 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="400" - height="400" - viewBox="0 0 400 400.00001" + width="59" + height="50" + viewBox="0 0 58.999997 49.999997" id="svg2" version="1.1" inkscape:version="0.91 r13725" sodipodi:docname="logo.svg" - inkscape:export-filename="/home/cepe/webapps/hc/static/img/logo@2x.png" - inkscape:export-xdpi="22.5" - inkscape:export-ydpi="22.5"> + inkscape:export-filename="/home/cepe/webapps/hc/static/img/logo.png" + inkscape:export-xdpi="90" + inkscape:export-ydpi="90"> + id="defs4"> + + + + + + + + + + + + @@ -56,17 +187,17 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" - transform="translate(0,-652.36216)"> + transform="translate(0,-1002.3622)"> + sodipodi:nodetypes="ccccccccccccc" /> diff --git a/templates/base.html b/templates/base.html index 46f96a2a..9f58b211 100644 --- a/templates/base.html +++ b/templates/base.html @@ -49,7 +49,7 @@