From: Ant Zucaro Date: Mon, 25 Mar 2013 00:03:57 +0000 (-0400) Subject: Move search over to the right if size permits. X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonstat.git;a=commitdiff_plain;h=8e76c90dea339b3fcff5b5ad5cee0adf02593ab4;hp=6e54c5bef97b990287e4bae371ca2d9284b4cec0 Move search over to the right if size permits. --- diff --git a/xonstat/static/css/app.css b/xonstat/static/css/app.css index 5c68f32..01f3be4 100644 --- a/xonstat/static/css/app.css +++ b/xonstat/static/css/app.css @@ -39,3 +39,10 @@ body { color: #AAAAAA; width: 100px; } + +/* Desktop-specific stuff */ +@media (min-width: 768px) { + .navbar-form { + float: right; + } +} diff --git a/xonstat/templates/nav.mako b/xonstat/templates/nav.mako index bcfba35..cb0082a 100644 --- a/xonstat/templates/nav.mako +++ b/xonstat/templates/nav.mako @@ -40,7 +40,7 @@ >Maps -