From 578aa62de03afbddcc7cdb16407421aebb40a048 Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Sat, 23 Dec 2017 00:44:39 -0600 Subject: [PATCH] Add asc label & fix css --- _locales/en/messages.json | 4 ++++ manage.html | 20 ++++++++--------- manage/manage.css | 45 ++++++++++++++++++++++++--------------- manage/sort.js | 5 +++-- 4 files changed, 45 insertions(+), 29 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a8689abb..32d416ed 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -840,6 +840,10 @@ "message": "Select a sort to apply to the installed styles", "description": "Title on the sort select to indicate it is used for sorting entries" }, + "sortAscending": { + "message": "ascending", + "description": "Text added to indicate that a sort is in the ascending (A to Z) direction" + }, "sortDescending": { "message": "descending", "description": "Text added to indicate that a sort is in the descending (Z to A) direction" diff --git a/manage.html b/manage.html index b6408040..129f01d6 100644 --- a/manage.html +++ b/manage.html @@ -285,16 +285,6 @@

-
-
- - -
- - - -
-