Changeset 569 for trunk/web-app


Ignore:
Timestamp:
Jun 5, 2010, 9:48:43 PM (14 years ago)
Author:
gav
Message:

Move inventory text search from quick search pane to front and centre.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web-app/css/main.css

    r565 r569  
    55}
    66
    7 /** 
     7/**
    88* GENERAL.
    99* Commonly used application colours:
     
    147147}
    148148
     149/* Ask IE to behave. Margin, width and height might be ignored by some FF versions. */
     150input[type="checkbox"] {
     151    background: transparent;
     152    border: 0;
     153    margin-bottom: -1px;
     154}
     155input[type="radio"] {
     156    background: transparent;
     157    border: 0;
     158    margin-bottom: -1px;
     159}
     160
    149161/* Logout and Top Navigation Level */
    150162
     
    341353/* LIST */
    342354
     355div.list {
     356    clear:both;
     357}
    343358.list table {
    344359    border-collapse: collapse;
     
    506521  width: 1020px;
    507522  height: 100px;
     523}
     524
     525/* Text Search */
     526div.textSearchWrapper {
     527    float: left;
     528    width: 100%;
     529}
     530
     531div.textSearchInput {
     532    float: left;
     533    width: 500px;
     534    margin: 0 0 0 220px;
     535    padding: 0;
     536}
     537
     538div.textSearchSelect {
     539    text-align: left;
     540    padding: 5px 5px 5px 15px;
     541}
     542
     543div.textSearchRightFloat {
     544    float: right;
     545    text-align: right;
     546    margin: 0 10px 0 0;
    508547}
    509548
Note: See TracChangeset for help on using the changeset viewer.