+
+/* Rules for rich text editors */
+
+.richtext_container {
+ .richtext_help {
+ margin-right: 15px;
+
+ th {
+ text-align: right;
+ padding: 0px 0px 0px 15px !important;
+ }
+
+ td {
+ text-align: right;
+ }
+
+ input.richtext_doedit {
+ margin-left: 10px !important;
+ }
+
+ input.richtext_dopreview {
+ margin-right: 10px !important;
+ }
+ }
+}