summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-28 07:08:47 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-28 07:08:47 +0000
commit4ce84d2d13efac86dc0ae70356811f9408d8b6e2 (patch)
tree3391fea2f9eb20633643d9d4465b9f79bbff0a0c /modules
parentdb7de89756dc5fbf889d80106933023351393f2e (diff)
downloadbrdo-4ce84d2d13efac86dc0ae70356811f9408d8b6e2.tar.gz
brdo-4ce84d2d13efac86dc0ae70356811f9408d8b6e2.tar.bz2
#1038934 by tsi: Add missing RTL styling for system messages.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.messages-rtl.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/system/system.messages-rtl.css b/modules/system/system.messages-rtl.css
new file mode 100644
index 000000000..c6f21d4ef
--- /dev/null
+++ b/modules/system/system.messages-rtl.css
@@ -0,0 +1,14 @@
+/* $Id$ */
+
+/**
+ * @file
+ * RTL Styles for system messages.
+ */
+
+div.messages {
+ background-position: 99% 8px;
+ padding: 10px 50px 10px 10px;
+}
+div.messages ul {
+ margin: 0 1em 0 0;
+}