link section fixed plus order modal updated
This commit is contained in:
parent
1db7df8f62
commit
7cf9796abc
|
@ -15,15 +15,20 @@
|
|||
cursor: move;
|
||||
}
|
||||
|
||||
.order-list-image img{
|
||||
margin-left: 10px;
|
||||
width: 75px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.order-list-image h4{
|
||||
display: inline-block;
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
#sort-images-modal .modal-body {
|
||||
max-height: 60vh;
|
||||
}
|
||||
|
||||
#sort-images-modal .modal-body .order-list-image img {
|
||||
width: 150px;
|
||||
margin: 0 0 10px 10px;
|
||||
}
|
||||
|
||||
</style>
|
||||
<% end %>
|
||||
<h3>
|
||||
|
@ -71,7 +76,9 @@
|
|||
<% end %>
|
||||
</td>
|
||||
<td>
|
||||
<%= image.out_link rescue "" %>
|
||||
<% if image.out_link != "" %>
|
||||
<a href="<%= image.out_link rescue "#" %>" target="_blank">Link</a>
|
||||
<% end %>
|
||||
</td>
|
||||
</tr>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in New Issue