summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-06-08 10:10:54 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-06-08 10:10:54 +0000
commit05cd95987f1946f2bce138d339ef64511e15bde6 (patch)
tree75549dafb8d6303fcf9662b7ba38ab94b12186a0 /public
parent2e8b2d5e1312365afc60d2456ab1f67a336d77f3 (diff)
downloadredmine-05cd95987f1946f2bce138d339ef64511e15bde6.tar.gz
redmine-05cd95987f1946f2bce138d339ef64511e15bde6.zip
Fixes tabulation with Firefox 2 on tabular forms.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1506 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index f51d1841c..dd942c819 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -229,7 +229,7 @@ height: 1%;
clear:left;
}
-html>body .tabular p {overflow:auto;}
+html>body .tabular p {overflow:hidden;}
.tabular label{
font-weight: bold;