summaryrefslogtreecommitdiff
path: root/css/messages-rtl.css
diff options
context:
space:
mode:
authorJayaram R Pai2014-07-31 17:13:33 +0530
committerJayaram R Pai2014-07-31 17:13:33 +0530
commit69f0119c7262602af46fd6a80e4558089835fa01 (patch)
tree783210690cc87ccd6d9139b7d1c184f49d07ec3b /css/messages-rtl.css
downloadscilab_theme-69f0119c7262602af46fd6a80e4558089835fa01.tar.gz
scilab_theme-69f0119c7262602af46fd6a80e4558089835fa01.tar.bz2
scilab_theme-69f0119c7262602af46fd6a80e4558089835fa01.zip
initial commit
Diffstat (limited to 'css/messages-rtl.css')
-rwxr-xr-xcss/messages-rtl.css13
1 files changed, 13 insertions, 0 deletions
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;
+}