Commit 5b8ec677 authored by Ivan Tyagov's avatar Ivan Tyagov

Add CSS selector in case anonymous view. Make by default gadgets align with splash above.

parent 82bc501e
......@@ -131,9 +131,7 @@
</item>
<item>
<key> <string>description</string> </key>
<value>
<none/>
</value>
<value> <string>Document_viewRelationGadget</string> </value>
</item>
<item>
<key> <string>edit_form_id</string> </key>
......@@ -165,7 +163,7 @@
</item>
<item>
<key> <string>view_form_id</string> </key>
<value> <string>Document_viewRelationGadget</string> </value>
<value> <string>A</string> </value>
</item>
<item>
<key> <string>workflow_history</string> </key>
......@@ -209,11 +207,17 @@
<value>
<dictionary>
<item>
<key> <string>knowledge_pad_validation_workflow</string> </key>
<key> <string>edit_workflow</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent>
</value>
</item>
<item>
<key> <string>knowledge_pad_validation_workflow</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent>
</value>
</item>
</dictionary>
</value>
</item>
......@@ -228,6 +232,89 @@
<tuple>
<none/>
<list>
<dictionary>
<item>
<key> <string>action</string> </key>
<value> <string>edit</string> </value>
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>superi</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>error_message</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>914.27594.13114.58726</string> </value>
</item>
<item>
<key> <string>state</string> </key>
<value> <string>current</string> </value>
</item>
<item>
<key> <string>time</string> </key>
<value>
<object>
<klass>
<global name="DateTime" module="DateTime.DateTime"/>
</klass>
<tuple>
<none/>
</tuple>
<state>
<tuple>
<float>1321342719.17</float>
<string>GMT+2</string>
</tuple>
</state>
</object>
</value>
</item>
</dictionary>
</list>
</tuple>
</pickle>
</record>
<record id="7" aka="AAAAAAAAAAc=">
<pickle>
<global name="WorkflowHistoryList" module="Products.ERP5Type.patches.WorkflowTool"/>
</pickle>
<pickle>
<tuple>
<none/>
<list>
<dictionary>
<item>
<key> <string>validation_state</string> </key>
<value> <string>visible</string> </value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>validation_state</string> </key>
<value> <string>public</string> </value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>validation_state</string> </key>
<value> <string>visible</string> </value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>validation_state</string> </key>
<value> <string>invisible</string> </value>
</item>
</dictionary>
<dictionary>
<item>
<key> <string>validation_state</string> </key>
......
......@@ -12,7 +12,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts17114423.84</string> </value>
<value> <string>ts21528683.48</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -176,6 +176,14 @@ div.block fieldset label{\n
padding:0 7px;\n
}\n
\n
.front_pad_anonymous { \n
margin: 0;\n
padding:0 0;\n
margin-left: auto;\n
margin-right: auto;\n
width: 924px; /* splash picture width */\n
}\n
\n
/* column gadget in bottom */\n
div.bottom-gadget div.portal-column {\n
width:100%; \n
......@@ -709,7 +717,7 @@ div.block fieldset.gadget-profile div.field{\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>12116</int> </value>
<value> <int>12257</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
1835
\ No newline at end of file
1836
\ 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