Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- In grid.html
- {% if dest.cidr == row.source.cidr %}
- <span show-submit="false">
- <i class="icon-ok"></i>
- {% else %}
- <span show-submit="true">
- <i class="icon-ok"></i>
- <button type="submit" class="btn btn-default btn-xs" href="#"><i class="icon-rand
- om"></i></button>
- {% endif %}
- </span>
- In hroizon.scss:
- /**** To remove &nsbp; instead using CSS style padding to adjust left margin****/
- #routerrules_clickgrid span[show-submit='false']{
- margin-left: 40px;
- }
- Also we can use ` margin-left: auto; margin-right: auto;` if needed.
Advertisement
Add Comment
Please, Sign In to add comment