diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-09-10 18:26:13 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-09-10 18:26:13 +0000 |
commit | 2986afc05ed5154b059e1408f32436a97e54f272 (patch) | |
tree | a33f6df142663e7f8c4544d076d58f89ef092f5e /public | |
parent | a8e3ddf382fa36c1c9d5532361091af098f8bb22 (diff) | |
download | redmine-2986afc05ed5154b059e1408f32436a97e54f272.tar.gz redmine-2986afc05ed5154b059e1408f32436a97e54f272.zip |
Adds support for free ticket filtering and custom queries on Gantt chart.
ProjectsController#gantt moved to IssuesController.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1797 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index e5ca9e8f2..327965281 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -84,7 +84,6 @@ table.list td { vertical-align: top; } table.list td.id { width: 2%; text-align: center;} table.list td.checkbox { width: 15px; padding: 0px;} -table.list.issues { margin-top: 10px; } tr.issue { text-align: center; white-space: nowrap; } tr.issue td.subject, tr.issue td.category { white-space: normal; } tr.issue td.subject { text-align: left; } @@ -165,7 +164,7 @@ div.issue {background:#ffffdd; padding:6px; margin-bottom:6px;border: 1px solid p.breadcrumb { font-size: 0.9em; margin: 4px 0 4px 0;} p.subtitle { font-size: 0.9em; margin: -6px 0 12px 0; font-style: italic; } -fieldset#filters { padding: 0.7em; } +fieldset#filters, fieldset#date-range { padding: 0.7em; margin-bottom: 8px; } fieldset#filters p { margin: 1.2em 0 0.8em 2px; } fieldset#filters .buttons { font-size: 0.9em; } fieldset#filters table { border-collapse: collapse; } |