diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-08-12 15:31:04 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-08-12 15:31:04 +0000 |
commit | 79b8bd0a38b7cff99ea122f092525755b0d53035 (patch) | |
tree | 6ff9aa389495c3ea45eaa772a2e54c8bac5bedbc /public | |
parent | cf4e2165024fbdc6c9d8f47f7cb72cad9affb968 (diff) | |
download | redmine-79b8bd0a38b7cff99ea122f092525755b0d53035.tar.gz redmine-79b8bd0a38b7cff99ea122f092525755b0d53035.zip |
Added an option to be able to relate issues in different projects.
It can be set in Admin -> Settings (default: false).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@620 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index fec62b92c..9f43b53c6 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -566,12 +566,14 @@ margin: 0; padding: 5px 0 8px 0; padding-left: 180px; /*width of left column containing the label elements*/ height: 1%; +clear:both; } .tabular label{ font-weight: bold; float: left; margin-left: -180px; /*width of left column*/ +margin-bottom: 10px; width: 175px; /*width of labels. Should be smaller than left column to create some right margin*/ } |