Changeset 6732


Ignore:
Timestamp:
Jul 29, 2010, 2:46:04 PM (14 years ago)
Author:
grum
Message:

some file forgotten in the previous commit...

Location:
extensions/GrumPluginClasses
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/GrumPluginClasses/css/gpc.css

    r5958 r6732  
    1414.pctBarroma { height:6px; background:#FF7700; }
    1515.pctBarclear { height:6px; background:#005E89; }
    16 li.groupItems { border:1px solid #666666; margin-bottom:5px; padding:0 5px; width:90%; cursor:move; padding:4px; }
     16li.groupItems { border:1px solid #666666; margin-bottom:5px; padding:0 5px; width:90%; cursor:move; padding:4px;
     17-moz-border-radius:8px;
     18-webkit-border-radius:8px;
     19-khtml-border-radius:8px;
     20border-radius:8px;
     21}
    1722
    1823.ui-dialog { border-width:1px; border-style:solid; }
  • extensions/GrumPluginClasses/js/criteriaBuilder.js

    r6208 r6732  
    508508
    509509  /**
    510    * this function make the groups&items readey to be sorted & grouped
     510   * this function make the groups&items ready to be sorted & grouped
    511511   */
    512512  var applyNested = function ()
Note: See TracChangeset for help on using the changeset viewer.