Sha256: efbfd07422381eb5f04803e4211ca98bfe6eb48d32c47ca4beb3242807f3656b
Contents?: true
Size: 954 Bytes
Versions: 2
Compression:
Stored size: 954 Bytes
Contents
.message_block { clear: both; margin: 12px 0; } .message_block ul { border-bottom: 1px solid #ecd757; border-top: 1px solid #ecd757; list-style: none; padding: 10px; } .message_block ul li { margin-left: 3em; } .message_block ul.error { background: #fcf6d0 url(<%= asset_path("message_block/error.gif") %>) 16px 50% no-repeat; } .message_block ul.alert { background: #fcf6d0 url(<%= asset_path("message_block/alert.gif") %>) 16px 50% no-repeat; } .message_block ul.info { background: #fcf6d0 url(<%= asset_path("message_block/info.gif") %>) 16px 50% no-repeat; } .message_block ul.notice { background: #fcf6d0 url(<%= asset_path("message_block/notice.gif") %>) 16px 50% no-repeat; } .message_block ul.confirm { background: #fcf6d0 url(<%= asset_path("message_block/confirm.gif") %>) 16px 50% no-repeat; } .message_block ul.warn { background: #fcf6d0 url(<%= asset_path("message_block/warn.gif") %>) 1em 50% no-repeat; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
message_block-2.0.3 | vendor/assets/stylesheets/message_block.css.erb |
message_block-2.0.2 | vendor/assets/stylesheets/message_block.css.erb |