Author: jleroux
Date: Tue Apr 13 12:49:45 2010 New Revision: 933586 URL: http://svn.apache.org/viewvc?rev=933586&view=rev Log: LayoutFix patch from Sascha Rodekamp related to "Allow to open a layer lookup from a layer lookup" (https://issues.apache.org/jira/browse/OFBIZ-3446) - OFBIZ-3446 Lookups that were opened from lookups had layout bugs in buttons (shows the lookup image, certainly introduced by r932619) and links (color). * flat grey o next-last buttons (only in "lookup in lookup" it seems) o blue color on links in the returned list, and on some buttons too (submit) * dropping crumbs, blue light, bizzness time o color on links in the returned list, and on some buttons too (find, submit, ...?) Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css?rev=933586&r1=933585&r2=933586&view=diff ============================================================================== --- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original) +++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Tue Apr 13 12:49:45 2010 @@ -1495,23 +1495,26 @@ Lookups } /* overwrite */ - #fieldLookupContent ul li a{ - display: inherit; - padding: 2px 3px 2px 3px; - margin: 0; - cursor: pointer; - height: 16; - width: 16; - background: url(/images/fieldlookup.gif) no-repeat; + #fieldLookupContent ul li a { + display: inherit; + cursor: pointer; } -/* overwrite*/ - #fieldLookupContent a{ - display: inherit; - cursor: pointer; - background: url(/images/fieldlookup.gif) no-repeat; + #fieldLookupContent td { + padding-top: 5px; + padding-bottom: 5px; + } + + #fieldLookupContent td ul li a { + background: url(/images/fieldlookup.gif) no-repeat; } + #fieldLookupContent td a { + cursor: pointer; + padding: 0.4em 0.6em; + display: inline; + } + /* overwrite*/ #findScreenlet{ margin-top: 0; Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=933586&r1=933585&r2=933586&view=diff ============================================================================== --- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original) +++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Tue Apr 13 12:49:45 2010 @@ -2238,17 +2238,26 @@ Lookups } /* overwrite*/ - #fieldLookup ul li a{ - display: inherit; - padding: 2px 3px 2px 3px; - margin: 0; + + #fieldLookupContent ul li a { + display: inherit; cursor: pointer; } - #fieldLookup td a{ - display: inherit; - cursor: pointer; - background-image: none; + #fieldLookupContent td { + padding-top: 5px; + padding-bottom: 5px; + } + + #fieldLookupContent td ul li a { + background: url(/images/fieldlookup.gif) no-repeat; + } + + #fieldLookupContent td a { + background: none; + cursor: pointer; + padding: 0.4em 0.6em; + display: inline; } /* overwrite*/ Modified: ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css?rev=933586&r1=933585&r2=933586&view=diff ============================================================================== --- ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css (original) +++ ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css Tue Apr 13 12:49:45 2010 @@ -2220,18 +2220,25 @@ Lookups } /* overwrite */ - #fieldLookupContent ul li a{ - display: inherit; - padding: 2px 3px 2px 3px; - margin: 0; + #fieldLookupContent ul li a { + display: inherit; cursor: pointer; - background: url(/images/fieldlookup.gif) no-repeat; } - #fieldLookupContent td a{ - display: inherit; - cursor: pointer; - background: url(/images/fieldlookup.gif) no-repeat; + #fieldLookupContent td { + padding-top: 5px; + padding-bottom: 5px; + } + + #fieldLookupContent td ul li a { + background: url(/images/fieldlookup.gif) no-repeat; + } + + #fieldLookupContent td a { + background: none; + cursor: pointer; + padding: 0.4em 0.6em; + display: inline; } /* overwrite*/ Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css?rev=933586&r1=933585&r2=933586&view=diff ============================================================================== --- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original) +++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Tue Apr 13 12:49:45 2010 @@ -2270,21 +2270,25 @@ Lookups } /* overwrite */ - #fieldLookupContent ul li a{ - display: inherit; - padding: 2px 3px 2px 3px; + #fieldLookupContent ul li a { + display: inherit; cursor: pointer; - height: 16; - width: 16; - background: url(/images/fieldlookup.gif) no-repeat; } - #fieldLookupContent a{ - display: inherit; - cursor: pointer; - background: url(/images/fieldlookup.gif) no-repeat; + #fieldLookupContent td { + padding-top: 5px; + padding-bottom: 5px; + } + + #fieldLookupContent td ul li a { + background: url(/images/fieldlookup.gif) no-repeat; } + #fieldLookupContent td a { + background: none; + cursor: pointer; + display: inline; + } /* overwrite*/ #findScreenlet{ margin-top: 0; |
Free forum by Nabble | Edit this page |