summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-12-09 18:30:22 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-12-09 18:30:22 +0000
commit2aceccf285152d0e2df890b2aa1ae425b2ff4e5e (patch)
tree41151d2ad651ee2281e7ab867500486fd1dc481c
parent66ff4cb7de55328ee6d9ea08d26caeb3d0a19d80 (diff)
downloadredmine-2aceccf285152d0e2df890b2aa1ae425b2ff4e5e.tar.gz
redmine-2aceccf285152d0e2df890b2aa1ae425b2ff4e5e.zip
Fixed: Firefox cuts off large diffs (#2234).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2118 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--public/stylesheets/application.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 8005fb7d5..751293bfb 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -55,9 +55,10 @@ h4, .wiki h3 {font-size: 13px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord
#sidebar hr{ width: 100%; margin: 0 auto; height: 1px; background: #ccc; border: 0; }
* html #sidebar hr{ width: 95%; position: relative; left: -6px; color: #ccc; }
-#content { width: 80%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; height:600px; min-height: 600px;}
+#content { width: 80%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
* html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
-html>body #content { height: auto; min-height: 600px; overflow: auto; }
+html>body #content { min-height: 600px; }
+* html body #content { height: 600px; } /* IE */
#main.nosidebar #sidebar{ display: none; }
#main.nosidebar #content{ width: auto; border-right: 0; }