-
+
+ + From c17e376e79cc23df18cd199ea709a3111819ab57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Sun, 19 Feb 2017 07:17:28 +0100 Subject: [PATCH 4/6] 0.1.1 misspelling: shortcuts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b775fb1..19645dc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Good karma and productivity. Just a basic knowledge of HTML and CSS is required. ### Features -- Navigation (horizontal and vertical sliding): touchpad, keyboard shorcuts, and swipe. +- Navigation (horizontal and vertical sliding): touchpad, keyboard shortcuts, and swipe. - Slide counter. - Permalinks: go to a specific slide. - Simple CSS alignments. Put content wherever you want (vertical centering...) From 9ea6817b43aad6aedc808c2cbee0c8bc654ec3f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Tue, 21 Feb 2017 16:59:10 +0100 Subject: [PATCH 5/6] textarea width: 100% --- static/css/base.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index d50df94..23bf367 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -2908,11 +2908,6 @@ input[type="checkbox"] { button { width: auto; } - -button[type="submit"] { - width: 100%; -} - /*input:hover, textarea:hover, select:hover { -webkit-transform: translateY(-.2rem); transform: translateY(-.2rem); @@ -2924,6 +2919,10 @@ select:focus { border-width: 1px; } +button[type="submit"],textarea { + width: 100%; +} + textarea { padding: .7rem; } From b68ec7592234f9c56074b44d6278e8ffac56b52a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Ant=C3=BAnez?= Date: Tue, 21 Feb 2017 17:04:18 +0100 Subject: [PATCH 6/6] reordering button, textarea --- static/css/base.css | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index 23bf367..8be370e 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -2904,33 +2904,19 @@ input[type="checkbox"] { height: auto; padding: 4px; } - -button { - width: auto; -} -/*input:hover, textarea:hover, select:hover { --webkit-transform: translateY(-.2rem); -transform: translateY(-.2rem); -}*/ - -input:focus, -textarea:focus, -select:focus { - border-width: 1px; -} - button[type="submit"],textarea { width: 100%; } - textarea { padding: .7rem; } button { + width: auto; text-align: center; cursor: pointer; } + .button { display: inline-block; line-height: 4.8rem; @@ -2983,6 +2969,12 @@ legend { letter-spacing:.1rem; font-weight: 400; } +/*=== Focus === */ +input:focus, +textarea:focus, +select:focus { + border-width: 1px; +} /*=== App Store Badges === */ /* Change width and height: 216x64px, 162x48px, 135x40... */