<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 - form_tag page_list_list_item_path(@page, @list, @list_item), :method =&gt; :put do
   %div
-    = text_field 'list_item', 'content', :class =&gt; 'autofocus long'
+    = text_field 'list_item', 'content', :class =&gt; 'autofocus moderate'
   %button.submit{:type =&gt; 'submit'}= :rename_item.l
   %a.cancel{:href =&gt; '#'}= :cancel.l</diff>
      <filename>app/views/list_items/_form.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 - form_tag page_list_path(@page, @list), :method =&gt; :put do
-  = text_field 'list', 'name', :class =&gt; 'autofocus long'
+  = text_field 'list', 'name', :class =&gt; 'autofocus moderate'
   %button.submit{:type =&gt; 'submit'}= :rename_list.l
   %a.cancel{:href =&gt; '#'}= :cancel.l
\ No newline at end of file</diff>
      <filename>app/views/lists/_form.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,7 @@
       .inner{:style =&gt; (@new_list.nil? ? 'display:none' : nil)}
         - form_tag page_list_list_items_path(object.page, object), :method =&gt; :post do
           %div
-            = text_field 'list_item', 'content', :class =&gt; 'autofocus long'
+            = text_field 'list_item', 'content', :class =&gt; 'autofocus moderate'
           %div
             %button.submit{:type =&gt; 'submit'}= :add_item.l
             %a.cancel{:href =&gt; '#'}= :cancel.l</diff>
      <filename>app/views/lists/_show.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,7 @@
     != text_field 'note', 'title', :id =&gt; 'noteFormTitle', :class =&gt; 'autofocus long'
   %div
     %label{:for =&gt; 'noteFormTitle'}
-    != text_area 'note', 'content', :id =&gt; 'noteFormContent', :class =&gt; 'comment'
+    != text_area 'note', 'content', :id =&gt; 'noteFormContent', :rows =&gt; 8, :class =&gt; 'long'
   %div
     != check_box('note', 'show_date')
     %label.check{:for =&gt; 'noteFormShowDate'}= &quot;Show date in title&quot;</diff>
      <filename>app/views/notes/_form.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 - form_tag page_path(@page), :method =&gt; :put do
-  != text_field 'page', 'title', :class =&gt; 'autofocus long'
+  != text_field 'page', 'title', :class =&gt; 'autofocus moderate'
   %button{:class =&gt; 'submit', :type =&gt; 'submit'}= :rename_page.l
   %a{:href =&gt; '#', :class =&gt; 'cancel'}= :cancel.l
\ No newline at end of file</diff>
      <filename>app/views/pages/_form.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@
 
 - form_tag( fpath, :method =&gt; fmethod, :class =&gt; fid) do
   %div
-    != text_field 'separator', 'title', :class =&gt; 'separatorFormTitle', :class =&gt; 'autofocus long'
+    != text_field 'separator', 'title', :class =&gt; 'separatorFormTitle', :class =&gt; 'autofocus moderate'
   
   - if @separator.nil? or @separator.new_record?
     %input#add_SeparatorFormBefore{:type =&gt; 'hidden', :name=&gt; 'position[before]', :value =&gt; '0'}/</diff>
      <filename>app/views/separators/_form.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
 - form_tag tags_page_path(@page), :method =&gt; :post do
-  != text_field 'page', 'tags', :class =&gt; 'autofocus long'
+  != text_field 'page', 'tags', :class =&gt; 'autofocus moderate'
   %button{:class =&gt; 'submit', :type =&gt; 'submit'}= :update.l
   %a{:href =&gt; '#', :class =&gt; 'cancel'}= :cancel.l
\ No newline at end of file</diff>
      <filename>app/views/tags/_form.html.haml</filename>
    </modified>
    <modified>
      <diff>@@ -77,3 +77,13 @@ class Symbol # :nodoc:
   alias :l_with_args :localize_with_args
   
 end
+
+# Fix stupid form defaults
+module ActionView
+  module Helpers
+    class InstanceTag
+      DEFAULT_FIELD_OPTIONS = { }
+      DEFAULT_TEXT_AREA_OPTIONS = { }
+    end
+  end
+end</diff>
      <filename>lib/rucksack_extras.rb</filename>
    </modified>
    <modified>
      <diff>@@ -399,6 +399,26 @@ li.albumPicture img {
     display: none;
 }
 
+/* Generic forms */
+
+.widgetForm, .fixedWidgetForm {
+  padding: 6px;
+  border: 1px solid #DDDDDD;
+  background-color: #F2F2F2;
+}
+
+input.long, textarea.long {
+  width: 99%;
+}
+
+input.moderate, textarea.moderate {
+  width: 70%;
+}
+
+.fixedWidgetForm {
+  margin-right: 18px;
+}
+
 /* Separator */
 .pageSeparator {
     border-bottom: 2px solid #000;</diff>
      <filename>public/stylesheets/pages.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ebcf378711ecff5c126ad0fc7ac016417d902ffb</id>
    </parent>
  </parents>
  <author>
    <name>jamesu</name>
    <email>jamesu@gmail.com</email>
  </author>
  <url>http://github.com/jamesu/rucksack/commit/f078ff39922c6fc672cc36d4e0fed7ac12733408</url>
  <id>f078ff39922c6fc672cc36d4e0fed7ac12733408</id>
  <committed-date>2008-12-14T03:26:37-08:00</committed-date>
  <authored-date>2008-12-14T03:26:37-08:00</authored-date>
  <message>Improve widget forms</message>
  <tree>8236490a814e73f1e0148e8de149d17aa0aba2d0</tree>
  <committer>
    <name>jamesu</name>
    <email>jamesu@gmail.com</email>
  </committer>
</commit>
