Commit cf479774 authored by Ivan Tyagov's avatar Ivan Tyagov

Clean up CSS. Set CSS selector for gadgets.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35880 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0baf9dc0
...@@ -1408,12 +1408,6 @@ td.pageNavigation{\n ...@@ -1408,12 +1408,6 @@ td.pageNavigation{\n
}\n }\n
\n \n
\n \n
.related_docs {\n
\n
max-width: 170px;\n
\n
}\n
\n
/* gadget management block */\n /* gadget management block */\n
div.gadget-management{\n div.gadget-management{\n
}\n }\n
......
...@@ -12,7 +12,9 @@ ...@@ -12,7 +12,9 @@
<item> <item>
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list/> <list>
<string>css_class</string>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -72,6 +74,10 @@ ...@@ -72,6 +74,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>css_class</string> </key>
<value> <string>hidden_label history-gadget</string> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>document_history</string> </value> <value> <string>document_history</string> </value>
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>css_class</string>
<string>enabled</string> <string>enabled</string>
</list> </list>
</value> </value>
...@@ -74,6 +75,10 @@ ...@@ -74,6 +75,10 @@
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>css_class</string> </key>
<value> <string>hidden_label relations-gadget</string> </value>
</item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
......
1425 1426
\ 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