From d98e9cb1bef13a73124eb8637cab63a1d73962ba Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Sat, 24 May 2014 00:22:27 +0100 Subject: [PATCH] Issue #2003766 by InternetDevels, KeyboardCowboy: Fixed Vertical tabs styling is pushed to the right on node edit form. --- core/themes/bartik/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/themes/bartik/css/style.css b/core/themes/bartik/css/style.css index 8cda6b9973b5..999c3ce01eb8 100644 --- a/core/themes/bartik/css/style.css +++ b/core/themes/bartik/css/style.css @@ -1401,6 +1401,12 @@ input.form-submit:focus { margin-bottom: 2em; } +/* Vertical Tabs Reset */ +ul.vertical-tabs-list { + margin: -1px 0 -1px -15em; + padding: 0; +} + /* Contact Form */ .contact-form #edit-name { width: 75%; -- GitLab