]> git.etc.gen.nz Git - etcx-sounds.git/commitdiff
Remove the 3 column view, but pad the div.
authorAndrew Ruthven <andrew@etc.gen.nz>
Tue, 4 Jun 2013 23:36:03 +0000 (11:36 +1200)
committerAndrew Ruthven <andrew@sounds.agr.etc.gen.nz>
Tue, 4 Jun 2013 23:36:03 +0000 (11:36 +1200)
views/index.tt

index ed44de04f1504118dc3505a594e185ebe1b26b69..aab9170cea4fdd682c27d072ca5d4f500d12c915 100644 (file)
@@ -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 -%]>