summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2018-06-17 10:02:46 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2018-06-17 10:02:46 +0000
commit61deebc4b9b09b1ddb666efd524fc7164d601a69 (patch)
treeec6a17b5dfc944e2180ec86b26853b5c0efa0555 /public
parent9c7aa36bffc4ab4c4710dfb0320436a293255799 (diff)
downloadredmine-61deebc4b9b09b1ddb666efd524fc7164d601a69.tar.gz
redmine-61deebc4b9b09b1ddb666efd524fc7164d601a69.zip
Changes arrow images.
git-svn-id: http://svn.redmine.org/redmine/trunk@17400 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/images/arrow_collapsed.pngbin165 -> 0 bytes
-rw-r--r--public/images/arrow_down.pngbin115 -> 257 bytes
-rw-r--r--public/images/arrow_expanded.pngbin157 -> 0 bytes
-rw-r--r--public/images/arrow_left.pngbin0 -> 273 bytes
-rw-r--r--public/images/arrow_right.pngbin0 -> 287 bytes
-rw-r--r--public/images/arrow_up.pngbin0 -> 261 bytes
-rw-r--r--public/images/bullet_arrow_left.pngbin161 -> 0 bytes
-rw-r--r--public/images/bullet_arrow_right.pngbin165 -> 0 bytes
-rw-r--r--public/stylesheets/application.css24
-rw-r--r--public/stylesheets/context_menu.css2
-rw-r--r--public/stylesheets/context_menu_rtl.css2
-rw-r--r--public/stylesheets/rtl.css7
12 files changed, 18 insertions, 17 deletions
diff --git a/public/images/arrow_collapsed.png b/public/images/arrow_collapsed.png
deleted file mode 100644
index cbcc70ded..000000000
--- a/public/images/arrow_collapsed.png
+++ /dev/null
Binary files differ
diff --git a/public/images/arrow_down.png b/public/images/arrow_down.png
index 7a2a1a353..fbd0e05d1 100644
--- a/public/images/arrow_down.png
+++ b/public/images/arrow_down.png
Binary files differ
diff --git a/public/images/arrow_expanded.png b/public/images/arrow_expanded.png
deleted file mode 100644
index 7b1c563bf..000000000
--- a/public/images/arrow_expanded.png
+++ /dev/null
Binary files differ
diff --git a/public/images/arrow_left.png b/public/images/arrow_left.png
new file mode 100644
index 000000000..c7cc4efdd
--- /dev/null
+++ b/public/images/arrow_left.png
Binary files differ
diff --git a/public/images/arrow_right.png b/public/images/arrow_right.png
new file mode 100644
index 000000000..84ad38339
--- /dev/null
+++ b/public/images/arrow_right.png
Binary files differ
diff --git a/public/images/arrow_up.png b/public/images/arrow_up.png
new file mode 100644
index 000000000..51bba6e92
--- /dev/null
+++ b/public/images/arrow_up.png
Binary files differ
diff --git a/public/images/bullet_arrow_left.png b/public/images/bullet_arrow_left.png
deleted file mode 100644
index cabc1d79f..000000000
--- a/public/images/bullet_arrow_left.png
+++ /dev/null
Binary files differ
diff --git a/public/images/bullet_arrow_right.png b/public/images/bullet_arrow_right.png
deleted file mode 100644
index cbcc70ded..000000000
--- a/public/images/bullet_arrow_right.png
+++ /dev/null
Binary files differ
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index ad9ee4c42..99d9d484b 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -135,8 +135,8 @@ a.user.locked, a.user.locked:link, a.user.locked:visited {color: #999;}
#admin-menu a {line-height:1.7em;}
#admin-menu a.selected {padding-left: 20px !important; background-position: 2px 40%;}
-a.collapsible {padding-left: 12px; background: url(../images/arrow_expanded.png) no-repeat -3px 40%;}
-a.collapsible.collapsed {background: url(../images/arrow_collapsed.png) no-repeat -5px 40%;}
+a.collapsible {padding-left: 12px; background: url(../images/arrow_down.png) no-repeat 0px 50%;}
+a.collapsible.collapsed {background-image: url(../images/arrow_right.png);}
a#toggle-completed-versions {color:#999;}
@@ -150,7 +150,7 @@ a#toggle-completed-versions {color:#999;}
text-overflow:ellipsis;
white-space:nowrap;
padding:3px 18px 3px 6px;
- background:#fff url(../images/sort_desc.png) no-repeat 97% 50%;
+ background:#fff url(../images/arrow_down.png) no-repeat 97% 50%;
cursor:pointer;
user-select:none;
-moz-user-select:none;
@@ -168,7 +168,7 @@ a#toggle-completed-versions {color:#999;}
color:#555;
z-index:99;
}
-.drdn.expanded .drdn-trigger {background-image:url(../images/sort_asc.png);}
+.drdn.expanded .drdn-trigger {background-image:url(../images/arrow_up.png);}
.drdn.expanded .drdn-content {display:block;}
.drdn-content .quick-search {margin:8px;}
@@ -242,7 +242,7 @@ tr.project td.name a { white-space:nowrap; }
tr.project.closed, tr.project.archived { color: #aaa; }
tr.project.closed a, tr.project.archived a { color: #aaa; }
-tr.project.idnt td.name span {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%; padding-left: 16px;}
+tr.project.idnt td.name span {background: url(../images/arrow_right.png) no-repeat 2px 50%; padding-left: 16px;}
tr.project.idnt-1 td.name {padding-left: 0.5em;}
tr.project.idnt-2 td.name {padding-left: 2em;}
tr.project.idnt-3 td.name {padding-left: 3.5em;}
@@ -261,7 +261,7 @@ tr.issue td.relations span {white-space: nowrap;}
table.issues td.description, table.issues td.last_notes {color:#777; font-size:90%; padding:4px 4px 4px 24px; text-align:left; white-space:normal;}
table.issues td.description pre, table.issues td.last_notes pre {white-space:normal;}
-tr.issue.idnt td.subject {background: url(../images/bullet_arrow_right.png) no-repeat 0 50%;}
+tr.issue.idnt td.subject {background: url(../images/arrow_right.png) no-repeat 2px 50%;}
tr.issue.idnt-1 td.subject {padding-left: 24px; background-position: 8px 50%;}
tr.issue.idnt-2 td.subject {padding-left: 40px; background-position: 24px 50%;}
tr.issue.idnt-3 td.subject {padding-left: 56px; background-position: 40px 50%;}
@@ -358,8 +358,8 @@ table.list:not(.odd-even) tbody tr:nth-child(even), .even, #issue-changesets div
tr.builtin td.name {font-style:italic;}
a.sort { padding-right: 16px; background-position: 100% 50%; background-repeat: no-repeat; }
-a.sort.asc { background-image: url(../images/sort_asc.png); }
-a.sort.desc { background-image: url(../images/sort_desc.png); }
+a.sort.asc { background-image: url(../images/arrow_up.png); }
+a.sort.desc { background-image: url(../images/arrow_down.png); }
table.boards a.board { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; }
table.boards td.last-message {text-align:left;font-size:80%;}
@@ -479,8 +479,8 @@ div.issue.overdue .due-date .value { color: #c22; }
#relations td.buttons, #issue_tree td.buttons {padding:0;}
fieldset.collapsible {border-width: 1px 0 0 0;}
-fieldset.collapsible>legend { padding-left: 16px; background: url(../images/arrow_expanded.png) no-repeat 0% 40%; cursor:pointer; }
-fieldset.collapsible.collapsed>legend { background-image: url(../images/arrow_collapsed.png); }
+fieldset.collapsible>legend { padding-left: 18px; background: url(../images/arrow_down.png) no-repeat 4px 40%; cursor:pointer; }
+fieldset.collapsible.collapsed>legend { background-image: url(../images/arrow_right.png); }
fieldset#date-range p { margin: 2px 0 2px 0; }
fieldset#filters table { border-collapse: collapse; }
@@ -1048,13 +1048,13 @@ button.tab-left:focus, button.tab-right:focus {
button.tab-left {
right: 20px;
- background: #eeeeee url(../images/bullet_arrow_left.png) no-repeat 50% 50%;
+ background: #eeeeee url(../images/arrow_left.png) no-repeat 50% 50%;
border-top-left-radius:3px;
}
button.tab-right {
right: 0;
- background: #eeeeee url(../images/bullet_arrow_right.png) no-repeat 50% 50%;
+ background: #eeeeee url(../images/arrow_right.png) no-repeat 50% 50%;
border-top-right-radius:3px;
}
diff --git a/public/stylesheets/context_menu.css b/public/stylesheets/context_menu.css
index 7dcd9c81c..a9b0d2851 100644
--- a/public/stylesheets/context_menu.css
+++ b/public/stylesheets/context_menu.css
@@ -42,7 +42,7 @@
}
#context-menu li>a { width:auto; } /* others */
#context-menu a.disabled, #context-menu a.disabled:hover {color: #aaa;}
-#context-menu li a.submenu { padding-right:16px; background:url("../images/bullet_arrow_right.png") right no-repeat; }
+#context-menu li a.submenu { padding-right:16px; background:url("../images/arrow_right.png") right no-repeat; }
#context-menu li:hover { border:1px solid #628db6; background-color:#eef5fd; border-radius:3px; }
#context-menu a:hover {color:#2A5685;}
#context-menu li.folder:hover { z-index:40; }
diff --git a/public/stylesheets/context_menu_rtl.css b/public/stylesheets/context_menu_rtl.css
index 205bb9184..7397c192b 100644
--- a/public/stylesheets/context_menu_rtl.css
+++ b/public/stylesheets/context_menu_rtl.css
@@ -1,6 +1,6 @@
#context-menu li.folder ul { left:auto; right:168px; }
#context-menu li.folder>ul { left:auto; right:148px; }
-#context-menu li a.submenu { background:url("../images/bullet_arrow_left.png") left no-repeat; }
+#context-menu li a.submenu { background:url("../images/arrow_left.png") left no-repeat; }
#context-menu a {
background-position: 100% 40%;
diff --git a/public/stylesheets/rtl.css b/public/stylesheets/rtl.css
index 36a1ca358..4063e21ce 100644
--- a/public/stylesheets/rtl.css
+++ b/public/stylesheets/rtl.css
@@ -36,8 +36,8 @@ input#openid_url {padding-left:0px; padding-right:18px;}
#sidebar a.selected {padding:1px 2px 2px 3px; margin-left:0px; margin-right:-2px;}
#admin-menu a.selected {padding-left:0!important; padding-right:20px!important; background-position:right 2px 40%;}
-a.collapsible {padding-left:0px; padding-right:12px; background: url(../images/arrow_expanded.png) no-repeat right -3px top 40%;}
-a.collapsible.collapsed {background: url(../images/arrow_collapsed.png) no-repeat right -5px top 40%;}
+a.collapsible {padding-left:0px; padding-right:12px; background: url(../images/arrow_down.png) no-repeat right 0px top 50%;}
+a.collapsible.collapsed {background-image: url(../images/arrow_left.png);}
/***** Tables *****/
table.list td {padding-left:0px; padding-right:10px;}
@@ -133,7 +133,8 @@ div.issue div.subject div div {padding-left:0px; padding-right:16px;}
div.issue span.private, div.journal span.private {margin-right:0px; margin-left:2px;}
-fieldset.collapsible>legend {padding-left:0px; padding-right:16px; background: url(../images/arrow_expanded.png) no-repeat right 40%;}
+fieldset.collapsible>legend {padding-left:0px; padding-right:18px; background: url(../images/arrow_down.png) no-repeat right 50%;}
+fieldset.collapsible.collapsed>legend { background-image: url(../images/arrow_left.png); }
fieldset#filters td.add-filter {text-align:left; }