Reviewed & tested by the community
Project:
Omega
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
14 Mar 2012 at 02:26 UTC
Updated:
19 Jul 2012 at 03:55 UTC
Jump to comment: Most recent file
Comments
Comment #1
cellar door commentedForgot to add the clear to global.css it should go:
In default.css it should then have:
IMHO this makes the contact form much more attractive as it uses up all the available space, and stays responsive on mobile.
Comment #2
cellar door commentedAnd just for commonality I just found this change in the form-action to match the rest in margin.
in global.css:
So to make it less confusing (which I'm sure it is after all this)
In global.css:
in default.css
Alright, after confusing even myself I'm going to stop for the night. Let me know what y'all think about the styling.
Comment #3
cellar door commentedAnd now for the User login form:
global.css
default.css
Simple but it makes these work much better on mobile.
Comment #4
cellar door commentedShould this be in 3.2? Not sure if it will effect sites already in existence but will help fix ones that haven't addressed it.
Comment #5
markwk commentedi have the same issue and I've had it on other projects. To be honest, you should update the original issue to reflect your solution or post a patch.
Comment #6
cellar door commentedLet's see if this passes testing.... I know a few haven't lately. I changed the core Omega CSS file omega-forms.css and added a media query for it to work w/ the standard formats. This should allow for most use cases and since it's in the omega-forms.css its easily disabled and/or overwritten.
Comment #7
cellar door commentedforgot to update the status for testing purposes
Comment #8
cellar door commentedjerryitt found that I had a stray max-width: in there from testing. I've removed it and re-patched.
Comment #9
jerryitt commented#8 apply's cleanly to 7.x-3.x-dev
Looks much better than the default styling and is easy to override if needed.
Comment #10
cellar door commentedAnother fix for a clear issue on some various mobile screen widths
Comment #11
jerryitt commentedpatch #10 is working and fixes the clear:left; issue that was in #8.
Comment #12
markwk commentedCool changes + Nice additions.