src/web/app/themes/atahualpa/editor-style-rtl.css
author ymh <ymh.work@gmail.com>
Fri, 06 Dec 2019 00:53:05 +0100
changeset 3 5301eb6ce6e2
parent 0 505fe5249d9c
permissions -rw-r--r--
add missing files

/*
Theme Name: Twenty Ten
*/
/*
Used to style the TinyMCE editor.
*/
html .mceContentBody{
	direction:rtl;
	unicode-bidi:embed;
	float:right;
}
* {
	font-family: Arial, Tahoma, sans-serif;
}
/* Text elements */
ul {
	margin: 0 -18px 18px 0;
}
ol {
	margin: 0 -18px 18px 0;
}
dd {
	margin-right: 0;
}
blockquote {
	font-style: normal;
}
table {
	text-align: right;
	margin: 0 0 24px -1px;
}
html .mceContentBody{
	direction:rtl;
	unicode-bidi:embed;
	float:right;
}
* {
	font-family: Arial, Tahoma, sans-serif;
}
/* Text elements */
ul {
	margin: 0 -18px 18px 0;
}
ol {
	margin: 0 -18px 18px 0;
}
dd {
	margin-right: 0;
}
blockquote {
	font-style: normal;
}
table {
	text-align: right;
	margin: 0 0 24px -1px;
}