mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Beautifying 0ips commit to give settings option, also add warning prior to altering everyones view and moved everyones view stuff into my view only that needed to be moved..
This commit is contained in:
parent
47ee0ec383
commit
a53de45b32
3 changed files with 68 additions and 21 deletions
|
@ -746,6 +746,7 @@ a#topbarmaximize {
|
|||
top:40px;
|
||||
right:20px;
|
||||
width:400px;
|
||||
height:135px;
|
||||
z-index:500;
|
||||
padding:10px;
|
||||
border-radius:6px;
|
||||
|
@ -1248,3 +1249,38 @@ label[for=readonlyinput] {
|
|||
.rtl{
|
||||
direction:RTL;
|
||||
}
|
||||
|
||||
#settingslocal{
|
||||
left:10px;
|
||||
position:absolute;
|
||||
width:200px;
|
||||
}
|
||||
|
||||
#settingseveryone{
|
||||
position:absolute;
|
||||
right:10px;
|
||||
width:200px;
|
||||
}
|
||||
|
||||
#settingsline{
|
||||
border-left: 1px solid #fff;
|
||||
height: 110px;
|
||||
position:absolute;
|
||||
width:0px;
|
||||
left:200px;
|
||||
opacity:.8;
|
||||
}
|
||||
|
||||
.warning{
|
||||
padding:10px;
|
||||
background-color:#FFA4A4;
|
||||
opacity:.8;
|
||||
}
|
||||
|
||||
#settingseveryoneitems{
|
||||
display:none;
|
||||
}
|
||||
|
||||
#settingswarning{
|
||||
mouse:cursor;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue