From 3dfdba48e3d3456f7fbdb376c3b3219c81bb7765 Mon Sep 17 00:00:00 2001 From: "jan@dwrox.net" Date: Mon, 22 Apr 2019 17:34:28 +0200 Subject: [PATCH] Improving visual and update version --- cookies.css | 39 ++++++++++++++++++++++++++++----------- manifest.json | 2 +- 2 files changed, 29 insertions(+), 12 deletions(-) diff --git a/cookies.css b/cookies.css index 679847a..b8728f2 100755 --- a/cookies.css +++ b/cookies.css @@ -193,7 +193,7 @@ span.domainurl, #header-title { display: block; max-width: 85%; - margin-bottom: 8px; + margin: 0px; } #header-title span.intro { @@ -223,17 +223,29 @@ hr { ul { clear: both; - padding: 5px 8px; - margin: 0px; list-style: none; + margin: 0px; + padding: 5px 1px; +} + +#content > ul { + margin: 0px 10px; + padding: 0px; + margin-top: 14px; + margin-bottom: 0px; +} + +#content > ul { + margin-bottom: 16px; } li.cookieEntry, li.cookieEntrySublist { position: relative; - border-radius: 8px; + border-radius: 4px; background-color: #fff; - margin-bottom: 5px; + margin: 0px; + margin-bottom: 2px; display: block; border-top: 1px solid #eef; border-right: 1px solid #ccc; @@ -243,6 +255,8 @@ li.cookieEntrySublist { box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.35); } + + li.cookieEntry:nth-child(2n+1), li.cookieEntrySublist:nth-child(2n+1) { background-color: #eee; @@ -308,7 +322,7 @@ li.cookieEntrySublistd.unremoved-secure-cookie { } .cookieKey { - font-size: 1.15em; + font-size: 1em; font-weight: bold; display: block; } @@ -343,10 +357,11 @@ li.cookieEntrySublistd.unremoved-secure-cookie { margin: 0px; padding: 11px 14px 11px 0px; border-radius: 8px; - margin-bottom: 8px; font-size: 1em; - box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.12); + box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.12); position: relative; + font-weight: bold; + margin-top: 2px; } .domainNameMenu { @@ -636,7 +651,6 @@ button#help { background-repeat: no-repeat; background-position: 8px center; margin-right: 0px; - padding: 7px 20px 8px 34px; } body.dark button#help { @@ -690,7 +704,7 @@ button#global-flag.active { border-radius: 8px; border: 1px solid #ccc; margin: 0px; - padding: 4px 12px 7px 4%; + padding: 8px 15px 9px 34px; font-weight: bold; width: 40%; position: absolute; @@ -701,7 +715,6 @@ button#global-flag.active { .chrome #searchBar { width: 40%; margin-left: 1px; - padding: 7px 12px 6px 4%; } #clearAutoFlagged { @@ -835,6 +848,10 @@ textarea#log { font-weight: bold; } +#settings-action-all-import span { + font-size: 0.75em; +} + #help-view { padding: 5px 10px; margin-bottom: 18px; diff --git a/manifest.json b/manifest.json index a6d7c1e..1934831 100644 --- a/manifest.json +++ b/manifest.json @@ -38,7 +38,7 @@ "homepage_url": "https://github.com/jrie/flagCookies", "manifest_version": 2, "name": "Flag Cookies", - "version": "3.0.50", + "version": "3.0.51", "permissions": ["cookies", "tabs", "webRequest", "", "storage", "unlimitedStorage", "notifications", "contextualIdentities"], "background": { "scripts": [