some small design changes
parent
13c10013b9
commit
3c46cce341
|
@ -820,7 +820,6 @@ ul#colorpickerswatches li:hover
|
|||
|
||||
#chatlabel
|
||||
{
|
||||
cursor: default;
|
||||
font-size:13px;
|
||||
line-height:16px;
|
||||
font-weight:bold;
|
||||
|
@ -850,6 +849,7 @@ ul#colorpickerswatches li:hover
|
|||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
background-color:#fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#chaticon a
|
||||
|
@ -884,10 +884,11 @@ ul#colorpickerswatches li:hover
|
|||
|
||||
#titlecross
|
||||
{
|
||||
font-size:16px;
|
||||
font-size:25px;
|
||||
float:right;
|
||||
text-align: right;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
color:#555;
|
||||
}
|
||||
|
||||
|
|
|
@ -256,7 +256,7 @@ Use this link to share a read-only version of your pad:<input id="readonlyInput"
|
|||
</div>
|
||||
|
||||
<div id="chatbox">
|
||||
<div id="titlebar"><span id ="titlelabel">Chat</span><a id="titlecross" onClick="chat.hide();return false;">x </a></div>
|
||||
<div id="titlebar"><span id ="titlelabel">Chat</span><a id="titlecross" onClick="chat.hide();return false;">- </a></div>
|
||||
<div id="chattext" class="authorColors"></div>
|
||||
<div id="chatinputbox">
|
||||
<form>
|
||||
|
|
Loading…
Reference in New Issue