Changeset 13495

Show
Ignore:
Timestamp:
11/19/07 13:05:03 (1 year ago)
Author:
adrenalin
Message:

Styling the selected items on chooser list.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.datamanager2/static/chooser/jquery.chooser_widget.css

    r12130 r13495  
    66.chooser_widget_headers 
    77{ 
    8        border: 1px solid WindowFrame; 
    9        background-color: Window; 
    10        overflow: hidden; 
    11        clear: left; 
    12        width: 100%; 
    13        list-style-position: outside; 
    14        list-style: none; 
    15        padding: 0; 
    16        margin: 0; 
     8    border: 1px solid WindowFrame; 
     9    background-color: Window; 
     10    overflow: hidden; 
     11    clear: left; 
     12    width: 100%; 
     13    list-style-position: outside; 
     14    list-style: none; 
     15    padding: 0; 
     16    margin: 0; 
    1717    margin-top: 5px; 
    1818} 
     
    3131.chooser_widget_results 
    3232{ 
    33         border: 1px solid WindowFrame; 
    34         background-color: Window; 
    35         overflow: hidden; 
    36         clear: left; 
    37         width: 100%; 
    38         list-style-position: outside; 
    39         list-style: none; 
    40         padding: 0; 
    41         margin: 0; 
     33    border: 1px solid WindowFrame; 
     34    background-color: #ffffff; 
     35    color: #000000; 
     36    overflow: hidden; 
     37    clear: left; 
     38    width: 100%; 
     39    list-style-position: outside; 
     40    list-style: none; 
     41    padding: 0; 
     42    margin: 0; 
    4243} 
    4344.chooser_widget_results .chooser_widget_result_item 
    4445{ 
    45        margin: 0px; 
    46        cursor: default; 
    47        display: block; 
    48        width: 100%; 
    49        font: menu; 
    50        font-size: 12px; 
    51        overflow: hidden; 
     46    margin: 0px; 
     47    cursor: default; 
     48    display: block; 
     49    width: 100%; 
     50    font: menu; 
     51    font-size: 12px; 
     52    overflow: hidden; 
    5253    height: 22px; 
    5354    line-height: 22px; 
     
    6364{ 
    6465    padding-right: 20px; 
    65        background: url('searching.png') right center no-repeat; 
     66    background: url('searching.png') right center no-repeat; 
    6667} 
    6768.chooser_widget_search_loading 
    6869{ 
    6970    padding-right: 20px; 
    70        background: url('../ajax-loading-small.gif') right center no-repeat; 
     71    background: url('../ajax-loading-small.gif') right center no-repeat; 
    7172} 
    7273.chooser_widget_search_failed 
    7374{ 
    7475    padding-right: 20px; 
    75        background: url('failed.png') right center no-repeat; 
     76    background: url('failed.png') right center no-repeat; 
    7677} 
    7778 
     
    9798{ 
    9899    position:absolute;top:0;left:0;z-index:-1; 
    99        width: expression(this.parentNode.offsetWidth+'px'); 
    100        height: expression(this.parentNode.offsetHeight+'px'); 
     100    width: expression(this.parentNode.offsetWidth+'px'); 
     101    height: expression(this.parentNode.offsetHeight+'px'); 
    101102} 
    102103 
     
    143144    float: right; 
    144145    margin-right: 3px; 
    145        background : url('../../stock-icons/16x16/approved_fade_50.png') center center no-repeat; 
     146    background : url('../../stock-icons/16x16/approved_fade_50.png') center center no-repeat; 
    146147} 
    147148.chooser_widget_result_item_active 
    148149{ 
    149 /*  background-color: green
    150     color: #fff;*/ 
     150    background-color: #eeeeef !important
     151    color: #000000 !important; 
    151152} 
    152153.chooser_widget_result_item_active #chooser_widget_item_part_status 
     
    156157    float: right; 
    157158    margin-right: 3px; 
    158        background : url('../../stock-icons/16x16/approved.png') center center no-repeat; 
     159    background : url('../../stock-icons/16x16/approved.png') center center no-repeat; 
    159160} 
    160161.chooser_widget_result_item_inactive 
     
    167168    float: right; 
    168169    margin-right: 3px; 
    169        background : none; 
     170    background : none; 
    170171} 
    171172.chooser_widget_result_item_deleted 
     
    180181    float: right; 
    181182    margin-right: 3px; 
    182        background : url('../../stock-icons/16x16/cancel.png') center center no-repeat; 
     183    background : url('../../stock-icons/16x16/cancel.png') center center no-repeat; 
    183184}