update address standardization for cust_location changes
[freeside.git] / rt / share / html / NoAuth / RichText / ckeditor / contents.css
diff --git a/rt/share/html/NoAuth/RichText/ckeditor/contents.css b/rt/share/html/NoAuth/RichText/ckeditor/contents.css
new file mode 100644 (file)
index 0000000..dd44ff7
--- /dev/null
@@ -0,0 +1,35 @@
+/*
+Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+body
+{
+       /* Font */
+       font-family: Arial, Verdana, sans-serif;
+       font-size: 12px;
+
+       /* Text color */
+       color: #222;
+
+       /* Remove the background color to make it transparent */
+    background-color: transparent;
+}
+
+html
+{
+       /* #3658: [IE6] Editor document has horizontal scrollbar on long lines
+       To prevent this misbehavior, we show the scrollbar always */
+       _overflow-y: scroll
+}
+
+img:-moz-broken
+{
+       -moz-force-broken-image-icon : 1;
+       width : 24px;
+       height : 24px;
+}
+img, input, textarea
+{
+       cursor: default;
+}