phpBMS

Changeset 215 for trunk/phpbms/common

Show
Ignore:
Timestamp:
04/03/07 16:52:15 (5 years ago)
Author:
brieb
Message:

Implements #102.
Moved logout and help buttons to menu.css
Fixed sort order on menu search screen

Location:
trunk/phpbms/common
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/common/javascript/menu.js

    r204 r215  
    3737*/ 
    3838 
    39 function showHelp(base){ 
    40         var theURL=base+"help/index.php"; 
     39function showHelp(){ 
     40        var theURL=APP_PATH+"help/index.php"; 
    4141        loadXMLDoc(theURL,null,false); 
    4242        showModal(req.responseText,"phpBMS Help Resources",550); 
  • trunk/phpbms/common/stylesheet/mozilla/forms.css

    r198 r215  
    2323        font-weight:bold; 
    2424        font-size:12px; 
    25         padding: 2px 6px; 
     25        padding: 4px 6px; 
    2626        cursor: pointer; 
    2727        vertical-align: middle; 
    2828        border:1px solid #7B8DA1; 
    2929        background:#7A8193 url(image/button-back.png) repeat-x; 
    30         height:26px; 
    3130} 
    32 .smallButtons{font-size:10px;height:23px;background-position:0 -2px;} 
     31.smallButtons{font-size:10px;background-position:0 -2px;padding:2px 6px;} 
    3332.Buttons:Focus,.smallButtons:Focus,.Buttons:Hover,.smallButtons:Hover{ 
    3433        border:1px solid #E6E600; 
  • trunk/phpbms/common/stylesheet/mozilla/menu.css

    r197 r215  
    2525        } 
    2626         
    27         #menuRighthandButtons{ 
    28                 font-size:11px; 
     27        #menuRighthand{ 
    2928                float:right; 
    30                 padding:10px 10px 0 0; 
     29                padding:14px 15px 0 0; 
    3130        } 
    32         #menuRighthandButtons button{margin:0px 0 0 5px; height:24px;vertical-align:middle;} 
    3331 
    3432        #menuBar { 
     
    5149                font-size:12px; 
    5250                color:white; 
    53                 padding:6px 10px; 
     51                padding:6px 15px; 
    5452        } 
    5553        #menuBar a:hover{  
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.