From aa77a7896da735b68b74c62f1726d35e8a6b1774 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Thu, 5 Sep 2019 18:30:39 -0400 Subject: Group all two-column settings together --- ext/bg/settings.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'ext/bg/settings.html') diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 85b7ee5f..6c649251 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -107,6 +107,16 @@ +
+ + +
+ +
+ + +
+
@@ -129,16 +139,6 @@
-
- - -
- -
- - -
-
-- cgit v1.2.3 From 2e87cd72bc87ebbb5eb25dd8e967f31ab14ca444 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Thu, 5 Sep 2019 18:39:28 -0400 Subject: Use consistent styling for all two-column settings --- ext/bg/settings.html | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) (limited to 'ext/bg/settings.html') diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 6c649251..ccd749b9 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -140,26 +140,41 @@
-
-
-
+
+ + +
+
+ + +
-
-
-
+
+ + +
+
+ + +
-
-
-
+
+ + +
+
+ + +
-- cgit v1.2.3 From fb8cb3db43c38e5a984cf4a45b5b9def311cf0a0 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Thu, 5 Sep 2019 18:45:42 -0400 Subject: Collapse two-column options on smaller screens --- ext/bg/settings.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ext/bg/settings.html') diff --git a/ext/bg/settings.html b/ext/bg/settings.html index ccd749b9..093a3c26 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -49,6 +49,16 @@ [data-browser=firefox-mobile] [data-show-for-browser~=firefox-mobile] { display: initial; } + + @media screen and (max-width: 740px) { + .col-xs-6 { + float: none; + width: 100%; + } + .col-xs-6+.col-xs-6 { + margin-top: 15px; + } + } -- cgit v1.2.3 From dbfbf9d12dd4a5be16fa31cecf53c5eb300d8978 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Thu, 5 Sep 2019 18:53:12 -0400 Subject: Use non-bold text for label information Units, etc. --- ext/bg/settings.html | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) (limited to 'ext/bg/settings.html') diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 093a3c26..76078274 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -30,6 +30,10 @@ padding-bottom: 1em; } + .label-light { + font-weight: normal; + } + #custom-popup-css { width: 100%; min-height: 34px; @@ -118,7 +122,7 @@
- +
@@ -152,11 +156,11 @@
- +
- +
@@ -165,11 +169,11 @@
- +
- +
@@ -178,11 +182,11 @@
- +
- +
@@ -230,12 +234,12 @@
- +
- +
@@ -351,12 +355,12 @@
- +
- +
@@ -374,7 +378,7 @@
- +
-- cgit v1.2.3 From bc7759d94c4d4bbe2480e5328a4c3488ff29e493 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Thu, 5 Sep 2019 20:57:10 -0400 Subject: Add some parameters to field-templates textarea --- ext/bg/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bg/settings.html') diff --git a/ext/bg/settings.html b/ext/bg/settings.html index 76078274..ddda8303 100644 --- a/ext/bg/settings.html +++ b/ext/bg/settings.html @@ -442,7 +442,7 @@ their Anki cards. If you encounter problems with your changes you can always reset to default template settings.

- +
-- cgit v1.2.3