From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Tue, 4 Jun 2013 23:36:03 +0000 (+1200)
Subject: Remove the 3 column view, but pad the div.
X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dacc28ad85a9e6591a7b8d1c1c154f8a6e46573;p=etcx-sounds.git

Remove the 3 column view, but pad the div.
---

diff --git a/views/index.tt b/views/index.tt
index ed44de0..aab9170 100644
--- a/views/index.tt
+++ b/views/index.tt
@@ -8,13 +8,7 @@
   <div data-role="popup" id="notification"><p>[% msg %]</p></div>
   [% END %]
 
-    <div class="ui-grid-b">
-      <div class="ui-block-a"></div>
-      <div class="ui-block-b">
-        <div id="status"></div>
-      </div>
-      <div class="ui-block-c"></div>
-    </div>
+    <div id="status" style="padding-left: 20px; padding-right: 20px;"></div>
     <form method="post">
 [% FOR list IN playlist -%]
       <input type="submit" name="submit" value="[% list %]"[% IF list == current %] data-icon="check"[% END -%]>