Sha256: 0b51bf0290057f5de12f3df2bd1bc6faba0de93012185e07ea9b1461d985f7bf

Contents?: true

Size: 1000 Bytes

Versions: 1

Compression:

Stored size: 1000 Bytes

Contents

// Snippet from Redmine.css
// Flash & error messages ***

#errorExplanation, div.flash, .nodata, .warning
  padding: 4px 4px 4px 30px
  margin-bottom: 12px
  font-size: 1.1em
  border: 1px solid
  +border-radius($border_radius)

div.flash
  margin-top: 8px
  &.error
    background: url(../images/false.png) 8px 5px no-repeat
    background-color: #ffe3e3
    border-color: #550000
    color: #550000

#errorExplanation
  background: url(../images/false.png) 8px 5px no-repeat
  background-color: #ffe3e3
  border-color: #550000
  color: #550000

div.flash.notice
  background: url(../images/true.png) 8px 5px no-repeat
  background-color: #dfffdf
  border-color: #9fcf9f
  color: #005f00

div.flash.alert
  background: url(../images/false.png) 8px 5px no-repeat
  background-color: #ffe3e3
  border-color: #550000
  color: #550000

.nodata, .warning
  text-align: center
  background-color: #ffebc1
  border-color: #fdbf3b
  color: #a6750c

#errorExplanation ul
  font-size: 0.9em
// End of Snippet

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
styleyt-0.2.4 templates/stylesheets/partials/content/_flash_errors.sass