event refactor, landing on HEAD!
[freeside.git] / httemplate / elements / fckeditor / editor / dialog / common / fck_dialog_common.css
diff --git a/httemplate/elements/fckeditor/editor/dialog/common/fck_dialog_common.css b/httemplate/elements/fckeditor/editor/dialog/common/fck_dialog_common.css
new file mode 100644 (file)
index 0000000..c1db114
--- /dev/null
@@ -0,0 +1,83 @@
+/*\r
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
+ * Copyright (C) 2003-2007 Frederico Caldeira Knabben\r
+ *\r
+ * == BEGIN LICENSE ==\r
+ *\r
+ * Licensed under the terms of any of the following licenses at your\r
+ * choice:\r
+ *\r
+ *  - GNU General Public License Version 2 or later (the "GPL")\r
+ *    http://www.gnu.org/licenses/gpl.html\r
+ *\r
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
+ *    http://www.gnu.org/licenses/lgpl.html\r
+ *\r
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
+ *    http://www.mozilla.org/MPL/MPL-1.1.html\r
+ *\r
+ * == END LICENSE ==\r
+ *\r
+ * This is the CSS file used for interface details in some dialog\r
+ * windows.\r
+ */\r
+\r
+.ImagePreviewArea\r
+{\r
+       border: #000000 1px solid;\r
+       overflow: auto;\r
+       width: 100%;\r
+       height: 170px;\r
+       background-color: #ffffff;\r
+}\r
+\r
+.FlashPreviewArea\r
+{\r
+       border: #000000 1px solid;\r
+       padding: 5px;\r
+       overflow: auto;\r
+       width: 100%;\r
+       height: 170px;\r
+       background-color: #ffffff;\r
+}\r
+\r
+.BtnReset\r
+{\r
+       float: left;\r
+       background-position: center center;\r
+       background-image: url(images/reset.gif);\r
+       width: 16px;\r
+       height: 16px;\r
+       background-repeat: no-repeat;\r
+       border: 1px none;\r
+       font-size: 1px ;\r
+}\r
+\r
+.BtnLocked, .BtnUnlocked\r
+{\r
+       float: left;\r
+       background-position: center center;\r
+       background-image: url(images/locked.gif);\r
+       width: 16px;\r
+       height: 16px;\r
+       background-repeat: no-repeat;\r
+       border: none 1px;\r
+       font-size: 1px ;\r
+}\r
+\r
+.BtnUnlocked\r
+{\r
+       background-image: url(images/unlocked.gif);\r
+}\r
+\r
+.BtnOver\r
+{\r
+       border: outset 1px;\r
+       cursor: pointer;\r
+       cursor: hand;\r
+}\r
+\r
+.FCK__FieldNumeric\r
+{\r
+       behavior: url(common/fcknumericfield.htc) ;\r
+}
\ No newline at end of file