Changeset 705 for trunk/phpbms/common
- Timestamp:
- 01/02/10 18:26:44 (2 years ago)
- Location:
- trunk/phpbms/common
- Files:
-
- 4 modified
-
javascript/queryfunctions.js (modified) (1 diff)
-
stylesheet/mozilla/pages/search.css (modified) (2 diffs)
-
stylesheet/mozilla/queryresults.css (modified) (3 diffs)
-
stylesheet/mozilla/sizes.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/common/javascript/queryfunctions.js
r703 r705 916 916 closeModal(); 917 917 } 918 919 /* OnLoad Listner ---------------------------------------- */ 920 /* ------------------------------------------------------- */ 921 922 connect(window,"onload",function() { 923 924 var startsWith = getObjectFromID("startswith"); 925 if(startsWith) 926 startsWith.focus(); 927 }) -
trunk/phpbms/common/stylesheet/mozilla/pages/search.css
r545 r705 5 5 #searchbutton,#reset,#LSLoad,#LSDelete,#saveSearch,#ASsearchbutton, 6 6 #sortRunSort,#sortLoadSort,#sortSaveSort,#sortClearSort{width:90px;} 7 #startswith{width:99%}8 7 9 8 #theASCs div,#theSorts div{padding:2px 8px;} … … 105 104 width:75px; 106 105 } 106 107 #bstFindP, #bstStartsWithFieldP{ 108 float: left; 109 } 110 111 #bstStartsWithP{ 112 overflow: hidden; 113 } 114 115 #bstSearchButtonP{ 116 float:right; 117 padding-top: 13px; 118 padding-bottom: 0; 119 margin-bottom: 0; 120 } 121 122 #bstSelectionP{ 123 clear:both; 124 float:left; 125 } 126 127 #bstResetButtonP{ 128 text-align:right; 129 } 130 131 #startswith{ 132 width:99% 133 } -
trunk/phpbms/common/stylesheet/mozilla/queryresults.css
r495 r705 25 25 26 26 .querytable td, .querytable th{ 27 font-size: 1 1px;28 padding: 6px;29 border-right:1px solid # BBBBBB;27 font-size: 12px; 28 padding:7px 8px; 29 border-right:1px solid #EEEEEE; 30 30 } 31 31 … … 39 39 .querytable th{ 40 40 border-bottom:1px solid #BBBBBB; 41 border-color: #BBBBBB; 41 42 background:#7B8DA1; 42 font-size:1 2px;43 font-size:14px; 43 44 color:white; 44 45 } … … 48 49 .queryGroup td{ 49 50 background:#97A7BA; 50 font-size: 1 4px;51 font-size: 16px; 51 52 font-weight:bold; 52 border-bottom:1px solid #BBBBBB;53 border: none; 53 54 } 54 55 55 56 .querytable .queryfooter td{ 56 57 border-top:1px solid #BBBBBB; 58 border-color: #CCCCCC; 57 59 white-space:nowrap; 58 60 background:#DDDDDD; -
trunk/phpbms/common/stylesheet/mozilla/sizes.css
r700 r705 30 30 H1 { 31 31 font-family: Arial, Helvitica, sans-serif; 32 font-size:20px; 33 margin:3px; 34 padding-left:24px; 35 margin-bottom:9px; 36 font-weight:normal; 37 background: url("image/h1graphic.png") 4px 4px no-repeat;; 32 font-size: 24px; 33 margin:0 0 5px 2px; 34 padding: 0; 35 font-weight: normal; 38 36 } 39 37