Ignore:
Timestamp:
12/11/10 17:15:09 (13 years ago)
Author:
oschonef
Message:
  • add filter to virtual collections tables
File:
1 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/webapp/css/vcr.css

    r976 r981  
    182182    font-family: Verdana, sans-serif;
    183183    font-size: 100%;
     184    border: 1px solid #000000;
    184185}
    185186
     
    328329        width: 570px;
    329330        overflow: auto;
     331        margin-bottom: 5px;
    330332}
    331333
     
    779781    padding: 5px;
    780782}
     783
     784form.filterForm {
     785        margin: 0;
     786        padding: 0;
     787}
     788       
     789form.filterForm fieldset {
     790        padding: 0;
     791        margin: 0;
     792        border: none;
     793}
     794
     795form.filterForm div.optional {
     796        margin-bottom: 4px;
     797}
     798
     799form.filterForm label {
     800        width: 75px !important;
     801}
     802
     803form.filterForm input.name,
     804form.filterForm input.desc {
     805        width: 790px;
     806}
Note: See TracChangeset for help on using the changeset viewer.