summaryrefslogtreecommitdiff
path: root/css/tabs-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/tabs-rtl.css
downloadscilab_theme-69f0119c7262602af46fd6a80e4558089835fa01.tar.gz
scilab_theme-69f0119c7262602af46fd6a80e4558089835fa01.tar.bz2
scilab_theme-69f0119c7262602af46fd6a80e4558089835fa01.zip
initial commit
Diffstat (limited to 'css/tabs-rtl.css')
-rwxr-xr-xcss/tabs-rtl.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/css/tabs-rtl.css b/css/tabs-rtl.css
new file mode 100755
index 0000000..6e7fb0e
--- /dev/null
+++ b/css/tabs-rtl.css
@@ -0,0 +1,22 @@
+/**
+ * @file
+ * RTL companion for the tabs.css file.
+ */
+
+
+ul.primary {
+ padding: 0 10px 0 0;
+}
+
+ul.primary li {
+ float: right;
+}
+
+ul.secondary {
+ padding: 0 5px 0 0;
+}
+
+ul.secondary li {
+ float: right;
+ border-left: none;
+}