prelim changes to foundation grid in filepicker partial
authorAndrew Magliozzi <andrew.magliozzi@gmail.com>
Tue, 24 Sep 2013 17:05:15 +0000 (13:05 -0400)
committerAndrew Magliozzi <andrew.magliozzi@gmail.com>
Tue, 24 Sep 2013 17:05:15 +0000 (13:05 -0400)
karmaworld/templates/partial/filepicker.html

index 8fa160bdb13d719f0056f4e06a77582a68c11560..e273829b49a8056129772cd5b9cd705f7f8ec0f0 100644 (file)
 
     <div id="form-template" class="row" style="display:none">
       <form class="inline-form" method="POST" action="{% url 'upload_post' %}">
-        <div class="small-6 columns">
+        <div class="small-12 large-6 columns">
           <legend>Title of Note <small class="form">* Required</small></legend>
           <input type="text" class="intext" id="id_name" name="name"
                 placeholder="">
         </div>
-        <div class="small-6 columns">
+        <div class="small-12 large-6 columns">
           <legend>Tags (comma seperated)</legend>
           <input type="text" id="id_tags" name="tags" class="taggit-tags"
                 placeholder="shakespeare, econ, physics">
@@ -46,7 +46,7 @@
       </form>
     </div>
   </div>
-  <div class="small-8 small-offset-3 columns large-2">
+  <div class="small-8 small-offset-1 large-offset-3 columns large-2">
     <div id="save-btn" style="display:none">
       <i class=icon-save></i> Save
     </div>