diff --git a/server/camlistored/ui/circled_plus.svg b/server/camlistored/ui/circled_plus.svg new file mode 100644 index 000000000..0a8f4c8b7 --- /dev/null +++ b/server/camlistored/ui/circled_plus.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/server/camlistored/ui/clear.svg b/server/camlistored/ui/clear.svg new file mode 100644 index 000000000..9dd6d1361 --- /dev/null +++ b/server/camlistored/ui/clear.svg @@ -0,0 +1,81 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/server/camlistored/ui/down.svg b/server/camlistored/ui/down.svg new file mode 100644 index 000000000..f5653853b --- /dev/null +++ b/server/camlistored/ui/down.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/server/camlistored/ui/icon_10052.svg b/server/camlistored/ui/icon_10052.svg deleted file mode 100644 index 878b45fbd..000000000 --- a/server/camlistored/ui/icon_10052.svg +++ /dev/null @@ -1,51 +0,0 @@ - - - -image/svg+xml - - \ No newline at end of file diff --git a/server/camlistored/ui/icon_13864.svg b/server/camlistored/ui/icon_13864.svg deleted file mode 100644 index 2a31269a3..000000000 --- a/server/camlistored/ui/icon_13864.svg +++ /dev/null @@ -1,54 +0,0 @@ - -image/svg+xml - - - - - \ No newline at end of file diff --git a/server/camlistored/ui/icon_14727.svg b/server/camlistored/ui/icon_14727.svg deleted file mode 100644 index 9de78c1b7..000000000 --- a/server/camlistored/ui/icon_14727.svg +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - -image/svg+xml - - - - - - - - \ No newline at end of file diff --git a/server/camlistored/ui/icon_16981.svg b/server/camlistored/ui/icon_16981.svg deleted file mode 100644 index c2e49910d..000000000 --- a/server/camlistored/ui/icon_16981.svg +++ /dev/null @@ -1,55 +0,0 @@ - -image/svg+xml - - - - - \ No newline at end of file diff --git a/server/camlistored/ui/icon_16981_down.svg b/server/camlistored/ui/icon_16981_down.svg deleted file mode 100644 index 7f3c295bc..000000000 --- a/server/camlistored/ui/icon_16981_down.svg +++ /dev/null @@ -1,55 +0,0 @@ - -image/svg+xml - - - - - \ No newline at end of file diff --git a/server/camlistored/ui/icon_25337.svg b/server/camlistored/ui/icon_25337.svg deleted file mode 100644 index a18c0b189..000000000 --- a/server/camlistored/ui/icon_25337.svg +++ /dev/null @@ -1,49 +0,0 @@ - -image/svg+xml - - \ No newline at end of file diff --git a/server/camlistored/ui/index.js b/server/camlistored/ui/index.js index 164fa6590..25b8de362 100644 --- a/server/camlistored/ui/index.js +++ b/server/camlistored/ui/index.js @@ -70,18 +70,18 @@ camlistore.IndexPage = function(config, opt_domHelper) { this.currentUrl_ = ''; this.searchNavItem_ = new camlistore.Nav.SearchItem(this.dom_, 'magnifying_glass.svg', 'Search'); - this.newPermanodeNavItem_ = new camlistore.Nav.Item(this.dom_, 'icon_14727.svg', 'New permanode'); + this.newPermanodeNavItem_ = new camlistore.Nav.Item(this.dom_, 'new_permanode.svg', 'New permanode'); this.searchRootsNavItem_ = new camlistore.Nav.Item(this.dom_, 'icon_27307.svg', 'Search roots'); - this.selectAsCurrentSetNavItem_ = new camlistore.Nav.Item(this.dom_, 'icon_10052.svg', 'Select as current set'); + this.selectAsCurrentSetNavItem_ = new camlistore.Nav.Item(this.dom_, 'target.svg', 'Select as current set'); this.selectAsCurrentSetNavItem_.setVisible(false); this.addToSetNavItem_ = new camlistore.Nav.Item(this.dom_, 'icon_16716.svg', 'Add to set'); this.addToSetNavItem_.setVisible(false); - this.createSetWithSelectionNavItem_ = new camlistore.Nav.Item(this.dom_, 'icon_13864.svg', 'Create set with 5 items'); + this.createSetWithSelectionNavItem_ = new camlistore.Nav.Item(this.dom_, 'circled_plus.svg', 'Create set with 5 items'); this.createSetWithSelectionNavItem_.setVisible(false); - this.clearSelectionNavItem_ = new camlistore.Nav.Item(this.dom_, 'icon_25337.svg', 'Clear selection'); + this.clearSelectionNavItem_ = new camlistore.Nav.Item(this.dom_, 'clear.svg', 'Clear selection'); this.clearSelectionNavItem_.setVisible(false); - this.embiggenNavItem_ = new camlistore.Nav.Item(this.dom_, 'icon_16981.svg', 'Moar bigger'); - this.ensmallenNavItem_ = new camlistore.Nav.Item(this.dom_, 'icon_16981_down.svg', 'Less bigger'); + this.embiggenNavItem_ = new camlistore.Nav.Item(this.dom_, 'up.svg', 'Moar bigger'); + this.ensmallenNavItem_ = new camlistore.Nav.Item(this.dom_, 'down.svg', 'Less bigger'); this.logoNavItem_ = new camlistore.Nav.LinkItem(this.dom_, '/favicon.ico', 'Camlistore', '/ui/'); this.logoNavItem_.addClassName('cam-logo'); }; diff --git a/server/camlistored/ui/new_permanode.svg b/server/camlistored/ui/new_permanode.svg new file mode 100644 index 000000000..c1463f732 --- /dev/null +++ b/server/camlistored/ui/new_permanode.svg @@ -0,0 +1,107 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/server/camlistored/ui/target.svg b/server/camlistored/ui/target.svg new file mode 100644 index 000000000..1fe9f0a1d --- /dev/null +++ b/server/camlistored/ui/target.svg @@ -0,0 +1,85 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/server/camlistored/ui/up.svg b/server/camlistored/ui/up.svg new file mode 100644 index 000000000..6d8a0ff4b --- /dev/null +++ b/server/camlistored/ui/up.svg @@ -0,0 +1,82 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + +