Changeset 386 for trunk/phpbms/common
- Timestamp:
- 05/06/08 13:36:09 (4 years ago)
- Location:
- trunk/phpbms/common
- Files:
-
- 1 removed
- 2 modified
-
javascript/autofill.js (deleted)
-
javascript/smartsearch.js (modified) (1 diff)
-
stylesheet/mozilla/pages/products.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/common/javascript/smartsearch.js
r384 r386 342 342 343 343 smartSearch.inDropDown[ssID] = false; 344 searchDisplay.blur();345 searchDisplay.focus();344 //searchDisplay.blur(); 345 //searchDisplay.focus(); 346 346 347 347 },//end method -
trunk/phpbms/common/stylesheet/mozilla/pages/products.css
r198 r386 2 2 /* $LastChangedDate$ */ 3 3 4 #topButtons{float:right;width:160px;} 5 #topTitle{margin-right:160px;} 4 #topButtons{ 5 float:right; 6 width:160px; 7 } 6 8 7 # rightsideDiv{clear:both;float:right;width:200px;margin:0;padding:0;}8 #id{width:98%} 9 #memo{width:98%;height:255px;}9 #topTitle{ 10 margin-right:160px; 11 } 10 12 11 #leftsideDiv{margin-right:230px;padding-top:1px;} 12 #description{width:99%} 13 .costsP{float:left;padding-top:3px;} 13 #rightsideDiv{ 14 clear:both; 15 float:right; 16 width:220px; 17 margin:0; 18 padding:0; 19 } 20 21 #id, #categoryid, #status, #type, #memo{ 22 width:98% 23 } 24 25 #leftsideDiv{ 26 margin-right:228px; 27 padding-top:1px; 28 } 29 30 .costsP{ 31 float:left; 32 padding-top:3px; 33 } 34 35 #weightP{ 36 clear:left; 37 } 14 38 15 39 #webstuff{display:none}