css: add note styles to default theme (#2265)

This commit is contained in:
Frédéric Péters 2012-12-28 09:36:25 +01:00 committed by Thomas NOEL
parent a935bb65a5
commit a7b4f461b6
6 changed files with 13 additions and 0 deletions

View File

@ -316,3 +316,16 @@ div.buttons {
clear: both;
}
div.note {
padding: 6px;
border: solid 1px #e5e5e3;
background: #f3f3f0 none 5px 15px no-repeat;
border-radius: 8px;
box-shadow: 0 0 3px #888;
margin: 1em 0;
}
div.icon-important { padding-left: 34px; background-image: url(../images/yelp-note-important.png); }
div.icon-tip { padding-left: 34px; background-image: url(../images/yelp-note-tip.png); }
div.icon-warning { padding-left: 34px; background-image: url(../images/yelp-note-warning.png); }

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 838 B