mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 09:26:14 -04:00
Add ability to export specific pad revisions
Conflicts: node/utils/Minify.js node/utils/Settings.js static/css/timeslider.css static/js/pad_impexp.js static/timeslider.html
This commit is contained in:
parent
8e6b451459
commit
9c9e5db72d
3 changed files with 167 additions and 1 deletions
|
@ -195,8 +195,11 @@ float:right;
|
|||
color: #222;
|
||||
}
|
||||
|
||||
#importexport { top: 118px; }
|
||||
#importexport .popup { width: 185px; }
|
||||
#importexport{
|
||||
top:118px;
|
||||
width:185px;
|
||||
}
|
||||
|
||||
ul { margin-left: 1.5em; }
|
||||
ul ul { margin-left: 0 !important; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue