etherpad-lite/src/templates
Sebastian Castro 5fd6aeeea6 css: refactor element positioning
No more javascript to change css properties
Remove a number of useless tables
Try to stop positioning elements with absolute, but use flex-boxes instead

Adds comment to pad template, and move popups and chatbox inside editorcontainerbox (so absolute positioning is straightforward)

Make the design more consistent: always use base color, font-family and font-size. USe relative font size if necessary (.9rem instead of 11px for example)

Remove two columns in the popups, just use one column

Remove css meant to support old browser (like -webkit-box-shadow, -moz-box-shadow). Those css rules are quite common now, and If we want to support very old browser, we should use clean-css or other tools to add them automatically
2020-04-19 03:03:44 +02:00
..
admin Correctly display plugin list in troubleshooting tab 2018-07-15 23:47:44 +02:00
export_html.html remove license thing from exports 2018-04-04 13:33:46 +01:00
index.html index.html: generate unique pad names 2018-11-26 23:07:34 +01:00
javascript.html javascript license: we cannot assert the license of a custom skin. 2018-08-26 22:28:31 +02:00
pad.html css: refactor element positioning 2020-04-19 03:03:44 +02:00
timeslider.html toolbar: don't show the "saved revision" button in timeslider 2020-03-30 01:59:49 +02:00