Changeset 155 for trunk/web-app


Ignore:
Timestamp:
Oct 17, 2009, 1:41:59 PM (15 years ago)
Author:
gav
Message:

Work on Task searching.
Add calendar view for Tasks.
Cleaner look for search and paginate buttons.
OverlayPane? css and javascript to fix filterPane width on smaller screens and for quick search panes.

Location:
trunk/web-app
Files:
1 added
1 edited

Legend:

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

    r142 r155  
    279279
    280280.paginateButtons {
    281     background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    282     border: 1px solid #ccc;
     281    /*background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;*/
     282   /*border: 1px solid #ccc;*/
    283283    border-top: 0;
    284284    color: #666;
     
    379379  width: 1020px;
    380380  height: 100px;
     381}
     382
     383/* Overlay Pane and filterPane plugin*/
     384div.overlayPane {
     385    position: absolute;
     386    width:70%;
     387    left: 50%;
     388    margin-left: -35%;
     389    top: 50%;
     390    margin-top: -15%;
     391    border: 2px solid #666666;
     392    background-color: white;
     393    padding: 5px;
     394    z-index: 1;
     395}
     396
     397.overlayTable {
     398    width: 100%;
     399}
     400
     401a.remove img {
     402    border:none;
    381403}
    382404
Note: See TracChangeset for help on using the changeset viewer.