Commit 23d69ce5567eda2de678ed03200348657f850f4b
1 parent
9e3f0596
Exists in
master
and in
79 other branches
Specify Software Information Block columns width
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
views/blocks/software_information.html.erb
| @@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
| 6 | <% else %> | 6 | <% else %> |
| 7 | <table id="software-information-block-table"> | 7 | <table id="software-information-block-table"> |
| 8 | <tr> | 8 | <tr> |
| 9 | - <td> | 9 | + <td width="30%" id="col-profile-big-image"> |
| 10 | <div class="profile-big-image"> | 10 | <div class="profile-big-image"> |
| 11 | <div class="profile-big-image-inner1"> | 11 | <div class="profile-big-image-inner1"> |
| 12 | <span class="profile-big-image-inner2"> | 12 | <span class="profile-big-image-inner2"> |
| @@ -15,7 +15,7 @@ | @@ -15,7 +15,7 @@ | ||
| 15 | </div> | 15 | </div> |
| 16 | </div> | 16 | </div> |
| 17 | </td> | 17 | </td> |
| 18 | - <td> | 18 | + <td width="70%" id="col-software-name"> |
| 19 | <h1> | 19 | <h1> |
| 20 | <%= _("#{block.owner.software_info.acronym} - ") unless block.owner.software_info.acronym.blank? %> | 20 | <%= _("#{block.owner.software_info.acronym} - ") unless block.owner.software_info.acronym.blank? %> |
| 21 | <%= _("#{block.owner.name}") %> | 21 | <%= _("#{block.owner.name}") %> |