phpBMS

Changeset 545 for trunk/phpbms/common

Show
Ignore:
Timestamp:
05/29/09 10:50:29 (3 years ago)
Author:
brieb
Message:
  • Switched showTabs function to reference tab UUID. Updated client's tab references to UUID.
  • Switched Notes related fields to use UUIDs - This is dependent on a many data changes that will be integrated later.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/common/stylesheet/mozilla/pages/search.css

    r427 r545  
    2020 
    2121#recordCommands{ 
    22         background:url("../image/search-toolbar-back.png") repeat-x;  
     22        background:url("../image/search-toolbar-back.png") repeat-x; 
    2323        height:32px; 
    2424        float:left; 
     
    4444        color:grey; 
    4545} 
     46 
    4647.sqlUp{background-image: url("../image/search-toolbar-sql.png")} 
    4748.sqlDn{background-image: url("../image/search-toolbar-sql-dn.png")} 
     
    6162                height:auto 
    6263        } 
    63          
     64 
    6465        #recordCommands .toolbarDropDowns li{ 
    6566                padding:0; 
     
    7980                background-image:none; 
    8081                margin:0px; 
    81                 display:block;  
     82                display:block; 
    8283                padding:3px 25px 3px 10px; 
    8384                font-size:11px; 
     
    8586                font-weight:normal; 
    8687        } 
    87          
     88 
    8889        #recordCommands .toolbarDropDowns .menuSep { 
    8990                border-top:1px solid #CCCCCC; padding-top:3px;margin-top:3px; 
    9091        } 
    91          
     92 
    9293        #recordCommands .toolbarDropDowns a:hover{ 
    93                 text-decoration:none;  
     94                text-decoration:none; 
    9495                background-color:#663366; 
    9596                color:white; 
    9697        } 
    9798 
     99        #recordCommands .toolbarDropDowns a.needselectDisabled:hover{ 
     100            background-color:grey; 
     101            cursor: default; 
     102        } 
     103 
    98104        #sortSavedDeleteButton,#sortSavedLoadButton,#sortSavedCancelButton{ 
    99105                width:75px; 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.