From 0f7fedc39857ebc0eb29182c1588a92b9adfb75a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Jul 2018 14:44:19 +0200 Subject: Improve frontend accessibility In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons --- client/src/app/shared/forms/peertube-checkbox.component.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 client/src/app/shared/forms/peertube-checkbox.component.html (limited to 'client/src/app/shared/forms/peertube-checkbox.component.html') diff --git a/client/src/app/shared/forms/peertube-checkbox.component.html b/client/src/app/shared/forms/peertube-checkbox.component.html new file mode 100644 index 000000000..820e7a621 --- /dev/null +++ b/client/src/app/shared/forms/peertube-checkbox.component.html @@ -0,0 +1,9 @@ +
+ + + +
\ No newline at end of file -- cgit v1.2.3