Sha256: 375a2a5b56aa88bccdff1d2e8386686abc793bfaa1c6fedde7ab3f3df0d644d0
Contents?: true
Size: 864 Bytes
Versions: 3
Compression:
Stored size: 864 Bytes
Contents
<% unless is_email? %> <link rel="stylesheet" href="https://code.jquery.com/ui/1.10.3/themes/le-frog/jquery-ui.css"> <%= javascript_include_tag 'newsletter/application' %> <%= csrf_meta_tag %> <%= yield :head_content %> <style> .edit_link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; } a.edit_link { color: #6fc143; text-decoration: none; } a.edit_link:hover { color: #469a18; } .delete_link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; } a.delete_link { color: #d25151; text-decoration: none; } a.delete_link:hover { color: #a21010; } .piece_tool { background: #f8f9b0; width: 100px; padding: 5px; border-top: 1px dashed black; border-left: 1px dashed black; border-right: 1px dashed black; } </style> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems