# HG changeset patch # User Florian Zeitz # Date 1383253081 -3600 # Node ID f53475ee7ff4b29e7cdf76518d5a5c6ca7690df0 # Parent 4c4536481be14e23b13f5725f2dca2d950162207 mod_admin_web: Some style fixes diff -r 4c4536481be1 -r f53475ee7ff4 mod_admin_web/admin_web/www_files/css/style.css --- a/mod_admin_web/admin_web/www_files/css/style.css Thu Oct 31 12:37:42 2013 -0400 +++ b/mod_admin_web/admin_web/www_files/css/style.css Thu Oct 31 21:58:01 2013 +0100 @@ -55,9 +55,15 @@ padding: 0; } -#header { - height: 170px; - background: url(../images/blue_orange.png) repeat-x +@media screen and (min-width: 757px) { + #header { + background: url(../images/blue_orange.png) repeat-x + } +} + +#header img { + max-width: 100%; + height: auto } #menu { @@ -90,6 +96,10 @@ text-decoration: underline } +#selector { + display: inline-block +} + #s2sList h2, #c2sList h2 { color: #4b8ade; margin: 0 diff -r 4c4536481be1 -r f53475ee7ff4 mod_admin_web/admin_web/www_files/images/blue_orange.png Binary file mod_admin_web/admin_web/www_files/images/blue_orange.png has changed diff -r 4c4536481be1 -r f53475ee7ff4 mod_admin_web/admin_web/www_files/images/prosody.png Binary file mod_admin_web/admin_web/www_files/images/prosody.png has changed