summaryrefslogtreecommitdiffstats
path: root/public/stylesheets/scm.css
diff options
context:
space:
mode:
authorEtienne Massip <etienne.massip@gmail.com>2012-02-11 14:57:44 +0000
committerEtienne Massip <etienne.massip@gmail.com>2012-02-11 14:57:44 +0000
commit1ad977f7129be29fe58d44099da8a0ea2e4b1cae (patch)
treea13d1f8659c8d7e12e66459d28f387be4fba1baf /public/stylesheets/scm.css
parent627754366c4c50b2c9ece799b3aeeeb51c262cab (diff)
downloadredmine-1ad977f7129be29fe58d44099da8a0ea2e4b1cae.tar.gz
redmine-1ad977f7129be29fe58d44099da8a0ea2e4b1cae.zip
Integrated revision graph into scmid column.
Allow wrapping of comment text so that the width doesn't overlap the sidebar while using multiple repositories. Some code cleanup also. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8850 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets/scm.css')
-rw-r--r--public/stylesheets/scm.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stylesheets/scm.css b/public/stylesheets/scm.css
index 472133543..f1d795f0b 100644
--- a/public/stylesheets/scm.css
+++ b/public/stylesheets/scm.css
@@ -4,6 +4,8 @@ table.revision-info td {
padding: 0px;
}
+div.revision-graph { position: absolute; overflow:hidden; }
+
div.changeset-changes ul { margin: 0; padding: 0; }
div.changeset-changes ul > ul { margin-left: 18px; padding: 0; }