One little thing : when creating a sales order in order mngr the buttons bar is 
anymore right justified in the 1st screen. Not sure
it's a real problem. Also the style is not consistent with style on next 
screens for this buttons bar.

Also ASAP I will update ecommerce.css to style h1, h2, h3 as were head1, .... I 
will not be annoyed if someone beat me on that ;o)

Jacques

> +1
>
> Jacques
>
> De : "Adrian Crum" <[EMAIL PROTECTED]>
> > Jacopo (and others listening in),
> >
> > Try out the attached patch and let me know what you think.
> >
> > -Adrian
> >
> > Adrian Crum wrote:
> >
> > > Thinking about it more, let me try changing the look of that style so
> > > that it looks slightly different from the app bar.
> > >
> > >
> > > Adrian Crum wrote:
> > >
> > >> Jacopo,
> > >>
> > >> I can put it back if you'd like.
> > >>
> > >> David had mentioned at the last developers conference how the dark
> > >> gray tab bar was originally intended to look like tabs at the top of
> > >> the content area. So I created a style to do that and used it in the
> > >> Party Manager profile screen. The same style seemed appropriate for
> > >> the Facility Manager tab bar, so I used it there too.
> > >>
> > >> I have no preference - either way is fine with me.
> > >>
> > >> -Adrian
> > >>
> > >> Jacopo Cappellato wrote:
> > >>
> > >>> Adrian,
> > >>>
> > >>> I've noticed that the facility tab bar has now the same style of the
> > >>> applications' menu: is this intentional? I think it is a bit
> > >>> confusing now...
> > >>>
> > >>> Jacopo
> > >>>
> > >>> [EMAIL PROTECTED] wrote:
> > >>>
> > >>>> Author: adrianc
> > >>>> Date: Sun Jul 29 13:52:05 2007
> > >>>> New Revision: 560814
> > >>>>
> > >>>> URL: http://svn.apache.org/viewvc?view=rev&rev=560814
> > >>>> Log:
> > >>>> Facility Manager UI refactoring.Removed deprecated CSS styles, fixed
> > >>>> up some UI issues. The Facility Manager UI still needs more work.
> > >>>>
> > >>>> Modified:
> > >>>>     ofbiz/trunk/applications/party/webapp/partymgr/visit/showvisits.ftl
> > >>>>
> > >>>> ofbiz/trunk/applications/product/webapp/facility/facility/EditFacility.ftl
> > >>>>
> > >>>>
> > >>>> ofbiz/trunk/applications/product/webapp/facility/facility/EditFacilityLocation.ftl
> > >>>>
> > >>>>
> > >>>> ofbiz/trunk/applications/product/webapp/facility/facility/EditFacilityRoles.ftl
> > >>>>
> > >>>>
> > >>>> ofbiz/trunk/applications/product/webapp/facility/facility/FindFacilityLocation.ftl
> > >>>>
> > >>>>
> > >>>> ofbiz/trunk/applications/product/webapp/facility/facility/FindFacilityTransfers.ftl
> > >>>>
> > >>>>
> > >>>> ofbiz/trunk/applications/product/webapp/facility/facility/ViewContactMechs.ftl
> > >>>>
> > >>>>
> > >>>> ofbiz/trunk/applications/product/webapp/facility/inventory/TransferInventoryItem.ftl
> > >>>>
> > >>>>
> > >>>> ofbiz/trunk/applications/product/webapp/facility/inventory/receiveInventory.ftl
> > >>>>
> > >>>>
> > >>>> ofbiz/trunk/applications/product/webapp/facility/shipment/EditShipmentPlan.ftl
> > >>>>
> > >>>>
> > >>>> ofbiz/trunk/applications/product/webapp/facility/shipment/PackOrder.ftl
> > >>>>
> > >>>> ofbiz/trunk/applications/product/webapp/facility/shipment/QuickShipOrder.ftl
> > >>>>
> > >>>>     ofbiz/trunk/applications/product/widget/facility/Menus.xml
> > >>>>
> > >>>
> > >>>
> > >>
> > >
> >
>
>
> --------------------------------------------------------------------------------
>
>
> > Index: framework/images/webapp/images/maincss.css
> > ===================================================================
> > --- framework/images/webapp/images/maincss.css (revision 561030)
> > +++ framework/images/webapp/images/maincss.css (working copy)
> > @@ -1353,6 +1353,12 @@
> >  color: #0000ff;
> >  }
> >
> > +.button-bar .opposed,
> > +.button-bar .opposed li,
> > +.button-bar ul .opposed {
> > +float: right;
> > +}
> > +
> >  /* ===== Button style decorator ===== */
> >
> >  .button-style-1 ul li,
> > @@ -1441,30 +1447,21 @@
> >
> >  .tab-bar ul li {
> >  background-color: #000099;
> > -background-image: url(/images/gradient_sub_uns.gif);
> > -background-repeat: repeat-x;
> > -border-right: 0.1em solid #69a9d9;
> > +border-right: 0.1em solid #5f9fcf;
> > +border-bottom: 0.1em solid #5f9fcf;
> >  margin: 0;
> >  padding: 0;
> >  }
> >
> > -#app-navigation .opposed li,
> > -#app-navigation ul .opposed {
> > -border-left: 0.1em solid #69a9d9;
> > -border-right: none;
> > -}
> > -
> >  .tab-bar ul a {
> > -color: #ffff66;
> > +color: #ffffff;
> >  }
> >
> >  .tab-bar ul a:hover,
> >  .tab-bar ul .selected,
> >  .tab-bar ul .selected a,
> >  .tab-bar ul .selected a:hover {
> > -background-color: #2626c1;
> > -background-image: url(/images/gradient_sub_sel.gif);
> > -background-repeat: repeat-x;
> > +background-color: #5f9fcf;
> >  color: #ffffff;
> >  text-decoration: none;
> >  }
> > @@ -1474,6 +1471,13 @@
> >  padding: 0.1em 0.4em 0.1em 0.4em;
> >  }
> >
> > +.tab-bar .opposed,
> > +.tab-bar .opposed li,
> > +.tab-bar ul .opposed {
> > +border-left: 0.1em solid #5f9fcf;
> > +border-right: none;
> > +}
> > +
> >  /* ======================== */
> >  /* ===== Table Styles ===== */
> >  /* ======================== */
> >

Reply via email to