From 3cef5ad662eb11fbc0f1cf8408ed3b2ff523ffe2 Mon Sep 17 00:00:00 2001 From: derv82 Date: Mon, 4 Dec 2017 20:08:51 -0800 Subject: [PATCH] "Find styles Inline" checkbox svg positioned correctly --- _locales/en/messages.json | 2 +- popup.html | 9 +++++++-- popup/search-results.css | 5 +++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index dd700b65..6128364a 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -378,7 +378,7 @@ "description": "Tooltip for a button that opens style on userstyles.org for customizing" }, "findStylesForSite": { - "message": "Find more styles for this site", + "message": "Find styles", "description": "Text for a link that gets a list of styles for the current site" }, "findStylesForSiteInline": { diff --git a/popup.html b/popup.html index 15681288..23df159b 100644 --- a/popup.html +++ b/popup.html @@ -169,8 +169,13 @@
- - +
diff --git a/popup/search-results.css b/popup/search-results.css index de981209..ed468752 100755 --- a/popup/search-results.css +++ b/popup/search-results.css @@ -111,3 +111,8 @@ body.search-results-shown { #searchResultsNav button { text-align: center; } + +#find-styles-inline-group .svg-icon.checked { + margin-top: 5px; + margin-left: -13px; +}