diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-03-13 15:47:06 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-03-13 15:47:06 +0000 |
commit | 508df4a33acba2cc65e141ad9620098316674e7b (patch) | |
tree | c00abdcc6f62e930efce0d023b958b621933f84c /public | |
parent | e016f3ef1376ba27e0f376608777087b6ee64f1e (diff) | |
download | redmine-508df4a33acba2cc65e141ad9620098316674e7b.tar.gz redmine-508df4a33acba2cc65e141ad9620098316674e7b.zip |
Slight UI changes to the subtasks tree.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3577 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index cd8e98699..4623ff961 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -243,6 +243,7 @@ div.issue div.subject>div>p { margin-top: 0.5em; } div.issue div.subject h3 {margin: 0; margin-bottom: 0.1em;} #issue_tree table.issues { border: 0; } +#issue_tree td.checkbox {display:none;} fieldset.collapsible { border-width: 1px 0 0 0; font-size: 0.9em; } fieldset.collapsible legend { padding-left: 16px; background: url(../images/arrow_expanded.png) no-repeat 0% 40%; cursor:pointer; } |