Commit 23d69ce5567eda2de678ed03200348657f850f4b
1 parent
9e3f0596
Exists in
master
and in
5 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 | 6 | <% else %> |
| 7 | 7 | <table id="software-information-block-table"> |
| 8 | 8 | <tr> |
| 9 | - <td> | |
| 9 | + <td width="30%" id="col-profile-big-image"> | |
| 10 | 10 | <div class="profile-big-image"> |
| 11 | 11 | <div class="profile-big-image-inner1"> |
| 12 | 12 | <span class="profile-big-image-inner2"> |
| ... | ... | @@ -15,7 +15,7 @@ |
| 15 | 15 | </div> |
| 16 | 16 | </div> |
| 17 | 17 | </td> |
| 18 | - <td> | |
| 18 | + <td width="70%" id="col-software-name"> | |
| 19 | 19 | <h1> |
| 20 | 20 | <%= _("#{block.owner.software_info.acronym} - ") unless block.owner.software_info.acronym.blank? %> |
| 21 | 21 | <%= _("#{block.owner.name}") %> | ... | ... |