Commit c10495e4 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add 'overflow:auto' for too-wide gadget.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26835 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9dc44b1b
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
</item> </item>
<item> <item>
<key> <string>_EtagSupport__etag</string> </key> <key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts36811573.54</string> </value> <value> <string>ts41609429.21</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
.box_inner_content {\n .box_inner_content {\n
border: 1px solid #c3c3ee;\n border: 1px solid #c3c3ee;\n
border-top: none;\n border-top: none;\n
overflow: auto;\n
}\n }\n
\n \n
.edit-form {\n .edit-form {\n
...@@ -174,7 +175,7 @@ div.block fieldset label{\n ...@@ -174,7 +175,7 @@ div.block fieldset label{\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <int>2031</int> </value> <value> <int>2048</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
392 393
\ No newline at end of file \ 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