https://github.com/gridonic/dc.feedback_boxes
https://github.com/gridonic/dc.feedback_boxes
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gridonic/dc.feedback_boxes
- Owner: gridonic
- License: other
- Created: 2010-05-17T13:20:19.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2011-03-17T10:29:19.000Z (about 15 years ago)
- Last Synced: 2025-08-25T05:02:10.842Z (10 months ago)
- Homepage:
- Size: 215 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Feedback Boxes
==============
Most website today are interactive -- transfer of information is not only one-way but two-way. User are interacting with content: adding, editing and deleting stuff. A common concept these websites (should) have is user feedback for interactive actions. This sort of user feedback is most of the times realized with different colored boxes somewhere near the content that is manipulated. We created some standard XHTML feedback boxes with some custom icons -- if you like them, use them.
In the following image you can see the included icons:

Usage
=====
What? You need a How To? Okay. It's simple: Just include the CSS file in your HTML document and write the following:
Some feedback information
This would then display a blue information box. For a validation error box use:
- Some error in the form
- And another one
You get the idea. The following classes are available for you to use:
- info
- success
- error
- warning
- validation-error
Included in the download is an example XHTML page with all feedback boxes, a CSS file, the icons in PNG format in three different sizes plus the Adobe Fireworks source files of the icons. If you have any questions or wishes or recommendation leave a comment. You can distribute, remix, tweak, and build upon the files.