From a632e68b8da88bed230bdf2061a1d984e6a3ffc2 Mon Sep 17 00:00:00 2001 From: hideheader Date: Wed, 18 Feb 2015 15:47:40 -0500 Subject: [PATCH 1/2] Make 'New style' the last menu action Append the new menu entry to the existing entries for continuity with the previous menu layout. --- popup.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popup.html b/popup.html index a66d0de4..12037fd4 100644 --- a/popup.html +++ b/popup.html @@ -54,8 +54,8 @@
-
+
From b48bdeff77fa4ae5fa14a54aebf67e93b2ab5e3c Mon Sep 17 00:00:00 2001 From: hideheader Date: Wed, 25 Feb 2015 00:20:55 -0500 Subject: [PATCH 2/2] Put the menu actions in a box --- popup.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/popup.html b/popup.html index 12037fd4..44d1c6de 100644 --- a/popup.html +++ b/popup.html @@ -26,10 +26,7 @@ margin-bottom: 0.5em; border-bottom: 1px solid black; } - #find-styles, #write-style, #manage-styles { - font-size: smaller; - } - #find-styles, #write-style, #unavailable { + .actions > div, #unavailable { margin-bottom: 0.75em; } #unavailable { @@ -53,9 +50,11 @@
-
-
-
+
+
+
+
+