Added a prompt to users to type in the box to start chatting and also a button to always enable chat.. @0ip will need to re-style this if it gets merged

This commit is contained in:
John McLear 2012-02-02 18:58:43 +00:00
parent f0d7314837
commit 618082c35e
4 changed files with 18 additions and 159 deletions

View file

@ -1290,3 +1290,18 @@ label {
font-size: 11px;
font-weight: bold;
}
#chattextholder{
text-align:center;
padding-top:40px;
font-size: 15px;
color: #ddd;
}
#chattextholder button{
width:100%;
font-size: 11px;
position:absolute;
bottom:0px;
left:0px;
}