src/templates/tooltipWidget.html
author hamidouk
Wed, 02 Nov 2011 14:35:14 +0100
branchpopcorn-port
changeset 172 3ffa0e0c8803
child 221 2a83d308dba6
permissions -rw-r--r--
added a "tooltip" widget. Made some changes to the css corresponding to this widget too.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
172
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents:
diff changeset
     1
<!-- template for the tooltip widget -->
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents:
diff changeset
     2
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents:
diff changeset
     3
<div class='tip'>
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents:
diff changeset
     4
	<div class='tipcolor' style='height:10px;width:10px'></div>
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents:
diff changeset
     5
	<div class='tiptext'>
3ffa0e0c8803 added a "tooltip" widget. Made some changes to the css corresponding to this
hamidouk
parents:
diff changeset
     6
</div>