[IMP] css: made the styling of the note's content constistant with the styling of...
authorFrédéric van der Essen <fva@openerp.com>
Tue, 8 Jan 2013 17:20:57 +0000 (18:20 +0100)
committerFrédéric van der Essen <fva@openerp.com>
Tue, 8 Jan 2013 17:20:57 +0000 (18:20 +0100)
bzr revid: fva@openerp.com-20130108172057-8xmwdhfg3izkqbdf

addons/pad/static/src/css/etherpad.css

index 381b4ee..ad47be3 100644 (file)
 }
 
 .etherpad_readonly ul, .etherpad_readonly ol {
-    margin-before: 1em;
-    margin-after: 1em;
-    margin-start: 0px;
-    margin-end: 0px;
-    padding-start: 40px !important;
+    margin: 0;
+    margin-left: 1.5em;
+    padding: 0;
 }
 .etherpad_readonly ul li{
     list-style-type: disc;
@@ -92,8 +90,8 @@
 
 .etherpad_readonly{ 
     font-family: arial, sans-serif;
-    font-size: 13px;
-    line-height: 18px; 
+    font-size: 15px;
+    line-height: 19px; 
 }
 
 .openerp .oe_form_nomargin .etherpad_readonly{ 
 .etherpad_readonly ol ol ol ol ol ol li{ list-style-type: lower-roman !important; }
 .etherpad_readonly ol ol ol ol ol ol ol li{ list-style-type: decimal !important; }
 .etherpad_readonly ol ol ol ol ol ol ol ol li{ list-style-type: lower-latin !important; }
+.etherpad_readonly ul li { list-style-type: disc !important; }
+.etherpad_readonly ul ul li { list-style-type: circle !important; }
+.etherpad_readonly ul ul ul li { list-style-type: square !important; }
+.etherpad_readonly ul ul ul ul li { list-style-type: disc !important; }
+.etherpad_readonly ul ul ul ul ul li { list-style-type: circle !important; }
+.etherpad_readonly ul ul ul ul ul ul li { list-style-type: square !important; }
+.etherpad_readonly ul ul ul ul ul ul ul li { list-style-type: disc !important; }
+.etherpad_readonly ul ul ul ul ul ul ul ul li { list-style-type: circle !important; }
+.etherpad_readonly ul ul ul ul ul ul ul ul ul li { list-style-type: square !important; }