Sha256: d8e8addd026d0941e0179b5c55c70d51b25fc05f202af768c41a1346f5f914c1
Contents?: true
Size: 549 Bytes
Versions: 26
Compression:
Stored size: 549 Bytes
Contents
/* This file gets loaded along with the rest of Ext library at the initial load */ /* FeedbackGhost */ .msg .x-box-mc { font-size:14px; } #msg-div { position:absolute; left:35%; top:10px; width:300px; z-index:20000; } #msg-div .msg { border-radius: 8px; -moz-border-radius: 8px; background: #F6F6F6; border: 2px solid #ccc; margin-top: 2px; padding: 10px 15px; color: #555; } #msg-div .msg h3 { margin: 0 0 8px; font-weight: bold; font-size: 15px; } #msg-div .msg p { margin: 0; }
Version data entries
26 entries across 26 versions & 1 rubygems