mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
parent
378dbe8485
commit
9848a600e3
3 changed files with 45 additions and 18 deletions
|
@ -6,6 +6,19 @@
|
||||||
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
|
box-shadow: 0 0 0 1px rgba(99, 114, 130, 0.16), 0 8px 16px rgba(27, 39, 51, 0.08);
|
||||||
width: 400px;
|
width: 400px;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
|
background-color: #f9f9f9 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#chatbox.stickyChat {
|
||||||
|
width: 193px !important;
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#chatbox.stickyChat.chatAndUsersChat{
|
||||||
|
margin-top: 181px;
|
||||||
|
box-shadow: none;
|
||||||
|
border-top: 1px solid #d2d2d2 !important;
|
||||||
|
padding: 0!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#titlebar {
|
#titlebar {
|
||||||
|
@ -28,12 +41,19 @@
|
||||||
#chattext {
|
#chattext {
|
||||||
top: 45px;
|
top: 45px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding: 10px;
|
bottom: 52px;
|
||||||
bottom: 45px;
|
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
padding: 0;
|
||||||
|
border: none;
|
||||||
|
border-bottom: 1px solid #cccccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chattext.authorColors p, #chattext.authorColors span {
|
.plugin-ep_author_neat #chattext {
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plugin-ep_author_neat #chattext.authorColors p,
|
||||||
|
.plugin-ep_author_neat #chattext.authorColors span {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,8 +75,12 @@
|
||||||
background-color: #C5C5C5;
|
background-color: #C5C5C5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chatbox.stickyChat #chattext {
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
#chatinputbox {
|
#chatinputbox {
|
||||||
padding: 0 5px 5px 10px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chatinput {
|
#chatinput {
|
||||||
|
@ -64,18 +88,8 @@
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chatbox.stickyChat {
|
.plugin-ep_author_neat #chatbox.stickyChat #chattext {
|
||||||
width: 193px !important;
|
padding: 5px 3px;
|
||||||
background-color: #f9f9f9 !important;
|
|
||||||
border: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#chatbox.stickyChat #chattext {
|
|
||||||
padding: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#chatbox.stickyChat #chatinputbox {
|
|
||||||
padding: 5px 5px 3px 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#chaticon {
|
#chaticon {
|
||||||
|
|
|
@ -4,5 +4,6 @@
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
|
background-color: white !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
|
@ -81,3 +81,15 @@ table#otheruserstable {
|
||||||
top: initial !important;
|
top: initial !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#users.chatAndUsers {
|
||||||
|
width: 172px!important;
|
||||||
|
box-shadow: none;
|
||||||
|
border: none !important;
|
||||||
|
padding: 10px;
|
||||||
|
padding-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#users.chatAndUsers #myusernameedit {
|
||||||
|
width: calc(100% - 10px);
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue