Home / Widgets / Single User in Idea Space
Duplicate Snippet

Embed Snippet on Your Site

Single User in Idea Space

This is the view of a single user in idea space. There is a profile image, with three buttons underneath. Only visible if the user is permissioned.

Code Preview
html
<div id="outer">
	<div id="top">
		<div id="profImg">
			Image
		</div>
	</div>
	<div id="bottom">
		<div id="oneLump">
			<button id="pass1Lump">
				1
			</button>
		</div>
		<div id="twoLumps">
			<button id="pass2Lumps">
				2
			</button>
		</div>
		<div id="threeLumps">
			<button id="pass3Lumps">
				3
			</button>
		</div>
	</div>
</div>

Comments

Add a Comment