Sha256: 9bd880be2f203000dd71fbf795864dc0f44479eaaa288f6a79cc232dd1fa0d6e

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

.message_block {
  clear: both;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
	width: 500px;
}

.message_block ul {
  margin-bottom: 0;
  list-style: none;
  padding: 10px;
}
.message_block ul li {
  margin-left: 4em;
}

.message_block ul.error {
  border-top: 1px solid #ecd757;
  border-bottom: 1px solid #ecd757;
  background: #fcf6d0 url(/images/message_block/error_m.gif) 1em 50% no-repeat;
}

.message_block ul.info {
  border-top: 1px solid #ecd757;
  border-bottom: 1px solid #ecd757;
  background: #fcf6d0 url(/images/message_block/info_m.gif) 1em 50% no-repeat;
}

.message_block ul.notice {
  border-top: 1px solid #ecd757;
  border-bottom: 1px solid #ecd757;
  background: #fcf6d0 url(/images/message_block/notice_m.gif) 1em 50% no-repeat;
}

.message_block ul.confirm {
  border-top: 1px solid #ecd757;
  border-bottom: 1px solid #ecd757;
  background: #fcf6d0 url(/images/message_block/confirmation_m.gif) 1em 50% no-repeat;
}

.message_block ul.warn {
  border-top: 1px solid #ecd757;
  border-bottom: 1px solid #ecd757;
  background: #fcf6d0 url(/images/message_block/warn_m.gif) 1em 50% no-repeat;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
authengine-0.0.2 app/assets/stylesheets/message_block.css