slight adjustment to foundation columns
authorAndrew Magliozzi <andrew.magliozzi@gmail.com>
Tue, 24 Sep 2013 19:26:17 +0000 (15:26 -0400)
committerAndrew Magliozzi <andrew.magliozzi@gmail.com>
Tue, 24 Sep 2013 19:26:17 +0000 (15:26 -0400)
karmaworld/templates/partial/filepicker.html

index aef818c2b3661f1dfa5b5938eed2cdfb832865f6..bb7e8d610e22f1b533b4bee2afda1262de30b658 100644 (file)
 
     <div id="form-template" class="row" style="display:none">
       <form class="inline-form" method="POST" action="{% url 'upload_post' %}">
-        <div class="small-12 large-6 columns">
+        <div class="small-11 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-12 large-6 columns">
+        <div class="small-12 large-5 columns">
           <legend>Tags (comma seperated)</legend>
           <input type="text" id="id_tags" name="tags" class="taggit-tags"
                 placeholder="shakespeare, econ, physics">