From afecfc5c3c92665ba4697f7445b9e40dff73bee5 Mon Sep 17 00:00:00 2001 From: Luciano Prestes Cavalcanti Date: Mon, 3 Nov 2014 15:15:44 -0200 Subject: [PATCH] Change repository input size --- public/style.css | 4 ++++ views/mpog_software_plugin_myprofile/new_software.html.erb | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/public/style.css b/public/style.css index b90942a..f86144c 100644 --- a/public/style.css +++ b/public/style.css @@ -194,3 +194,7 @@ #content .softwares-block .block-footer-content a { background: url(../../../designs/themes/base/imgs/arrow-right-p.png) 100% 50% no-repeat; } + +.improve_input_size { + width: 315px !important; +} \ No newline at end of file diff --git a/views/mpog_software_plugin_myprofile/new_software.html.erb b/views/mpog_software_plugin_myprofile/new_software.html.erb index 0eea785..baee5af 100644 --- a/views/mpog_software_plugin_myprofile/new_software.html.erb +++ b/views/mpog_software_plugin_myprofile/new_software.html.erb @@ -57,8 +57,8 @@ <%= fields_for @software_info do |swf| %>
- <%= swf.label "repository_url", _("Link to Repository: ") , :class => "formlabel"%> - <%= swf.text_field :repository_link %> + <%= swf.label "repository_url", _("Link to Repository: "), :class => "formlabel"%> + <%= swf.text_field :repository_link, :class => "improve_input_size" %>
<% end %> -- libgit2 0.21.2