summaryrefslogtreecommitdiff
path: root/app/views/admin/groups/index.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-06 14:34:41 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-06 14:34:41 +0200
commit8f85c5cdd58c122e5c59dbb2527535b438e3e9b5 (patch)
tree2de2eb7296008c33b87da855c13e623f691cf1e7 /app/views/admin/groups/index.html.haml
parent0b017e8e1782d00da87e4d5b090ee7b37dca3c65 (diff)
downloadgitlab-ce-8f85c5cdd58c122e5c59dbb2527535b438e3e9b5.tar.gz
increate some input width. Added navbar toggle button
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/admin/groups/index.html.haml')
-rw-r--r--app/views/admin/groups/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/groups/index.html.haml b/app/views/admin/groups/index.html.haml
index 71a0004179c..7a373ee586c 100644
--- a/app/views/admin/groups/index.html.haml
+++ b/app/views/admin/groups/index.html.haml
@@ -8,7 +8,7 @@
%br
= form_tag admin_groups_path, method: :get, class: 'form-inline' do
.form-group
- = text_field_tag :name, params[:name], class: "form-control input-xpadding"
+ = text_field_tag :name, params[:name], class: "form-control input-mn-300"
= submit_tag "Search", class: "btn submit btn-primary"
%hr