Sha256: 49c4c6d80247a0c7d53410e1577171d59de0f70db500916f1f55689ac0c17d36
Contents?: true
Size: 1.26 KB
Versions: 22
Compression:
Stored size: 1.26 KB
Contents
div { &.success, &.notice, &.warning, &.error { font-size: 18px; padding: 15px 10px; margin-bottom: 10px; } &.success .icon, &.notice .icon, &.warning .icon, &.error .icon { float: left; width: 42px; height: 32px; margin-top: -5px; } &.success { background: image_url("jquery/ui/flash_messages/flash-notice-bg.png") repeat-x left top; color: #41612f; .icon { background: image_url("jquery/ui/flash_messages/flash-check.png") no-repeat left top; } } &.notice { background: image_url("jquery/ui/flash_messages/flash-notice-bg.png") repeat-x left top; color: #41612f; .icon { background: image_url("jquery/ui/flash_messages/flash-check.png") no-repeat left top; } } &.warning { background: image_url("jquery/ui/flash_messages/flash-warning-bg.png") repeat-x left -10px; color: #a26a1a; .icon { margin-top: -6px; background: image_url("jquery/ui/flash_messages/flash-warning.png") no-repeat left top; } } &.error { background: image_url("jquery/ui/flash_messages/flash-error-bg.png") repeat-x left -10px; color: #af0100; .icon { margin-top: -6px; background: image_url("jquery/ui/flash_messages/flash-error.png") no-repeat left top; } } }
Version data entries
22 entries across 22 versions & 1 rubygems