From 3a142557020b14cee654770b68122cef8311da4c Mon Sep 17 00:00:00 2001 From: Russell Bicknell Date: Mon, 8 Aug 2016 11:10:02 -0700 Subject: [PATCH] paper-checkbox-light --- demo/paper-checkbox-light.html | 105 ++++++---- paper-checkbox-light.html | 254 +++++++++++++---------- test/index.html | 6 +- test/paper-checkbox-light.html | 208 +++++++++++++++++++ test/{basic.html => paper-checkbox.html} | 0 5 files changed, 421 insertions(+), 152 deletions(-) create mode 100644 test/paper-checkbox-light.html rename test/{basic.html => paper-checkbox.html} (100%) diff --git a/demo/paper-checkbox-light.html b/demo/paper-checkbox-light.html index 9017a69..5ab5512 100644 --- a/demo/paper-checkbox-light.html +++ b/demo/paper-checkbox-light.html @@ -24,7 +24,7 @@ - - Checkbox - With a subtitle - - - Checkbox - - With a longer subtitle that wraps to another line - - - Checkbox +
+ +
+ A red checkbox +
+
+
+ +
+ A green checkbox + + with a subtitle that wraps to a few lines because that's what + happens when it's so long + +
+
+
+ +
+ A blue checkbox + + with a subtitle that's also really long but the checkbox is + center aligned + +
+
diff --git a/paper-checkbox-light.html b/paper-checkbox-light.html index 3c1fe98..4595197 100644 --- a/paper-checkbox-light.html +++ b/paper-checkbox-light.html @@ -10,22 +10,31 @@ - + - + diff --git a/test/index.html b/test/index.html index 947efec..1273c54 100644 --- a/test/index.html +++ b/test/index.html @@ -15,8 +15,10 @@ diff --git a/test/paper-checkbox-light.html b/test/paper-checkbox-light.html new file mode 100644 index 0000000..023daac --- /dev/null +++ b/test/paper-checkbox-light.html @@ -0,0 +1,208 @@ + + + + + + paper-checkbox-light basic tests + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/basic.html b/test/paper-checkbox.html similarity index 100% rename from test/basic.html rename to test/paper-checkbox.html