summaryrefslogtreecommitdiff
path: root/themes/seven/template.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-28 07:17:18 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2011-01-28 07:17:18 +0000
commit7ef653107207f4b7b3da6c9f41908fffe8cec884 (patch)
tree92884df9f611ac9e91182a8580af76c1d535f1f3 /themes/seven/template.php
parent4ce84d2d13efac86dc0ae70356811f9408d8b6e2 (diff)
downloadbrdo-7ef653107207f4b7b3da6c9f41908fffe8cec884.tar.gz
brdo-7ef653107207f4b7b3da6c9f41908fffe8cec884.tar.bz2
#936620 by reglogge, aspilicious: Fixed Vertical tabs broken in Seven theme for RTL
Diffstat (limited to 'themes/seven/template.php')
-rw-r--r--themes/seven/template.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/seven/template.php b/themes/seven/template.php
index 0b0afc192..9e5b9589c 100644
--- a/themes/seven/template.php
+++ b/themes/seven/template.php
@@ -104,6 +104,9 @@ function seven_css_alter(&$css) {
if (isset($css['misc/vertical-tabs.css'])) {
$css['misc/vertical-tabs.css']['data'] = drupal_get_path('theme', 'seven') . '/vertical-tabs.css';
}
+ if (isset($css['misc/vertical-tabs-rtl.css'])) {
+ $css['misc/vertical-tabs-rtl.css']['data'] = drupal_get_path('theme', 'seven') . '/vertical-tabs-rtl.css';
+ }
// Use Seven's jQuery UI theme style instead of the default one.
if (isset($css['misc/ui/jquery.ui.theme.css'])) {
$css['misc/ui/jquery.ui.theme.css']['data'] = drupal_get_path('theme', 'seven') . '/jquery.ui.theme.css';