From c81f9b2c40b46db0509ee059378224eedfdf5148 Mon Sep 17 00:00:00 2001 From: Richard Fairhurst Date: Sat, 4 Jul 2015 16:50:02 +0100 Subject: [PATCH] New Bookmarks menu --- .../controls/DeletableListItemRenderer.mxml | 55 ++++++++++++++++ net/systemeD/potlatch2/BookmarkSelector.mxml | 64 +++++++++++++++++++ .../potlatch2/dialogs/BookmarkNameDialog.mxml | 33 ++++++++++ potlatch2.mxml | 2 + styles/Application.css | 2 +- 5 files changed, 155 insertions(+), 1 deletion(-) create mode 100644 net/systemeD/controls/DeletableListItemRenderer.mxml create mode 100644 net/systemeD/potlatch2/BookmarkSelector.mxml create mode 100644 net/systemeD/potlatch2/dialogs/BookmarkNameDialog.mxml diff --git a/net/systemeD/controls/DeletableListItemRenderer.mxml b/net/systemeD/controls/DeletableListItemRenderer.mxml new file mode 100644 index 00000000..3c013f83 --- /dev/null +++ b/net/systemeD/controls/DeletableListItemRenderer.mxml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + diff --git a/net/systemeD/potlatch2/BookmarkSelector.mxml b/net/systemeD/potlatch2/BookmarkSelector.mxml new file mode 100644 index 00000000..f90e712d --- /dev/null +++ b/net/systemeD/potlatch2/BookmarkSelector.mxml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + diff --git a/net/systemeD/potlatch2/dialogs/BookmarkNameDialog.mxml b/net/systemeD/potlatch2/dialogs/BookmarkNameDialog.mxml new file mode 100644 index 00000000..e64dd1dd --- /dev/null +++ b/net/systemeD/potlatch2/dialogs/BookmarkNameDialog.mxml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + diff --git a/potlatch2.mxml b/potlatch2.mxml index d52e7159..ad5f6c94 100644 --- a/potlatch2.mxml +++ b/potlatch2.mxml @@ -62,6 +62,8 @@ + diff --git a/styles/Application.css b/styles/Application.css index b97ba8ee..12a3e585 100644 --- a/styles/Application.css +++ b/styles/Application.css @@ -45,7 +45,7 @@ mx|VScrollBar { thumbOffset: 1; } -mx|CheckBox, mx|List, p2|StyleSelector, p2|BackgroundSelector { color: black; } +mx|CheckBox, mx|List, p2|BookmarkSelector, p2|StyleSelector, p2|BackgroundSelector { color: black; textAlign: left; } mx|TabNavigator { horizontalGap: 3;