Commit afecfc5c3c92665ba4697f7445b9e40dff73bee5

Authored by Luciano Prestes
1 parent 33a95c7c

Change repository input size

Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
public/style.css
@@ -194,3 +194,7 @@ @@ -194,3 +194,7 @@
194 #content .softwares-block .block-footer-content a { 194 #content .softwares-block .block-footer-content a {
195 background: url(../../../designs/themes/base/imgs/arrow-right-p.png) 100% 50% no-repeat; 195 background: url(../../../designs/themes/base/imgs/arrow-right-p.png) 100% 50% no-repeat;
196 } 196 }
  197 +
  198 +.improve_input_size {
  199 + width: 315px !important;
  200 +}
197 \ No newline at end of file 201 \ No newline at end of file
views/mpog_software_plugin_myprofile/new_software.html.erb
@@ -57,8 +57,8 @@ @@ -57,8 +57,8 @@
57 57
58 <%= fields_for @software_info do |swf| %> 58 <%= fields_for @software_info do |swf| %>
59 <div class="formfieldline formfield type-text"> 59 <div class="formfieldline formfield type-text">
60 - <%= swf.label "repository_url", _("Link to Repository: ") , :class => "formlabel"%>  
61 - <%= swf.text_field :repository_link %> 60 + <%= swf.label "repository_url", _("Link to Repository: "), :class => "formlabel"%>
  61 + <%= swf.text_field :repository_link, :class => "improve_input_size" %>
62 </div> 62 </div>
63 <% end %> 63 <% end %>
64 64