Closed (fixed)
Project:
Octopus
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2011 at 20:35 UTC
Updated:
23 Dec 2013 at 22:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
steven jones commentedAttached is a screenshot of the standard Eldir theme supplied by Aegir.
Does octopus add anything here to make it look broken, I guess it must?
Comment #2
omega8cc commentedThis is a known issue - we are using a patch like below:
It makes all submit buttons nicely centered, to make it good enough also for right handed people, because Drupal default, which is left align is silly, IMO.
The price is that in some locations it gives unexpected results.
This needs more work, probably.
Comment #3
tne_ commentedIs it really neccessary to consider left/right hand handling? I might be overlooking something, but according to "action buttons" there are a lot of learned lessons. For one, i do not think that buttons need to be centered - they can also be aligned on the right or on the left.
For example, if you remove "width: 25%" it should be accessible on all forms and not be misplaced. Maybe for now this solution helps to fix the broken button elements, and reconsider an updated ui concept in a next step.
Comment #4
omega8cc commentedWell, we did that not by accident, it was a design decision for Octopus and it works perfectly in all Aegir forms, while breaks only some non-Aegir, standard Drupal forms. We don't plan to change this, rather to fix it to avoid breaking non-Aegir forms. Note that removing
width: 25%reverts it to standard left align.Comment #5
omega8cc commentedComment #6
omega8cc commentedComment #7
mrP commentedboy, this one's been around a while. setting a min-width would be one easy option.
Comment #8
omega8cc commentedLooks like a good workaround. Committed in http://drupalcode.org/sandbox/omega8cc/1074912.git/commit/31b2747
Thanks for the patch!