Commit ecf2cdae authored by Jérome Perrin's avatar Jérome Perrin

Support Request App CSS Fixes

fixes from user feedback

/reviewed-on nexedi/erp5!800
parents a9dc6d61 a5c1c753
......@@ -360,7 +360,7 @@ NETWORK:\n
</tuple>
<state>
<tuple>
<float>1542010989.1</float>
<float>1542078308.44</float>
<string>GMT+9</string>
</tuple>
</state>
......
......@@ -9,4 +9,49 @@ hr#post_item {
#comment {
margin-top: 20px;
margin-bottom: 20px;
}
\ No newline at end of file
}
#post_list li ol {
list-style: initial;
list-style-type: decimal;
padding-left: 2em;
}
#post_list li ul {
list-style: initial;
padding-left: 2em;
}
#post_list li p {
margin-block-start: 1em;
margin-block-end: 1em;
}
#post_list li h1 {
font-size: 2em;
font-weight: bold;
}
#post_list li h2 {
font-size: 1.5em;
font-weight: bold;
}
#post_list li h3 {
font-size: 1.17em;
font-weight: bold;
}
#post_list li h4 {
font-weight: bold;
}
#post_list li h5 {
font-size: 0.83em;
font-weight: bold;
}
#post_list li h6 {
font-size: 0.67em;
font-weight: bold;
}
......@@ -260,8 +260,8 @@
</tuple>
<state>
<tuple>
<float>1506616796.9</float>
<string>UTC</string>
<float>1542361236.16</float>
<string>GMT+9</string>
</tuple>
</state>
</object>
......
......@@ -115,7 +115,8 @@
key: "comment",
portal_type: "HTML Post",
editable: true,
editor: preferred_editor
editor: preferred_editor,
maximize: true
})]);
}
).push(function () {
......
......@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>1539946621.33</float>
<float>1542273914.05</float>
<string>GMT+9</string>
</tuple>
</state>
......
......@@ -74,16 +74,16 @@
<item>
<key> <string>bottom</string> </key>
<value>
<list>
<string>your_description</string>
<string>your_file</string>
</list>
<list/>
</value>
</item>
<item>
<key> <string>center</string> </key>
<value>
<list/>
<list>
<string>your_description</string>
<string>your_file</string>
</list>
</value>
</item>
<item>
......
......@@ -127,7 +127,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(\'editor\', context.Base_getEditorFieldPreferredTextEditor()), (\'portal_type\', \'HTML Post\'), (\'maximize\', False)]</string> </value>
<value> <string>python: [(\'editor\', context.Base_getEditorFieldPreferredTextEditor()), (\'portal_type\', \'HTML Post\'), (\'maximize\', True)]</string> </value>
</item>
</dictionary>
</pickle>
......
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