summaryrefslogtreecommitdiff
path: root/app/views/snippets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-05-18 00:23:18 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-05-18 00:23:18 +0300
commit02dc25651411d5a60d760265903ebf629959ba59 (patch)
treeff4bf9a807237e99b405ebd91cd43ba1b5a7380f /app/views/snippets
parent2b319d0496fb4eee24f78e1817235daf23d52079 (diff)
downloadgitlab-ce-02dc25651411d5a60d760265903ebf629959ba59.tar.gz
Branches pages polished. few css improvements
Diffstat (limited to 'app/views/snippets')
-rw-r--r--app/views/snippets/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/_form.html.haml b/app/views/snippets/_form.html.haml
index a0a00556030..5a28a350d3c 100644
--- a/app/views/snippets/_form.html.haml
+++ b/app/views/snippets/_form.html.haml
@@ -19,7 +19,7 @@
.input= f.select :expires_at, lifetime_select_options, {}, :style => "width:200px;"
.clearfix
= f.label :content, "Code"
- = f.text_area :content, :class => "xxlarge"
+ .input= f.text_area :content, :class => "span8"
.actions
= f.submit 'Save', :class => "primary btn"