I haven't done any deep digging on this issue as I just discovered it, but when using Vertical Tabs with the Admin Module/theme, the spacing in the vertical tabs goes all funky. It's a minor annoyance, but I'd think with the vertical tabs style being in D7 by default, it might need to be looked into.
Attached is a screenshot of my node add interface and the vertical tabs. There is just a lot of extra spacing in the region that doesn't look very awesome, pushing the internal content of the tab to the right of the zone. I'm not sure, it could even be something in the vertical tabs code, but It wasn't looking this way when using my default site theme to add/edit content, so I'm just not positive there.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | admin.patch | 570 bytes | karens |
| Vertical Tabs Alignment | 53.72 KB | himerus |
Comments
Comment #1
solutiondrop commentedI noticed that too, and it seems related to #content ul css within the admin/theme/styles.css file, but I'm not sure what the #content ul part is doing to the margin elsewhere for the slate theme:
Line 37:
and
Line 54:
Comment #2
solutiondrop commentedI noticed that too, and it seems related to #content ul css within the admin/theme/styles.css file, but I'm not sure what the #content ul part is doing to the margin elsewhere for the slate theme:
Line 37:
and
Line 54:
Comment #3
karens commentedHere's a fix for vertical tabs to undo the problem noted above.
Comment #4
solutiondrop commentedThanks Karen, that fixes the problem.
Comment #5
Jackinloadup commentedTested the patch on three domains. Fixes problem. Thanks!
Comment #6
yhahn commentedGreat, will commit sometime this week.
Comment #7
darrenj1 commentedHi, how do you apply a patch?
I placed the file in the module folder but no luck.
Comment #8
Jackinloadup commented@darrenj1 http://drupal.org/patch/apply
Hope that helps. You will need command line access to your site. (at least thats the only way i know of)
Comment #9
yhahn commentedThanks everyone -- committed.
Comment #10
darrenj1 commentedthanks.