Showing 2 changed files with 4 additions and 2 deletions
+3 -1
public/css/common.css
... ...
@@ -103,7 +103,9 @@
103 103
   float:right;
104 104
   text-align:right;
105 105
 }
106
-
106
+.labels-edit-area {
107
+  padding:3px 0 31px 0;
108
+}
107 109
 .labels {
108 110
   
109 111
 }
+1 -1
templates/labels.html.ep
... ...
@@ -108,7 +108,7 @@
108 108
       New label
109 109
     </div>
110 110
   </div>
111
-  <form class="labels-create-panel" action="<%= url_for %>" method="post" style="display:nonea">
111
+  <form class="labels-create-panel" action="<%= url_for %>" method="post" style="display:none">
112 112
     <%= hidden_field op => 'create' %>
113 113
     <div class="labels-create-left">
114 114
       <%= input_tag 'label-id', class => 'labels-create-label-id' %>