src/css/supportchat.css

Thu, 01 Apr 2010 16:07:16 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 01 Apr 2010 16:07:16 +0100
changeset 36
562ff07a3968
parent 29
css/supportchat.css@f8c700c601f9
child 38
536e0a618d4a
permissions
-rw-r--r--

Large commit - reorganises directory structure, lots of small fixes

#support-chat
	{
		display:none;
		padding-right:27px;
	}
#support-converse, #support-question,
#support-converse-input, #support-question-type,
#support-question-text
	{
		width:100%;
	}
#support-send-button, #support-question-submit
	{
		float:right;
	}
#support-wait, #support-converse, #support-offline
	{
		display:none;
	}
#support-converse
	{
		height:100%;
		width:100%;
	}
#support-log
	{
		/* border:solid #eeeeee 1px; */
		overflow: auto;
		height:60%;
		width:100%;
		padding:5px;
	}
#support-input-container
	{
		padding:5px;
		padding-bottom:2px;
		margin-top:5px;
		border:solid #aaaaaa 1px;
		height:17%;
		width:100%;
	}
#support-input
	{
		border-style:none;
		width:100%;
		height:100%;
		display:block;
	}
#support-send-button
	{
		border:solid #aaaaaa 3px;
		background-color:white;
		float:right;
		margin-top:2px;
		margin-right:-12px;
	}

#support-chat h2
	{
		font-size:11pt;
	}
#support-offline-thanks
	{
		display:none;
	}

mercurial