phpBMS

Changeset 705 for trunk/phpbms/common

Show
Ignore:
Timestamp:
01/02/10 18:26:44 (2 years ago)
Author:
brieb
Message:
  • Increased font size of search screens
  • removed old-school table formatting of basic search tab
  • tweaked css of some basic tags
Location:
trunk/phpbms/common
Files:
4 modified

Legend:

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

    r703 r705  
    916916        closeModal(); 
    917917} 
     918 
     919/* OnLoad Listner ---------------------------------------- */ 
     920/* ------------------------------------------------------- */ 
     921 
     922connect(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  
    55#searchbutton,#reset,#LSLoad,#LSDelete,#saveSearch,#ASsearchbutton, 
    66#sortRunSort,#sortLoadSort,#sortSaveSort,#sortClearSort{width:90px;} 
    7 #startswith{width:99%} 
    87 
    98#theASCs div,#theSorts div{padding:2px 8px;} 
     
    105104                width:75px; 
    106105        } 
     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  
    2525 
    2626        .querytable td, .querytable th{ 
    27                 font-size: 11px; 
    28                 padding:6px; 
    29                 border-right:1px solid #BBBBBB; 
     27                font-size: 12px; 
     28                padding:7px 8px; 
     29                border-right:1px solid #EEEEEE; 
    3030        } 
    3131 
     
    3939.querytable th{ 
    4040        border-bottom:1px solid #BBBBBB; 
     41        border-color: #BBBBBB; 
    4142        background:#7B8DA1; 
    42         font-size:12px; 
     43        font-size:14px; 
    4344        color:white; 
    4445} 
     
    4849.queryGroup td{ 
    4950        background:#97A7BA; 
    50         font-size: 14px; 
     51        font-size: 16px; 
    5152        font-weight:bold; 
    52         border-bottom:1px solid #BBBBBB; 
     53        border: none; 
    5354} 
    5455 
    5556.querytable .queryfooter td{ 
    5657        border-top:1px solid #BBBBBB; 
     58        border-color: #CCCCCC; 
    5759        white-space:nowrap; 
    5860        background:#DDDDDD; 
  • trunk/phpbms/common/stylesheet/mozilla/sizes.css

    r700 r705  
    3030H1 { 
    3131        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; 
    3836} 
    3937 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.