Hi all, I am new here but read Ivan's email and decided to look at alm.css. There are two issues with the W3C CSS Validation. First, on line 104 there is an extra / for the comment. It reads:
/* Commented Backslash Hack hides rule from IE5-Mac - fix top tabs for consistency on IE-Win \*/ It should read: /* Commented Backslash Hack hides rule from IE5-Mac - fix top tabs for consistency on IE-Win */ Also, the second error comes from an extra semicolon in line 101 before the important code. It reads: padding: 3px 6px 3px 3px; !important; It Should read: padding: 3px 6px 3px 3px !important; (SEE NO SEMICOLON) If you fix those errors, it passes a W3C Validation. Thanks, Lane Miles -----Original Message----- From: Lane Miles [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 10:05 PM To: [email protected] Subject: RE: [website-dev] CSS Issues for the new Website Design I'll look through the tigrisTest.css. -----Original Message----- From: Ivan M [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 10:00 PM To: [email protected] Subject: Re: [website-dev] CSS Issues for the new Website Design Hi all, More changes to report, mainly on the IssueZilla page - see http://test.openoffice.org/issues/show_bug.cgi?id=85633 - I have styled it as much as I thought was necessary. Here is a list of the changes: * New h1 style - I tried yellow, gray and blue for the background color but blue is the most neutral - yellow gives some sense of urgency or high importance. But then there's enough gray on the IssueZilla tables. * The h2 in IssueZilla that repeats the issue number (shown as h1) is set to be hidden. * The "Jump to Issue" dialog is integrated into the h1 space with absolute positioning - this keeps the top of the h1 tag in line with the top of the left hand side menu. * Links are now dark gray in the gray cells and blue in the white cells * Messages have the "Additional Comments From:" text highlighted in a similar style to h1 so that they are easier to read and distinguish * The minitab styling is finished IMO, in the sense that there are no more display/order issues. I've set text-align to center - I think it looks nicer but feel free to change it. The buttons are now the same size as the input text boxes. * Other minor tweaks in the CSS - mainly relating to heading styles. On a final note, styleTest.css and tigrisTest.css validate with the W3C CSS validator (after some minor changes to tigrisTest.css) but alm.css has some errors (I don't have access to that). There is a horde of warnings for tigrisTest.css - does anyone want to wade through that? Anything else that needs to be done? - Ivan. On Fri, Mar 14, 2008 at 10:23 AM, :murb: [maarten brouwers] <[EMAIL PROTECTED]> wrote: > Hi, > > > > One important thing to note - in the HTML, the go button for search > > appears before the input text - could someone with access to the > > header code please fix that? Could the login button also get a class > > assigned to it so that it can be styled easier? One more thing here - > > shouldn't user be username (in the Log In tab)? > classes added: > - loginbutton > - searchbutton > > reversed order for search button and search field > > turned on projectname based tab selection (since test.openoffice.org is > not the domainhome, projects is now selected... ) > > have lack of time tonight... my next contributions will be next saturday... > > g., > > Maarten > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] No virus found in this incoming message. Checked by AVG. Version: 7.5.518 / Virus Database: 269.21.7/1327 - Release Date: 3/12/2008 1:27 PM No virus found in this outgoing message. Checked by AVG. Version: 7.5.518 / Virus Database: 269.21.7/1327 - Release Date: 3/12/2008 1:27 PM --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] No virus found in this incoming message. Checked by AVG. Version: 7.5.518 / Virus Database: 269.21.7/1327 - Release Date: 3/12/2008 1:27 PM No virus found in this outgoing message. Checked by AVG. Version: 7.5.518 / Virus Database: 269.21.7/1327 - Release Date: 3/12/2008 1:27 PM --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
