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

officejs_support_request_ui: CSS rules for list items in dicussions

The default "don't style list item" rules from gadget_erp5_nojqm where
not good here, because user expects list items to be displayed in the
"standard" way (like in the CKeditor)
parent 3e889a76
......@@ -9,4 +9,15 @@ hr#post_item {
#comment {
margin-top: 20px;
margin-bottom: 20px;
}
#post_list li ol {
list-style: initial;
list-style-type: decimal;
padding-left: 2em;
}
#post_list li ul {
list-style: initial;
padding-left: 2em;
}
\ No newline at end of file
......@@ -260,8 +260,8 @@
</tuple>
<state>
<tuple>
<float>1506616796.9</float>
<string>UTC</string>
<float>1542106546.26</float>
<string>GMT+9</string>
</tuple>
</state>
</object>
......
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