Closed auscompgeek closed 10 years ago
Whoa. What's up with your browser?
You (as in group 4) designed for WebKit rather than standards, that's what's up. :tongue:
As they say, WebKit is the new IE6.
PS: Don't look at /login
in IE10 if you know what's good for you.
I did not design anything. Blame the guys who did the black magic CSS.
After removing the float: left
from the labels on /login
, and removing the margin-top
on the form
s' label
s and button
s, /login
doesn't look bad at all.
The login form is fixed in ec203fbfe65b45ad88b16818a93b1063ab645cf3. Still need to fix the wishlist abomination. Call the exorcist.
I just discovered that ec203fbfe65b45ad88b16818a93b1063ab645cf3 (apart from fixing /login
) broke the wishlist form in Chromium. F*ck.
Now that we've fixed the account forms in fd04122d1ecf39efd1a2c7202fd788a720daea09 and ec203fbfe65b45ad88b16818a93b1063ab645cf3, we now have to fix the wish form. It is completely broken in Chromium, and looks bad in Firefox. What I've done so far looks good.
HTML changes:
#form-box1
<div>
<p>
s<br>
sCSS changes:
#wish-form p
margin: 0 0 10px;
#form-box2
float: right;
Before pull requesting:
URL
and Price
fields?The spacing between the URL and price fields, I believe, were originally designed that way. If this is not so, I can remove some of the cruft in the HTML to account for this.
The description textarea
's rows can be easily increased. :smile:
The removal of the website input
's id
did indeed break the scraping JS.
I don't think there should be space between the two. That aside, it looks pretty good! Can you show a screenshot of what it looks like when scraping url data?
After further testing, I've found that increasing the textarea's rows from 3 to 4 might not be such a good idea. The submit button gets a bit too close for comfort, so much in Firefox that the button overlaps with the textarea.
Anyway, this is what it looks like when scraping for images (Firefox):
The choose an image tag needs to be fixed too... oh well.
Eh, it's close enough.
In other news, all this fixed IE's rendering of the forms as well!
Funny story! The form is badly rendered on my small-screen chromebook. Try making the screen really small.
Could I see a screenshot? It looks fine in IE and Firefox.
That's strange ... it seems to have corrected itself when I just pulled from the git repo.
The following two screenshots are in Pale Moon 24.2.2, a fork of Firefox.
account-form:
add-wish: