From 0646f6bd65908f6543717e97a21bb8435543f6ea Mon Sep 17 00:00:00 2001 From: Jeremy Schomery Date: Mon, 6 Mar 2017 17:24:56 +0330 Subject: [PATCH] a few changes in the popup look based on #38 --- _locales/en/messages.json | 4 +-- popup.css | 67 ++++++++++++++++++++++++++++++++------- popup.html | 18 +++++------ 3 files changed, 67 insertions(+), 22 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 340622a5..31a342ed 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -266,7 +266,7 @@ "description": "Text displayed when no styles are installed for the current site" }, "openManage": { - "message": "Manage installed styles", + "message": "Manage", "description": "Link to open the manage page." }, "openOptionsManage": { @@ -274,7 +274,7 @@ "description": "Go to Options UI" }, "openOptionsPopup": { - "message": "Options UI", + "message": "Options", "description": "Go to Options UI" }, "openOptionsShortcuts": { diff --git a/popup.css b/popup.css index d81a3f18..6cf1823f 100644 --- a/popup.css +++ b/popup.css @@ -1,13 +1,13 @@ body { - width: 200px; - font-size: 13px; + width: 240px; + font-size: 12px; font-family: Arial,"Helvetica Neue",Helvetica,sans-serif; } input[type=checkbox] { outline: none; } #disable-all-wrapper { - padding: 0.2em 0 0.7em; + padding: 0.7em 0 0.7em; } #disable-all-wrapper .main-controls { padding-top: 0.1em; @@ -27,9 +27,6 @@ input[type=checkbox] { margin-bottom: 2px; display: block; } -.actions { - font-size: x-small; -} a, a:visited { color: black; } @@ -49,14 +46,11 @@ a, a:visited { .entry { padding: 0.5em 0; - border-bottom: 1px solid black; } .entry:first-child { padding-top: 0; } -.entry:last-child { - border-bottom: none; -} + body > DIV { border-bottom: 1px solid black; padding-bottom: 2px; @@ -68,7 +62,7 @@ body.blocked > DIV { #installed { margin-top: 0.5em; } -#installed.disabled .style-name { +#installed .disabled .style-name { text-decoration: line-through; } #installed .actions a { @@ -141,3 +135,54 @@ body:not(.blocked) #unavailable { color: inherit; text-decoration: underline; } + + /* action buttons */ +#popup-options { + display: flex; + flex-direction: row; + justify-content: space-around; + padding: 1.2em 0; +} +#popup-options button { + margin: 0 2px; + width: 33%; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + + /* margins */ +body { + margin: 0; +} +body>div:not(#installed) { + margin-left:0.75em; + margin-right:0.75em; +} +#unavailable { + margin-top: 0.75em; +} +#installed .entry { +} + /* entries */ +#installed .entry { + display: flex; + align-items: center; + padding: 5px 0.75em; +} +#installed .entry:nth-child(even) { + background-color: rgba(0, 0, 0, 0.05); +} +#installed .main-controls { + display: flex; + flex: 1; + width: calc(100% - 20px); + align-items: center; +} +#installed .main-controls label { + flex: 1; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + padding-right: 5px; +} diff --git a/popup.html b/popup.html index d06f2dad..639f63ff 100644 --- a/popup.html +++ b/popup.html @@ -45,21 +45,21 @@
-
- -
-
-

+
+
+ +
- \ No newline at end of file +