Changes arrow images.
git-svn-id: http://svn.redmine.org/redmine/trunk@17400 e93f8b46-1217-0410-a6f0-8f06a7374b81
|
Before Width: | Height: | Size: 165 B |
|
Before Width: | Height: | Size: 115 B After Width: | Height: | Size: 257 B |
|
Before Width: | Height: | Size: 157 B |
BIN
public/images/arrow_left.png
Normal file
|
After Width: | Height: | Size: 273 B |
BIN
public/images/arrow_right.png
Normal file
|
After Width: | Height: | Size: 287 B |
BIN
public/images/arrow_up.png
Normal file
|
After Width: | Height: | Size: 261 B |
|
Before Width: | Height: | Size: 161 B |
|
Before Width: | Height: | Size: 165 B |
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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; }
|
||||
|
||||
@@ -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%;
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||