]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/static/css/app.css
Move search over to the right if size permits.
[xonotic/xonstat.git] / xonstat / static / css / app.css
index 5c68f3294cf3a5056a3950439b24a86608935613..01f3be4df6465a7a4ec77fb56d0c837a046a87e8 100644 (file)
@@ -39,3 +39,10 @@ body {
     color: #AAAAAA;
     width: 100px;
 }
+
+/* Desktop-specific stuff */
+@media (min-width: 768px) {
+    .navbar-form {
+        float: right;
+    }
+}