]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Expand the table width of all main index pages on mobile.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 14 Mar 2015 02:20:46 +0000 (22:20 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 14 Mar 2015 02:20:46 +0000 (22:20 -0400)
xonstat/templates/map_index.mako
xonstat/templates/player_index.mako
xonstat/templates/server_index.mako

index eed55a14a8ad72c640de6c2a0dce6b628e05d87a..481b9a8d292ed00536f3b8ac4889b5907b4ddc30 100644 (file)
@@ -15,7 +15,7 @@
 
 % else:
   <div class="row">
-    <div class="small-6 small-offset-3 columns">
+    <div class="small-12 large-6 large-offset-3 columns">
 
       <form method="get" action="${request.route_url('search')}">
         <div class="row">
index 8632734f349d69ff823cf4e5f017e876cf5cce7d..6ef400f58b1a462f5e66d04a3b64ee1b08543ee8 100644 (file)
@@ -15,7 +15,7 @@
 
 % else:
   <div class="row">
-    <div class="small-6 small-offset-3 columns">
+    <div class="small-12 large-6 large-offset-3 columns">
 
       <form method="get" action="${request.route_url('search')}">
         <div class="row">
index 0c4c84033305a43d02ef05392b2ad6692dfb3307..9c47423e422e187e21ef7cd1ac66bc6896b28a45 100644 (file)
@@ -15,7 +15,7 @@
 
 % else:
   <div class="row">
-    <div class="small-8 small-offset-2 columns">
+    <div class="small-12 large-8 large-offset-2 columns">
 
       <form method="get" action="${request.route_url('search')}">
         <div class="row">