deprecated the BUFFER addon

This commit is contained in:
Tobias Diekershoff 2021-11-27 17:07:15 +01:00
commit 12274063bb
38 changed files with 2250 additions and 0 deletions

15
buffer/buffer.css Normal file
View file

@ -0,0 +1,15 @@
#buffer-enable-label, #buffer-bydefault-label, #buffer-delete-label {
float: left;
width: 200px;
margin-top: 10px;
}
#buffer-checkbox, #buffer-bydefault, #buffer-delete {
float: left;
margin-top: 10px;
}
#buffer-submit {
margin-top: 15px;
}