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
}\n
\n
\n
.related_docs {\n
\n
max-width: 170px;\n
\n
}\n
\n
/* gadget management block */\n
div.gadget-management{\n
}\n
......
......@@ -12,7 +12,9 @@
<item>
<key> <string>delegated_list</string> </key>
<value>
<list/>
<list>
<string>css_class</string>
</list>
</value>
</item>
<item>
......@@ -72,6 +74,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>css_class</string> </key>
<value> <string>hidden_label history-gadget</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>document_history</string> </value>
......
......@@ -13,6 +13,7 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>css_class</string>
<string>enabled</string>
</list>
</value>
......@@ -74,6 +75,10 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>css_class</string> </key>
<value> <string>hidden_label relations-gadget</string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value> <int>1</int> </value>
......
1425
\ No newline at end of file
1426
\ 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