From 69f0119c7262602af46fd6a80e4558089835fa01 Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Thu, 31 Jul 2014 17:13:33 +0530 Subject: initial commit --- css/messages-rtl.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 css/messages-rtl.css (limited to 'css/messages-rtl.css') diff --git a/css/messages-rtl.css b/css/messages-rtl.css new file mode 100755 index 0000000..681f838 --- /dev/null +++ b/css/messages-rtl.css @@ -0,0 +1,13 @@ +/** + * @file + * RTL companion for the messages.css file. + */ + + +div.messages, +div.status, +div.warning, +div.error /* Important messages (status, warning, and error) for the user */ { + padding: 5px 35px 5px 5px; + background-position: 99.5% 5px; +} -- cgit