mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
some small design changes
This commit is contained in:
parent
13c10013b9
commit
3c46cce341
2 changed files with 4 additions and 3 deletions
|
@ -820,7 +820,6 @@ ul#colorpickerswatches li:hover
|
||||||
|
|
||||||
#chatlabel
|
#chatlabel
|
||||||
{
|
{
|
||||||
cursor: default;
|
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
line-height:16px;
|
line-height:16px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
|
@ -850,6 +849,7 @@ ul#colorpickerswatches li:hover
|
||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-top-right-radius: 5px;
|
border-top-right-radius: 5px;
|
||||||
background-color:#fff;
|
background-color:#fff;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chaticon a
|
#chaticon a
|
||||||
|
@ -884,10 +884,11 @@ ul#colorpickerswatches li:hover
|
||||||
|
|
||||||
#titlecross
|
#titlecross
|
||||||
{
|
{
|
||||||
font-size:16px;
|
font-size:25px;
|
||||||
float:right;
|
float:right;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
cursor: pointer;
|
||||||
color:#555;
|
color:#555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -256,7 +256,7 @@ Use this link to share a read-only version of your pad:<input id="readonlyInput"
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="chatbox">
|
<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="chattext" class="authorColors"></div>
|
||||||
<div id="chatinputbox">
|
<div id="chatinputbox">
|
||||||
<form>
|
<form>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue