Commit 4418bab9 authored by Yusei Tahara's avatar Yusei Tahara

2008-06-18 yusei

* Updated erp5.css. Remove overflow:auto to avoid a firefox bug and set max-width instead.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21674 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dd10f17a
......@@ -400,6 +400,10 @@ input, textarea, select, button, body, div, span, fieldset {\n
padding: 0;\n
}\n
\n
div.input > select, div.input > input {\n
max-width:320px;\n
}\n
\n
option {\n
white-space: pre;\n
}\n
......@@ -609,7 +613,6 @@ table.fake tr td {\n
clear: left;\n
font-style: italic;\n
width: 100%;\n
overflow: auto;\n
}\n
\n
.content .field .input {\n
......
2008-06-18 yusei
* Updated erp5.css. Remove overflow:auto to avoid a firefox bug and set max-width instead.
2008-06-17 yusei
* Revert previous changes of Base_doLanguage, because this causes another problem.
......
558
\ No newline at end of file
560
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment