Etherpad Page view css fix
authorTejas Tank <tta@openerp.com>
Tue, 8 May 2012 10:02:33 +0000 (15:32 +0530)
committerTejas Tank <tta@openerp.com>
Tue, 8 May 2012 10:02:33 +0000 (15:32 +0530)
bzr revid: tta@openerp.com-20120508100233-d0ez4wmu5koyzuq9

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

index 3b45901..9f52efc 100644 (file)
 .etherpad_readonly .indent li{
     list-style-type: none !important;
 }
+
+
+.etherpad_readonly{ 
+    font-family: arial, sans-serif;
+    font-size: 13px;
+    line-height: 17px; 
+}
+
+.etherpad_readonly ul.indent { list-style-type: none !important; }
+.etherpad_readonly ol li{ list-style-type: decimal !important; }
+.etherpad_readonly ol ol li{ list-style-type: lower-latin !important; }
+.etherpad_readonly ol ol ol li{ list-style-type: lower-roman !important; }
+.etherpad_readonly ol ol ol ol li{ list-style-type: decimal !important; }
+.etherpad_readonly ol ol ol ol ol li{ list-style-type: lower-latin !important; }
+.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; }