Commit 3ef9798e authored by Ivan Tyagov's avatar Ivan Tyagov

Relation gadget fixes.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35895 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 20973fbd
...@@ -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>ts74448969.19</string> </value> <value> <string>ts75479889.2</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -386,6 +386,12 @@ div.gadget_advertisement{\n ...@@ -386,6 +386,12 @@ div.gadget_advertisement{\n
padding: 0.2em;\n padding: 0.2em;\n
}\n }\n
\n \n
/* Gadget Relations */\n
div.relations-gadget ul{\n
padding: 0em;\n
margin-left:0.5em;\n
}\n
\n
/*WEB*/\n /*WEB*/\n
.portal-column {\n .portal-column {\n
margin-right: 1%;\n margin-right: 1%;\n
...@@ -500,7 +506,7 @@ div.block fieldset label{\n ...@@ -500,7 +506,7 @@ div.block fieldset label{\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <int>7665</int> </value> <value> <int>7754</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -200,6 +200,11 @@ div.search_popup{\n ...@@ -200,6 +200,11 @@ div.search_popup{\n
\n \n
}\n }\n
\n \n
/* Do not display listbox footer in gadget mode */\n
.block .listbox_footer{\n
display: none;\n
}\n
\n
.listbox_footer_box {\n .listbox_footer_box {\n
padding-top:5px;\n padding-top:5px;\n
padding-bottom:5px;\n padding-bottom:5px;\n
...@@ -270,7 +275,8 @@ a.tree_open {\n ...@@ -270,7 +275,8 @@ a.tree_open {\n
\n \n
/*Table Listbox elmt*/\n /*Table Listbox elmt*/\n
.listbox th {\n .listbox th {\n
background-color:#EBEBE2;\n background-color:#EBEBE2;\n
text-align:left;\n
}\n }\n
.listbox_search_line{\n .listbox_search_line{\n
background-color: #F0EFE9;\n background-color: #F0EFE9;\n
......
1426 1427
\ 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