mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
semi working example
This commit is contained in:
parent
73d6030762
commit
63c65f784b
5 changed files with 45 additions and 0 deletions
|
@ -914,6 +914,17 @@ input[type=checkbox] {
|
|||
border-left: 1px solid #ccc !important;
|
||||
width: 185px !important;
|
||||
}
|
||||
.chatAndUsers{
|
||||
display:block !important;
|
||||
right:0px !important;
|
||||
border-radius:0px !important;
|
||||
height:185px !important;
|
||||
width:180px !important;
|
||||
}
|
||||
.chatAndUsersChat{
|
||||
top:300px !important;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.toolbar ul li.separator {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue