diff --git a/war/images/go-down.svg b/war/images/go-down.svg new file mode 100644 index 0000000000000000000000000000000000000000..2b768b69ba8cb80340550e3538e1943298aa05cf --- /dev/null +++ b/war/images/go-down.svg @@ -0,0 +1,519 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Rodney Dawes + + + + + Jakub Steiner, Garrett LeSage + + + + + + + + + + + + + + + + + + + + + + + diff --git a/war/images/go-top.svg b/war/images/go-top.svg new file mode 100644 index 0000000000000000000000000000000000000000..bd3a6f2946cf3c5ff3094f2e869057f0289253a1 --- /dev/null +++ b/war/images/go-top.svg @@ -0,0 +1,523 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Rodney Dawes + + + + + Jakub Steiner, Garrett LeSage + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/war/images/go-up.svg b/war/images/go-up.svg new file mode 100644 index 0000000000000000000000000000000000000000..bb6dc8c2684ee9446859ce6e95cb6a1506226a21 --- /dev/null +++ b/war/images/go-up.svg @@ -0,0 +1,513 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Rodney Dawes + + + + + Jakub Steiner, Garrett LeSage + + + + + + + + + + + + + + + + + + + + + + + diff --git a/war/src/main/webapp/css/style.css b/war/src/main/webapp/css/style.css index c7a449913eae26a70af4efba2813295142999a05..dd3d1489ac48c96b9d47d858bd17dfb2703c3b8b 100644 --- a/war/src/main/webapp/css/style.css +++ b/war/src/main/webapp/css/style.css @@ -1041,7 +1041,7 @@ table.parameters > tbody:hover { } #buildHistoryPageNav .pageOne { - background-image: url(../images/16x16/bullseye.png); + background-image: url(../images/16x16/go_top.png); } #buildHistoryPageNav .pageUp { background-image: url(../images/16x16/go_up.png); diff --git a/war/src/main/webapp/images/16x16/bullseye.png b/war/src/main/webapp/images/16x16/bullseye.png deleted file mode 100644 index 442ccf26ddb0e67eb5082451737d70658916d99d..0000000000000000000000000000000000000000 Binary files a/war/src/main/webapp/images/16x16/bullseye.png and /dev/null differ diff --git a/war/src/main/webapp/images/16x16/go_down.png b/war/src/main/webapp/images/16x16/go_down.png index 54de8f7ec29e69911d1b36653fb27d023e1bc8b8..396011fa2e5071f1eb54af71b27ddfae3bfc9dea 100644 Binary files a/war/src/main/webapp/images/16x16/go_down.png and b/war/src/main/webapp/images/16x16/go_down.png differ diff --git a/war/src/main/webapp/images/16x16/go_top.png b/war/src/main/webapp/images/16x16/go_top.png new file mode 100644 index 0000000000000000000000000000000000000000..2c9198ab0c92043c661b73d19546da100de344e3 Binary files /dev/null and b/war/src/main/webapp/images/16x16/go_top.png differ diff --git a/war/src/main/webapp/images/16x16/go_up.png b/war/src/main/webapp/images/16x16/go_up.png index 242309a6316b056a99302eebefb0540d064d3329..9dc1c738ee4ef29c112bb77f223d2911bea0cd3f 100644 Binary files a/war/src/main/webapp/images/16x16/go_up.png and b/war/src/main/webapp/images/16x16/go_up.png differ