diff --git a/themes/seven/page.tpl.php b/themes/seven/page.tpl.php index b9d0ad5..dd39357 100644 --- a/themes/seven/page.tpl.php +++ b/themes/seven/page.tpl.php @@ -12,7 +12,7 @@
-
+
diff --git a/themes/seven/style-rtl.css b/themes/seven/style-rtl.css index 6fb8b62..e9e75ed 100644 --- a/themes/seven/style-rtl.css +++ b/themes/seven/style-rtl.css @@ -216,8 +216,9 @@ ol.task-list li.active { .overlay #branding div.breadcrumb { float: right; } -.overlay ul.secondary { - margin: -1.4em 0 0.3em 0; +.overlay div.tabs-secondary { + float: left; + margin: -2.9em 0 0.3em -5px; } /* Shortcut theming */ diff --git a/themes/seven/style.css b/themes/seven/style.css index bf40a3d..9333038 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -897,13 +897,25 @@ ol.task-list li.done { #overlay-tabs li { margin: 0 -2px; } +.overlay div.tabs-secondary { + float: right; /* LTR */ + margin: -2.9em -5px 0.3em 0; /* LTR */ + overflow: visible; + width: 65%; +} .overlay ul.secondary { background: transparent none; - margin: -1.4em 0 0.3em 0; /* LTR */ + float: right; overflow: visible; + padding: 0; +} +.overlay ul.secondary li { + padding-bottom: 2px; + margin-bottom: 0; } .overlay #content { padding: 0; + clear: both; } h1#overlay-title { font-weight: normal;