Sha256: d077dbc7fd58226a5009a031af3070ed35d1e210c2f9c45d462ded2ab02935c3
Contents?: true
Size: 787 Bytes
Versions: 6
Compression:
Stored size: 787 Bytes
Contents
html, body, iframe, div { margin:0; padding:0; } #epiceditor-utilbar { position:fixed; bottom:10px; right:10px; padding:5px; } #epiceditor-utilbar img { display:block; float:left; width: 30px; height: 30px; } #epiceditor-utilbar img:last-child { margin-left: 15px; } #epiceditor-utilbar img:hover { cursor:pointer; } .epiceditor-edit-mode #epiceditor-utilbar img.epiceditor-toggle-edit-btn { display: none; } .epiceditor-preview-mode #epiceditor-utilbar img.epiceditor-toggle-preview-btn { display: none; } /* * Formtastic hacks */ [id*="-epiceditor"]{ border: 1px solid #0C0C9E; *zoom: 1; } [id*="-epiceditor"]:before, [id*="-epiceditor"]:after { content: " "; /* 1 */ display: table; /* 2 */ } [id*="-epiceditor"]:after { clear: both; }
Version data entries
6 entries across 6 versions & 1 rubygems