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