mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
Import CSS and open export in new window
This commit is contained in:
parent
77dc7ede14
commit
1849adf9b8
4 changed files with 45 additions and 9 deletions
|
@ -1000,3 +1000,24 @@ position: relative;
|
|||
background-position: 2px -49px;
|
||||
}
|
||||
|
||||
#importstatusball{
|
||||
display:none;
|
||||
}
|
||||
|
||||
#importarrow{
|
||||
display:none;
|
||||
}
|
||||
|
||||
#importmessagesuccess{
|
||||
display:none;
|
||||
}
|
||||
|
||||
#importsubmitinput{
|
||||
height:25px;
|
||||
width:85px;
|
||||
margin-top:12px;
|
||||
}
|
||||
|
||||
#importstatusball{
|
||||
height:50px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue