summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-06-15 11:40:13 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-06-15 11:40:13 +0000
commit597c1e6c09f57e5e3b5f471f774137fbe21b06cd (patch)
tree2f4a619b4acd3e1194837891ff46141cc0e770e8 /public
parent11e9891425c4fb59ebeb7080077c1097d3800f8c (diff)
downloadredmine-597c1e6c09f57e5e3b5f471f774137fbe21b06cd.tar.gz
redmine-597c1e6c09f57e5e3b5f471f774137fbe21b06cd.zip
Adds links to repository directories in the browser (#1094).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1544 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/images/bullet_toggle_minus.pngbin0 -> 335 bytes
-rw-r--r--public/images/bullet_toggle_plus.pngbin0 -> 335 bytes
-rw-r--r--public/stylesheets/application.css4
3 files changed, 4 insertions, 0 deletions
diff --git a/public/images/bullet_toggle_minus.png b/public/images/bullet_toggle_minus.png
new file mode 100644
index 000000000..5ce75938f
--- /dev/null
+++ b/public/images/bullet_toggle_minus.png
Binary files differ
diff --git a/public/images/bullet_toggle_plus.png b/public/images/bullet_toggle_plus.png
new file mode 100644
index 000000000..b3603d30a
--- /dev/null
+++ b/public/images/bullet_toggle_plus.png
Binary files differ
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index dd942c819..d87b3bf2b 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -97,6 +97,10 @@ tr.entry td.size { text-align: right; font-size: 90%; }
tr.entry td.revision, tr.entry td.author { text-align: center; }
tr.entry td.age { text-align: right; }
+tr.entry span.expander {background-image: url(../images/bullet_toggle_plus.png); padding-left: 8px; margin-left: 0; cursor: pointer;}
+tr.entry.open span.expander {background-image: url(../images/bullet_toggle_minus.png);}
+tr.entry.file td.filename a { margin-left: 16px; }
+
tr.changeset td.author { text-align: center; width: 15%; }
tr.changeset td.committed_on { text-align: center; width: 15%; }