Changeset 215 for trunk/phpbms/common
- Timestamp:
- 04/03/07 16:52:15 (5 years ago)
- Location:
- trunk/phpbms/common
- Files:
-
- 1 added
- 3 modified
-
javascript/menu.js (modified) (1 diff)
-
stylesheet/mozilla/forms.css (modified) (1 diff)
-
stylesheet/mozilla/menu.css (modified) (2 diffs)
-
stylesheet/mozilla/pages/tabs.css (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/common/javascript/menu.js
r204 r215 37 37 */ 38 38 39 function showHelp( base){40 var theURL= base+"help/index.php";39 function showHelp(){ 40 var theURL=APP_PATH+"help/index.php"; 41 41 loadXMLDoc(theURL,null,false); 42 42 showModal(req.responseText,"phpBMS Help Resources",550); -
trunk/phpbms/common/stylesheet/mozilla/forms.css
r198 r215 23 23 font-weight:bold; 24 24 font-size:12px; 25 padding: 2px 6px;25 padding: 4px 6px; 26 26 cursor: pointer; 27 27 vertical-align: middle; 28 28 border:1px solid #7B8DA1; 29 29 background:#7A8193 url(image/button-back.png) repeat-x; 30 height:26px;31 30 } 32 .smallButtons{font-size:10px; height:23px;background-position:0 -2px;}31 .smallButtons{font-size:10px;background-position:0 -2px;padding:2px 6px;} 33 32 .Buttons:Focus,.smallButtons:Focus,.Buttons:Hover,.smallButtons:Hover{ 34 33 border:1px solid #E6E600; -
trunk/phpbms/common/stylesheet/mozilla/menu.css
r197 r215 25 25 } 26 26 27 #menuRighthandButtons{ 28 font-size:11px; 27 #menuRighthand{ 29 28 float:right; 30 padding:1 0px 10px 0 0;29 padding:14px 15px 0 0; 31 30 } 32 #menuRighthandButtons button{margin:0px 0 0 5px; height:24px;vertical-align:middle;}33 31 34 32 #menuBar { … … 51 49 font-size:12px; 52 50 color:white; 53 padding:6px 1 0px;51 padding:6px 15px; 54 52 } 55 53 #menuBar a:hover{