Sha256: 9bf4e76f61b0af89df810392256a40488a604b9a7268755b5c234e0e74fdd1e9
Contents?: true
Size: 1.1 KB
Versions: 65
Compression:
Stored size: 1.1 KB
Contents
/* Icon font styles All editing icons are stored in a font for better quality, easy access and flexibility. Fonts for all browsers are provided for maximum compatibility. Editing icons are used for placeholder but also for the widget or object class thumbnail views. All icons are referencable by a specific class name "editing-icon-*". */ @font-face { font-family: 'editing_iconsregular'; font-style: normal; src: url('<%= asset_path('editing_icons-webfont.eot') %>'); src: url('<%= asset_path('editing_icons-webfont.woff') %>') format('woff'), url('<%= asset_path('editing_icons-webfont.ttf') %>') format('truetype'); font-weight: normal; } .editing-icon { display: inline-block; font-family: 'editing_iconsregular'; font-style: normal; font-weight: normal; text-decoration: none; vertical-align: middle; } /* kept for backwards compatibility reasons */ .editing-icon-code:after { content: "\F018"; } .editing-icon-edit:after { content: "\F026"; } .editing-icon-search:after { content: "\F043"; } .editing-icon-trash:after { content: "\F038"; } .editing-icon-plus:after { content: "\F044"; }
Version data entries
65 entries across 65 versions & 1 rubygems