This demonstrates the same “wave-panel” class
used in a <td> instead of a <div>. |
You can use the same “wave-titlebar” and
“wave-section” classes. |
As you can see, my styles work well on elements other than <div>s.
|
|
You can easily insert a Wave-like search box like this:
Just add an <input> of type "text" with the “wave-searchbox” class.
A toolbar can be used like a section (a <div> or other element inside a wave-panel), but with the class “wave-toolbar”. You can also insert one in a section by adding a width in the style attribute. You may also want to add a border-radius to make it look nice :) <button>s in wave-toolbars will automatically be styled as toolbar buttons, but be sure not to leave spaces between them.
You can also add smaller toolbars using the “wave-small-toolbar” class. They resemble the original Wave reply/edit buttons. These ones display inline by default. They can also automatically fade out when you are not hovering (I may remove this--let me know if you do not like it). I recommend setting them to float:right, but you do not have to. |