diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-09-28 21:09:06 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-09-28 21:09:06 +0000 |
commit | 26ef9da02b7ef7550712317ad050e5a2f31744c6 (patch) | |
tree | 2bd63ea6bb64aca39a733ca598253c48aa57e72d /public/stylesheets | |
parent | 4c9f261a245b256ecd299801583ad23bb6921ec2 (diff) | |
download | redmine-26ef9da02b7ef7550712317ad050e5a2f31744c6.tar.gz redmine-26ef9da02b7ef7550712317ad050e5a2f31744c6.zip |
Changed the notifications to use a hierarchy UI
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4222 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-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 233d94e45..b286ee23c 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -419,6 +419,7 @@ input#time_entry_comments { width: 90%;} .tabular.settings textarea { width: 99%; } fieldset.settings label { display: block; } +.parent { padding-left: 20px; } .required {color: #bb0000;} .summary {font-style: italic;} |