Return-Path: Delivered-To: apmail-ofbiz-dev-archive@www.apache.org Received: (qmail 59636 invoked from network); 12 Jan 2011 21:22:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2011 21:22:26 -0000 Received: (qmail 94374 invoked by uid 500); 12 Jan 2011 21:22:26 -0000 Delivered-To: apmail-ofbiz-dev-archive@ofbiz.apache.org Received: (qmail 94333 invoked by uid 500); 12 Jan 2011 21:22:25 -0000 Mailing-List: contact dev-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list dev@ofbiz.apache.org Received: (qmail 94325 invoked by uid 99); 12 Jan 2011 21:22:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 21:22:25 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [93.17.128.84] (HELO smtp24.services.sfr.fr) (93.17.128.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jan 2011 21:22:17 +0000 Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf2416.sfr.fr (SMTP Server) with ESMTP id BB55B700008F for ; Wed, 12 Jan 2011 22:21:55 +0100 (CET) Received: from inspiron530 (unknown [95.176.18.103]) by msfrf2416.sfr.fr (SMTP Server) with SMTP id 7B06A700008D for ; Wed, 12 Jan 2011 22:21:55 +0100 (CET) X-SFR-UUID: 20110112212155503.7B06A700008D@msfrf2416.sfr.fr Message-ID: Reply-To: "Jacques Le Roux" From: "Jacques Le Roux" To: References: <18234770.118101294088151733.JavaMail.jira@thor> <33003152.321261294861725883.JavaMail.jira@thor> <983C4BA4-0159-46E5-9D0E-E6CF98FC08B3@ryanlfoster.com> Subject: Re: [jira] Commented: (OFBIZ-4092) Update The Flat Grey Visual Theme Date: Wed, 12 Jan 2011 22:21:53 +0100 Organization: Les Arts Informatiques MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 X-Virus-Checked: Checked by ClamAV on apache.org That's great guys, but it would be better if you could keep your comments in the OFBIZ-4092 Really easier later when looking back to have things centralized somewhere (I saw Adrian tried to create a new thread...) Thanks Jacques Ryan Foster wrote: > Bruno, > > I'll see your 2 cents, and raise you a dollar. I agree, the naming of an element should never dictate how it looks or behaves; > that is what properties are for. You are opening up a can of worms with me when you start down that path, so careful what you > wish for. Buttons aren't the only offenders when it comes to that, the problem starts with the main decorator. The layout of > the backend and the front end center around the fact that we have column layouts with classNames of .left, .right, and .center. > What if I don't want .left on the left anymore?... > > Ryan L. Foster > 801.671.0769 > contact@ryanlfoster.com > ryanlfoster.com > > On Jan 12, 2011, at 1:01 PM, Bruno Busco wrote: > >> In addition, when deprecating or selecting styles to be used we should >> better use style names that describe what the button IS in the screen and >> not HOW it should appear. >> >> So style names like >> .buttontextbig, .smallSubmit, .mediumSubmit, .largeSubmit, >> .button-style-1, .button-style-2, >> >> should not be used. >> >> Style names like: >> .buttontext, >> .loginButton, >> .button, >> input[type="reset"], >> input[type="submit"], >> input[type="button"] >> >> are OK. >> In this way the theme can make a button larger or smaller than another >> button according to its function. >> >> My two cents. >> -Bruno >> >> 2011/1/12 Ryan Foster (JIRA) >> >>> >>> [ >>> https://issues.apache.org/jira/browse/OFBIZ-4092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980883#action_12980883] >>> >>> Ryan Foster commented on OFBIZ-4092: >>> ------------------------------------ >>> >>> I tried deleting deprecated styles and letting things break when I created >>> the BizznessTime theme... mostly just pissed people off. :) >>> >>>> Update The Flat Grey Visual Theme >>>> --------------------------------- >>>> >>>> Key: OFBIZ-4092 >>>> URL: https://issues.apache.org/jira/browse/OFBIZ-4092 >>>> Project: OFBiz >>>> Issue Type: Improvement >>>> Components: framework >>>> Affects Versions: SVN trunk >>>> Reporter: Adrian Crum >>>> Assignee: Adrian Crum >>>> Priority: Minor >>>> Attachments: ac_flatgrey.patch, ac_images.zip, >>> accounting800x600.png, brushed-aluminum.gif, catalog800x600.png, >>> catalogManager.png, content800x600.png, contentManager.png, flatgrey.patch, >>> flatgrey.patch, flatgrey.patch, flatgrey.patch, flatgrey.patch, images.zip, >>> ofbiz_logo.gif, partyDetail.png, partyManager.png, screenshot.gif, >>> timeSheet.png >>>> >>>> >>>> Update the Flat Grey visual theme. Design objectives: >>>> 1. Floating, flexible layout - screen can be resized. >>>> 2. Sight impaired accessible - users can change font size in their >>> browser. >>>> 3. Supports RTL layout. >>>> 4. Does not require JavaScript. JavaScript can be used to add >>> embellishments, but the theme can't depend on it. >>> >>> -- >>> This message is automatically generated by JIRA. >>> - >>> You can reply to this email to add a comment to the issue online.