kosmas58-compass-jquery-plugin 0.1.8.2 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.textile +0 -4
 - data/lib/jquery/version.rb +3 -3
 - data/templates/dynatree/jquery.ui/dynatree.aqua/rbChecked.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.aqua/rbChecked_hover.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.aqua/rbIntermediate.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.aqua/rbIntermediate_hover.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.aqua/rbUnchecked.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.aqua/rbUnchecked_hover.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.crystal/rbChecked.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.crystal/rbChecked_hover.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.crystal/rbIntermediate.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.crystal/rbIntermediate_hover.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.crystal/rbUnchecked.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.crystal/rbUnchecked_hover.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.vista/rbChecked.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.vista/rbChecked_hover.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.vista/rbIntermediate.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.vista/rbIntermediate_hover.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.vista/rbUnchecked.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.vista/rbUnchecked_hover.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.xp/rbChecked.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.xp/rbChecked_hover.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.xp/rbIntermediate.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.xp/rbIntermediate_hover.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.xp/rbUnchecked.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.xp/rbUnchecked_hover.png +0 -0
 - data/templates/dynatree/jquery.ui/dynatree.xp/ui.dynatree.css +287 -0
 - metadata +29 -5
 
    
        data/README.textile
    CHANGED
    
    | 
         @@ -101,7 +101,3 @@ h3. jQuery Plugins included 
     | 
|
| 
       101 
101 
     | 
    
         
             
            * John Reisig et. al. for <b>"jQuery Form Plugin":http://malsup.com/jquery/form//</b>
         
     | 
| 
       102 
102 
     | 
    
         
             
            * Martin Wendt for <b>"jQuery Dynatree Plugin":http://www.wwwendt.de</b>
         
     | 
| 
       103 
103 
     | 
    
         
             
            * Tony Tomov for <b>"jQuery Grid Plugin":http://www.trirand.com/blog/</b>
         
     | 
| 
       104 
     | 
    
         
            -
             
     | 
| 
       105 
     | 
    
         
            -
            h2. Known Issues
         
     | 
| 
       106 
     | 
    
         
            -
             
     | 
| 
       107 
     | 
    
         
            -
            * The blueprint css framework doesn't work nicely with jqGrid, because jgGrid has a stylesheet, that has to be improved.
         
     | 
    
        data/lib/jquery/version.rb
    CHANGED
    
    | 
         @@ -2,9 +2,9 @@ module CompassJqueryPlugin#:nodoc: 
     | 
|
| 
       2 
2 
     | 
    
         | 
| 
       3 
3 
     | 
    
         
             
              class VERSION #:nodoc:
         
     | 
| 
       4 
4 
     | 
    
         | 
| 
       5 
     | 
    
         
            -
                PATCH =  
     | 
| 
       6 
     | 
    
         
            -
                TINY  =  
     | 
| 
       7 
     | 
    
         
            -
                MINOR =  
     | 
| 
      
 5 
     | 
    
         
            +
                PATCH = nil # Set to nil for official release
         
     | 
| 
      
 6 
     | 
    
         
            +
                TINY  = 0
         
     | 
| 
      
 7 
     | 
    
         
            +
                MINOR = 2
         
     | 
| 
       8 
8 
     | 
    
         
             
                MAJOR = 0
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
10 
     | 
    
         
             
                STRING = [MAJOR, MINOR, TINY, PATCH].compact.join('.')
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         @@ -0,0 +1,287 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            /******************************************************************************* 
         
     | 
| 
      
 2 
     | 
    
         
            +
             * Tree container
         
     | 
| 
      
 3 
     | 
    
         
            +
             */
         
     | 
| 
      
 4 
     | 
    
         
            +
            div.ui-dynatree-container
         
     | 
| 
      
 5 
     | 
    
         
            +
            {
         
     | 
| 
      
 6 
     | 
    
         
            +
            	font-family: tahoma, arial, helvetica;
         
     | 
| 
      
 7 
     | 
    
         
            +
            	font-size: 10pt; /* font size should not be too big */
         
     | 
| 
      
 8 
     | 
    
         
            +
            	white-space: nowrap; 
         
     | 
| 
      
 9 
     | 
    
         
            +
            	padding: 3px;
         
     | 
| 
      
 10 
     | 
    
         
            +
            	
         
     | 
| 
      
 11 
     | 
    
         
            +
            	background-color: white; 
         
     | 
| 
      
 12 
     | 
    
         
            +
            	border: 1px dotted gray;
         
     | 
| 
      
 13 
     | 
    
         
            +
            }
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
            /* Style, when control is disabled */
         
     | 
| 
      
 16 
     | 
    
         
            +
            .ui-dynatree-disabled div.ui-dynatree-container
         
     | 
| 
      
 17 
     | 
    
         
            +
            {
         
     | 
| 
      
 18 
     | 
    
         
            +
            	opacity: 0.5;
         
     | 
| 
      
 19 
     | 
    
         
            +
            /*	filter: alpha(opacity=50); /* Yields a css warning */
         
     | 
| 
      
 20 
     | 
    
         
            +
            	background-color: silver; 
         
     | 
| 
      
 21 
     | 
    
         
            +
            }
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
            /******************************************************************************* 
         
     | 
| 
      
 25 
     | 
    
         
            +
             * Vertical line image
         
     | 
| 
      
 26 
     | 
    
         
            +
             */
         
     | 
| 
      
 27 
     | 
    
         
            +
            div.ui-dynatree-container img
         
     | 
| 
      
 28 
     | 
    
         
            +
            {
         
     | 
| 
      
 29 
     | 
    
         
            +
            	width: 16px;
         
     | 
| 
      
 30 
     | 
    
         
            +
            	height: 16px;
         
     | 
| 
      
 31 
     | 
    
         
            +
            	margin-left: 3px;
         
     | 
| 
      
 32 
     | 
    
         
            +
            	vertical-align: top;
         
     | 
| 
      
 33 
     | 
    
         
            +
            	border-style: none;
         
     | 
| 
      
 34 
     | 
    
         
            +
            }
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
            /******************************************************************************* 
         
     | 
| 
      
 37 
     | 
    
         
            +
             * Common icon definitions
         
     | 
| 
      
 38 
     | 
    
         
            +
             */
         
     | 
| 
      
 39 
     | 
    
         
            +
            span.ui-dynatree-empty,
         
     | 
| 
      
 40 
     | 
    
         
            +
            span.ui-dynatree-vline,
         
     | 
| 
      
 41 
     | 
    
         
            +
            span.ui-dynatree-connector,
         
     | 
| 
      
 42 
     | 
    
         
            +
            span.ui-dynatree-expander,
         
     | 
| 
      
 43 
     | 
    
         
            +
            span.ui-dynatree-icon,
         
     | 
| 
      
 44 
     | 
    
         
            +
            span.ui-dynatree-checkbox,
         
     | 
| 
      
 45 
     | 
    
         
            +
            span.ui-dynatree-radio
         
     | 
| 
      
 46 
     | 
    
         
            +
            {
         
     | 
| 
      
 47 
     | 
    
         
            +
            	width: 16px;
         
     | 
| 
      
 48 
     | 
    
         
            +
            	height: 16px;
         
     | 
| 
      
 49 
     | 
    
         
            +
            	display: -moz-inline-box; /* @ FF 1+2 */
         
     | 
| 
      
 50 
     | 
    
         
            +
            	display: inline-block; /* Required to make a span sizeable */
         
     | 
| 
      
 51 
     | 
    
         
            +
            	vertical-align: top;
         
     | 
| 
      
 52 
     | 
    
         
            +
            	background-repeat: no-repeat;
         
     | 
| 
      
 53 
     | 
    
         
            +
            	background-position: left;
         
     | 
| 
      
 54 
     | 
    
         
            +
            }
         
     | 
| 
      
 55 
     | 
    
         
            +
             
     | 
| 
      
 56 
     | 
    
         
            +
            /******************************************************************************* 
         
     | 
| 
      
 57 
     | 
    
         
            +
             * Lines and connectors
         
     | 
| 
      
 58 
     | 
    
         
            +
             */
         
     | 
| 
      
 59 
     | 
    
         
            +
            span.ui-dynatree-empty
         
     | 
| 
      
 60 
     | 
    
         
            +
            {
         
     | 
| 
      
 61 
     | 
    
         
            +
            }
         
     | 
| 
      
 62 
     | 
    
         
            +
            span.ui-dynatree-vline
         
     | 
| 
      
 63 
     | 
    
         
            +
            {
         
     | 
| 
      
 64 
     | 
    
         
            +
            	background-image: url("ltL_ns.gif");
         
     | 
| 
      
 65 
     | 
    
         
            +
            }
         
     | 
| 
      
 66 
     | 
    
         
            +
            span.ui-dynatree-connector
         
     | 
| 
      
 67 
     | 
    
         
            +
            {
         
     | 
| 
      
 68 
     | 
    
         
            +
            	background-image: url("ltL_nes.gif");
         
     | 
| 
      
 69 
     | 
    
         
            +
            }
         
     | 
| 
      
 70 
     | 
    
         
            +
            .ui-dynatree-lastsib span.ui-dynatree-connector
         
     | 
| 
      
 71 
     | 
    
         
            +
            {
         
     | 
| 
      
 72 
     | 
    
         
            +
            	background-image: url("ltL_ne.gif");
         
     | 
| 
      
 73 
     | 
    
         
            +
            }
         
     | 
| 
      
 74 
     | 
    
         
            +
             
     | 
| 
      
 75 
     | 
    
         
            +
            /******************************************************************************* 
         
     | 
| 
      
 76 
     | 
    
         
            +
             * Expander icon
         
     | 
| 
      
 77 
     | 
    
         
            +
             * Note: IE6 doesn't correctly evaluate multiples class names,
         
     | 
| 
      
 78 
     | 
    
         
            +
             *		 so we create combined class names that can be used in the CSS.
         
     | 
| 
      
 79 
     | 
    
         
            +
             *
         
     | 
| 
      
 80 
     | 
    
         
            +
             * Prefix: ui-dynatree-exp-
         
     | 
| 
      
 81 
     | 
    
         
            +
             * 1st character: 'e': expanded, 'c': collapsed
         
     | 
| 
      
 82 
     | 
    
         
            +
             * 2nd character (optional): 'd': lazy (Delayed)
         
     | 
| 
      
 83 
     | 
    
         
            +
             * 3rd character (optional): 'l': Last sibling       
         
     | 
| 
      
 84 
     | 
    
         
            +
             */
         
     | 
| 
      
 85 
     | 
    
         
            +
             
         
     | 
| 
      
 86 
     | 
    
         
            +
            span.ui-dynatree-expander
         
     | 
| 
      
 87 
     | 
    
         
            +
            {
         
     | 
| 
      
 88 
     | 
    
         
            +
            	background-image: url("ltP_nes.gif");
         
     | 
| 
      
 89 
     | 
    
         
            +
            	cursor: pointer;
         
     | 
| 
      
 90 
     | 
    
         
            +
            }
         
     | 
| 
      
 91 
     | 
    
         
            +
            .ui-dynatree-exp-cl span.ui-dynatree-expander /* Collapsed, not delayed, last sibling */
         
     | 
| 
      
 92 
     | 
    
         
            +
            {
         
     | 
| 
      
 93 
     | 
    
         
            +
            	background-image: url("ltP_ne.gif");
         
     | 
| 
      
 94 
     | 
    
         
            +
            }
         
     | 
| 
      
 95 
     | 
    
         
            +
            .ui-dynatree-exp-cd span.ui-dynatree-expander /* Collapsed, delayed, not last sibling */
         
     | 
| 
      
 96 
     | 
    
         
            +
            {
         
     | 
| 
      
 97 
     | 
    
         
            +
            	background-image: url("ltD_nes.gif");
         
     | 
| 
      
 98 
     | 
    
         
            +
            }
         
     | 
| 
      
 99 
     | 
    
         
            +
            .ui-dynatree-exp-cdl span.ui-dynatree-expander /* Collapsed, delayed, last sibling */
         
     | 
| 
      
 100 
     | 
    
         
            +
            {
         
     | 
| 
      
 101 
     | 
    
         
            +
            	background-image: url("ltD_ne.gif");
         
     | 
| 
      
 102 
     | 
    
         
            +
            }
         
     | 
| 
      
 103 
     | 
    
         
            +
            .ui-dynatree-exp-e span.ui-dynatree-expander,  /* Expanded, not delayed, not last sibling */
         
     | 
| 
      
 104 
     | 
    
         
            +
            .ui-dynatree-exp-ed span.ui-dynatree-expander  /* Expanded, delayed, not last sibling */
         
     | 
| 
      
 105 
     | 
    
         
            +
            {
         
     | 
| 
      
 106 
     | 
    
         
            +
            	background-image: url("ltM_nes.gif");
         
     | 
| 
      
 107 
     | 
    
         
            +
            }
         
     | 
| 
      
 108 
     | 
    
         
            +
            .ui-dynatree-exp-el span.ui-dynatree-expander,  /* Expanded, not delayed, last sibling */
         
     | 
| 
      
 109 
     | 
    
         
            +
            .ui-dynatree-exp-edl span.ui-dynatree-expander  /* Expanded, delayed, last sibling */
         
     | 
| 
      
 110 
     | 
    
         
            +
            {
         
     | 
| 
      
 111 
     | 
    
         
            +
            	background-image: url("ltM_ne.gif");
         
     | 
| 
      
 112 
     | 
    
         
            +
            }
         
     | 
| 
      
 113 
     | 
    
         
            +
             
     | 
| 
      
 114 
     | 
    
         
            +
             
     | 
| 
      
 115 
     | 
    
         
            +
            /******************************************************************************* 
         
     | 
| 
      
 116 
     | 
    
         
            +
             * Checkbox icon
         
     | 
| 
      
 117 
     | 
    
         
            +
             */
         
     | 
| 
      
 118 
     | 
    
         
            +
            span.ui-dynatree-checkbox
         
     | 
| 
      
 119 
     | 
    
         
            +
            {
         
     | 
| 
      
 120 
     | 
    
         
            +
            	margin-left: 3px;
         
     | 
| 
      
 121 
     | 
    
         
            +
            	background-image: url("cbUnchecked.gif");
         
     | 
| 
      
 122 
     | 
    
         
            +
            }
         
     | 
| 
      
 123 
     | 
    
         
            +
            span.ui-dynatree-checkbox:hover
         
     | 
| 
      
 124 
     | 
    
         
            +
            {
         
     | 
| 
      
 125 
     | 
    
         
            +
            	background-image: url("cbUnchecked_hover.gif");
         
     | 
| 
      
 126 
     | 
    
         
            +
            }
         
     | 
| 
      
 127 
     | 
    
         
            +
             
     | 
| 
      
 128 
     | 
    
         
            +
            .ui-dynatree-partsel span.ui-dynatree-checkbox
         
     | 
| 
      
 129 
     | 
    
         
            +
            {
         
     | 
| 
      
 130 
     | 
    
         
            +
            	background-image: url("cbIntermediate.gif");
         
     | 
| 
      
 131 
     | 
    
         
            +
            }
         
     | 
| 
      
 132 
     | 
    
         
            +
            .ui-dynatree-partsel span.ui-dynatree-checkbox:hover
         
     | 
| 
      
 133 
     | 
    
         
            +
            {
         
     | 
| 
      
 134 
     | 
    
         
            +
            	background-image: url("cbIntermediate_hover.gif");
         
     | 
| 
      
 135 
     | 
    
         
            +
            }
         
     | 
| 
      
 136 
     | 
    
         
            +
             
     | 
| 
      
 137 
     | 
    
         
            +
            .ui-dynatree-selected span.ui-dynatree-checkbox
         
     | 
| 
      
 138 
     | 
    
         
            +
            {
         
     | 
| 
      
 139 
     | 
    
         
            +
            	background-image: url("cbChecked.gif");
         
     | 
| 
      
 140 
     | 
    
         
            +
            }
         
     | 
| 
      
 141 
     | 
    
         
            +
            .ui-dynatree-selected span.ui-dynatree-checkbox:hover
         
     | 
| 
      
 142 
     | 
    
         
            +
            {
         
     | 
| 
      
 143 
     | 
    
         
            +
            	background-image: url("cbChecked_hover.gif");
         
     | 
| 
      
 144 
     | 
    
         
            +
            }
         
     | 
| 
      
 145 
     | 
    
         
            +
             
     | 
| 
      
 146 
     | 
    
         
            +
            /******************************************************************************* 
         
     | 
| 
      
 147 
     | 
    
         
            +
             * Radiobutton icon
         
     | 
| 
      
 148 
     | 
    
         
            +
             * This is a customization, that may be activated by overriding the 'checkbox'
         
     | 
| 
      
 149 
     | 
    
         
            +
             * class name as 'ui-dynatree-radio' in the tree options.
         
     | 
| 
      
 150 
     | 
    
         
            +
             */
         
     | 
| 
      
 151 
     | 
    
         
            +
            span.ui-dynatree-radio
         
     | 
| 
      
 152 
     | 
    
         
            +
            {
         
     | 
| 
      
 153 
     | 
    
         
            +
            	margin-left: 3px;
         
     | 
| 
      
 154 
     | 
    
         
            +
            	background-image: url("rbUnchecked.gif");
         
     | 
| 
      
 155 
     | 
    
         
            +
            }
         
     | 
| 
      
 156 
     | 
    
         
            +
            span.ui-dynatree-radio:hover
         
     | 
| 
      
 157 
     | 
    
         
            +
            {
         
     | 
| 
      
 158 
     | 
    
         
            +
            	background-image: url("rbUnchecked_hover.gif");
         
     | 
| 
      
 159 
     | 
    
         
            +
            }
         
     | 
| 
      
 160 
     | 
    
         
            +
             
     | 
| 
      
 161 
     | 
    
         
            +
            .ui-dynatree-partsel span.ui-dynatree-radio
         
     | 
| 
      
 162 
     | 
    
         
            +
            {
         
     | 
| 
      
 163 
     | 
    
         
            +
            	background-image: url("rbIntermediate.gif");
         
     | 
| 
      
 164 
     | 
    
         
            +
            }
         
     | 
| 
      
 165 
     | 
    
         
            +
            .ui-dynatree-partsel span.ui-dynatree-radio:hover
         
     | 
| 
      
 166 
     | 
    
         
            +
            {
         
     | 
| 
      
 167 
     | 
    
         
            +
            	background-image: url("rbIntermediate_hover.gif");
         
     | 
| 
      
 168 
     | 
    
         
            +
            }
         
     | 
| 
      
 169 
     | 
    
         
            +
             
     | 
| 
      
 170 
     | 
    
         
            +
            .ui-dynatree-selected span.ui-dynatree-radio
         
     | 
| 
      
 171 
     | 
    
         
            +
            {
         
     | 
| 
      
 172 
     | 
    
         
            +
            	background-image: url("rbChecked.gif");
         
     | 
| 
      
 173 
     | 
    
         
            +
            }
         
     | 
| 
      
 174 
     | 
    
         
            +
            .ui-dynatree-selected span.ui-dynatree-radio:hover
         
     | 
| 
      
 175 
     | 
    
         
            +
            {
         
     | 
| 
      
 176 
     | 
    
         
            +
            	background-image: url("rbChecked_hover.gif");
         
     | 
| 
      
 177 
     | 
    
         
            +
            }
         
     | 
| 
      
 178 
     | 
    
         
            +
             
     | 
| 
      
 179 
     | 
    
         
            +
            /******************************************************************************* 
         
     | 
| 
      
 180 
     | 
    
         
            +
             * Node type icon
         
     | 
| 
      
 181 
     | 
    
         
            +
             * Note: IE6 doesn't correctly evaluate multiples class names,
         
     | 
| 
      
 182 
     | 
    
         
            +
             *		 so we create combined class names that can be used in the CSS.
         
     | 
| 
      
 183 
     | 
    
         
            +
             *
         
     | 
| 
      
 184 
     | 
    
         
            +
             * Prefix: ui-dynatree-ico-
         
     | 
| 
      
 185 
     | 
    
         
            +
             * 1st character: 'e': expanded, 'c': collapsed
         
     | 
| 
      
 186 
     | 
    
         
            +
             * 2nd character (optional): 'f': folder
         
     | 
| 
      
 187 
     | 
    
         
            +
             */
         
     | 
| 
      
 188 
     | 
    
         
            +
             
         
     | 
| 
      
 189 
     | 
    
         
            +
            span.ui-dynatree-icon /* Default icon */
         
     | 
| 
      
 190 
     | 
    
         
            +
            {
         
     | 
| 
      
 191 
     | 
    
         
            +
            	margin-left: 3px;
         
     | 
| 
      
 192 
     | 
    
         
            +
            	background-image: url("ltDoc.gif");
         
     | 
| 
      
 193 
     | 
    
         
            +
            }
         
     | 
| 
      
 194 
     | 
    
         
            +
             
     | 
| 
      
 195 
     | 
    
         
            +
            .ui-dynatree-ico-cf span.ui-dynatree-icon  /* Collapsed Folder */
         
     | 
| 
      
 196 
     | 
    
         
            +
            {
         
     | 
| 
      
 197 
     | 
    
         
            +
            	background-image: url("ltFld.gif");
         
     | 
| 
      
 198 
     | 
    
         
            +
            }
         
     | 
| 
      
 199 
     | 
    
         
            +
             
     | 
| 
      
 200 
     | 
    
         
            +
            .ui-dynatree-ico-ef span.ui-dynatree-icon  /* Expanded Folder */
         
     | 
| 
      
 201 
     | 
    
         
            +
            {
         
     | 
| 
      
 202 
     | 
    
         
            +
            	background-image: url("ltFld_o.gif");
         
     | 
| 
      
 203 
     | 
    
         
            +
            }
         
     | 
| 
      
 204 
     | 
    
         
            +
             
     | 
| 
      
 205 
     | 
    
         
            +
            /* Status node icons */
         
     | 
| 
      
 206 
     | 
    
         
            +
             
     | 
| 
      
 207 
     | 
    
         
            +
            .ui-dynatree-statusnode-wait span.ui-dynatree-icon
         
     | 
| 
      
 208 
     | 
    
         
            +
            {
         
     | 
| 
      
 209 
     | 
    
         
            +
            	background-image: url("ltWait.gif");
         
     | 
| 
      
 210 
     | 
    
         
            +
            }
         
     | 
| 
      
 211 
     | 
    
         
            +
             
     | 
| 
      
 212 
     | 
    
         
            +
            .ui-dynatree-statusnode-error span.ui-dynatree-icon
         
     | 
| 
      
 213 
     | 
    
         
            +
            {
         
     | 
| 
      
 214 
     | 
    
         
            +
            	background-image: url("ltError.gif");
         
     | 
| 
      
 215 
     | 
    
         
            +
            }
         
     | 
| 
      
 216 
     | 
    
         
            +
             
     | 
| 
      
 217 
     | 
    
         
            +
            /******************************************************************************* 
         
     | 
| 
      
 218 
     | 
    
         
            +
             * Node titles
         
     | 
| 
      
 219 
     | 
    
         
            +
             */
         
     | 
| 
      
 220 
     | 
    
         
            +
             
     | 
| 
      
 221 
     | 
    
         
            +
            /* Remove blue color and underline from title links */
         
     | 
| 
      
 222 
     | 
    
         
            +
            div.ui-dynatree-container a
         
     | 
| 
      
 223 
     | 
    
         
            +
            /*, div.ui-dynatree-container a:visited*/
         
     | 
| 
      
 224 
     | 
    
         
            +
            {
         
     | 
| 
      
 225 
     | 
    
         
            +
            	color: black; /* inherit doesn't work on IE */
         
     | 
| 
      
 226 
     | 
    
         
            +
            	text-decoration: none;
         
     | 
| 
      
 227 
     | 
    
         
            +
            	vertical-align: top;
         
     | 
| 
      
 228 
     | 
    
         
            +
            	margin: 0px;
         
     | 
| 
      
 229 
     | 
    
         
            +
            	margin-left: 3px;
         
     | 
| 
      
 230 
     | 
    
         
            +
            /*	outline: 0; /* @ Firefox, prevent dotted border after click */
         
     | 
| 
      
 231 
     | 
    
         
            +
            }
         
     | 
| 
      
 232 
     | 
    
         
            +
             
     | 
| 
      
 233 
     | 
    
         
            +
            div.ui-dynatree-container a:hover
         
     | 
| 
      
 234 
     | 
    
         
            +
            {
         
     | 
| 
      
 235 
     | 
    
         
            +
            	text-decoration: underline;
         
     | 
| 
      
 236 
     | 
    
         
            +
            }
         
     | 
| 
      
 237 
     | 
    
         
            +
             
     | 
| 
      
 238 
     | 
    
         
            +
            span.ui-dynatree-document a,
         
     | 
| 
      
 239 
     | 
    
         
            +
            span.ui-dynatree-folder a
         
     | 
| 
      
 240 
     | 
    
         
            +
            {
         
     | 
| 
      
 241 
     | 
    
         
            +
            	display: inline-block; /* Better alignment, when title contains <br> */  
         
     | 
| 
      
 242 
     | 
    
         
            +
            /*	vertical-align: top;*/
         
     | 
| 
      
 243 
     | 
    
         
            +
            	padding-left: 3px;
         
     | 
| 
      
 244 
     | 
    
         
            +
            	padding-right: 3px; /* Otherwise italic font will be outside bounds */
         
     | 
| 
      
 245 
     | 
    
         
            +
            	/*	line-height: 16px; /* should be the same as img height, in case 16 px */
         
     | 
| 
      
 246 
     | 
    
         
            +
            }
         
     | 
| 
      
 247 
     | 
    
         
            +
            span.ui-dynatree-folder a
         
     | 
| 
      
 248 
     | 
    
         
            +
            {
         
     | 
| 
      
 249 
     | 
    
         
            +
            	font-weight: bold;
         
     | 
| 
      
 250 
     | 
    
         
            +
            }
         
     | 
| 
      
 251 
     | 
    
         
            +
             
     | 
| 
      
 252 
     | 
    
         
            +
            div.ui-dynatree-container a:focus,
         
     | 
| 
      
 253 
     | 
    
         
            +
            span.ui-dynatree-focused a:link  /* @IE */
         
     | 
| 
      
 254 
     | 
    
         
            +
            {
         
     | 
| 
      
 255 
     | 
    
         
            +
            	background-color: #EFEBDE; /* gray */
         
     | 
| 
      
 256 
     | 
    
         
            +
            }
         
     | 
| 
      
 257 
     | 
    
         
            +
             
     | 
| 
      
 258 
     | 
    
         
            +
             
     | 
| 
      
 259 
     | 
    
         
            +
            span.ui-dynatree-has-children a
         
     | 
| 
      
 260 
     | 
    
         
            +
            {
         
     | 
| 
      
 261 
     | 
    
         
            +
            }
         
     | 
| 
      
 262 
     | 
    
         
            +
             
     | 
| 
      
 263 
     | 
    
         
            +
            span.ui-dynatree-expanded a
         
     | 
| 
      
 264 
     | 
    
         
            +
            {
         
     | 
| 
      
 265 
     | 
    
         
            +
            }
         
     | 
| 
      
 266 
     | 
    
         
            +
             
     | 
| 
      
 267 
     | 
    
         
            +
            span.ui-dynatree-selected a 
         
     | 
| 
      
 268 
     | 
    
         
            +
            {
         
     | 
| 
      
 269 
     | 
    
         
            +
            	color: green; 
         
     | 
| 
      
 270 
     | 
    
         
            +
            	font-style: italic;
         
     | 
| 
      
 271 
     | 
    
         
            +
            }
         
     | 
| 
      
 272 
     | 
    
         
            +
             
     | 
| 
      
 273 
     | 
    
         
            +
            span.ui-dynatree-active a
         
     | 
| 
      
 274 
     | 
    
         
            +
            {
         
     | 
| 
      
 275 
     | 
    
         
            +
            	background-color: #3169C6 !important;
         
     | 
| 
      
 276 
     | 
    
         
            +
            	color: white !important; /* @ IE6 */
         
     | 
| 
      
 277 
     | 
    
         
            +
            }
         
     | 
| 
      
 278 
     | 
    
         
            +
             
     | 
| 
      
 279 
     | 
    
         
            +
            /******************************************************************************* 
         
     | 
| 
      
 280 
     | 
    
         
            +
             * Custom node classes (sample)
         
     | 
| 
      
 281 
     | 
    
         
            +
             */
         
     | 
| 
      
 282 
     | 
    
         
            +
             
     | 
| 
      
 283 
     | 
    
         
            +
            span.custom1 a
         
     | 
| 
      
 284 
     | 
    
         
            +
            {
         
     | 
| 
      
 285 
     | 
    
         
            +
            	background-color: maroon;
         
     | 
| 
      
 286 
     | 
    
         
            +
            	color: yellow;
         
     | 
| 
      
 287 
     | 
    
         
            +
            }
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification 
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: kosmas58-compass-jquery-plugin
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version 
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.2.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors: 
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Kosmas Schuetz
         
     | 
| 
         @@ -9,7 +9,7 @@ autorequire: 
     | 
|
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
11 
     | 
    
         | 
| 
       12 
     | 
    
         
            -
            date: 2009- 
     | 
| 
      
 12 
     | 
    
         
            +
            date: 2009-09-03 00:00:00 -07:00
         
     | 
| 
       13 
13 
     | 
    
         
             
            default_executable: 
         
     | 
| 
       14 
14 
     | 
    
         
             
            dependencies: 
         
     | 
| 
       15 
15 
     | 
    
         
             
            - !ruby/object:Gem::Dependency 
         
     | 
| 
         @@ -20,7 +20,7 @@ dependencies: 
     | 
|
| 
       20 
20 
     | 
    
         
             
                requirements: 
         
     | 
| 
       21 
21 
     | 
    
         
             
                - - ">="
         
     | 
| 
       22 
22 
     | 
    
         
             
                  - !ruby/object:Gem::Version 
         
     | 
| 
       23 
     | 
    
         
            -
                    version: 0.8. 
     | 
| 
      
 23 
     | 
    
         
            +
                    version: 0.8.14
         
     | 
| 
       24 
24 
     | 
    
         
             
                version: 
         
     | 
| 
       25 
25 
     | 
    
         
             
            description: A compass plugin that integrates jRails, jQuery, jQuery UI and Themes, jqGrid and more into the Compass Sass framework.
         
     | 
| 
       26 
26 
     | 
    
         
             
            email: kosmas.schuetz@gmx.com
         
     | 
| 
         @@ -83,6 +83,12 @@ files: 
     | 
|
| 
       83 
83 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.aqua/ltDoc.png
         
     | 
| 
       84 
84 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.aqua/ltError.png
         
     | 
| 
       85 
85 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.aqua/ltWait.gif
         
     | 
| 
      
 86 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.aqua/rbChecked.png
         
     | 
| 
      
 87 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.aqua/rbChecked_hover.png
         
     | 
| 
      
 88 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.aqua/rbIntermediate.png
         
     | 
| 
      
 89 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.aqua/rbIntermediate_hover.png
         
     | 
| 
      
 90 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.aqua/rbUnchecked.png
         
     | 
| 
      
 91 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.aqua/rbUnchecked_hover.png
         
     | 
| 
       86 
92 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.aqua.sass
         
     | 
| 
       87 
93 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.crystal
         
     | 
| 
       88 
94 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.crystal/cbChecked.png
         
     | 
| 
         @@ -109,6 +115,12 @@ files: 
     | 
|
| 
       109 
115 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.crystal/ltDoc.png
         
     | 
| 
       110 
116 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.crystal/ltError.png
         
     | 
| 
       111 
117 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.crystal/ltWait.gif
         
     | 
| 
      
 118 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.crystal/rbChecked.png
         
     | 
| 
      
 119 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.crystal/rbChecked_hover.png
         
     | 
| 
      
 120 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.crystal/rbIntermediate.png
         
     | 
| 
      
 121 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.crystal/rbIntermediate_hover.png
         
     | 
| 
      
 122 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.crystal/rbUnchecked.png
         
     | 
| 
      
 123 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.crystal/rbUnchecked_hover.png
         
     | 
| 
       112 
124 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.crystal.sass
         
     | 
| 
       113 
125 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.vista
         
     | 
| 
       114 
126 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.vista/cbChecked.png
         
     | 
| 
         @@ -135,6 +147,12 @@ files: 
     | 
|
| 
       135 
147 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.vista/ltError.png
         
     | 
| 
       136 
148 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.vista/ltWait.ani
         
     | 
| 
       137 
149 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.vista/ltWait.gif
         
     | 
| 
      
 150 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.vista/rbChecked.png
         
     | 
| 
      
 151 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.vista/rbChecked_hover.png
         
     | 
| 
      
 152 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.vista/rbIntermediate.png
         
     | 
| 
      
 153 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.vista/rbIntermediate_hover.png
         
     | 
| 
      
 154 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.vista/rbUnchecked.png
         
     | 
| 
      
 155 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.vista/rbUnchecked_hover.png
         
     | 
| 
       138 
156 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.vista.sass
         
     | 
| 
       139 
157 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.xp
         
     | 
| 
       140 
158 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.xp/cbChecked.png
         
     | 
| 
         @@ -160,6 +178,13 @@ files: 
     | 
|
| 
       160 
178 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.xp/ltP_ne.png
         
     | 
| 
       161 
179 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.xp/ltP_nes.png
         
     | 
| 
       162 
180 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.xp/ltWait.gif
         
     | 
| 
      
 181 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.xp/rbChecked.png
         
     | 
| 
      
 182 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.xp/rbChecked_hover.png
         
     | 
| 
      
 183 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.xp/rbIntermediate.png
         
     | 
| 
      
 184 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.xp/rbIntermediate_hover.png
         
     | 
| 
      
 185 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.xp/rbUnchecked.png
         
     | 
| 
      
 186 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.xp/rbUnchecked_hover.png
         
     | 
| 
      
 187 
     | 
    
         
            +
            - templates/dynatree/jquery.ui/dynatree.xp/ui.dynatree.css
         
     | 
| 
       163 
188 
     | 
    
         
             
            - templates/dynatree/jquery.ui/dynatree.xp.sass
         
     | 
| 
       164 
189 
     | 
    
         
             
            - templates/dynatree/manifest.rb
         
     | 
| 
       165 
190 
     | 
    
         
             
            - templates/jqgrid
         
     | 
| 
         @@ -721,7 +746,6 @@ files: 
     | 
|
| 
       721 
746 
     | 
    
         
             
            - templates/secret_sauce/secret_sauce.min.js
         
     | 
| 
       722 
747 
     | 
    
         
             
            has_rdoc: false
         
     | 
| 
       723 
748 
     | 
    
         
             
            homepage: http://github.com/kosmas58/compass-jquery-plugin
         
     | 
| 
       724 
     | 
    
         
            -
            licenses: 
         
     | 
| 
       725 
749 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
       726 
750 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       727 
751 
     | 
    
         | 
| 
         @@ -742,7 +766,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       742 
766 
     | 
    
         
             
            requirements: []
         
     | 
| 
       743 
767 
     | 
    
         | 
| 
       744 
768 
     | 
    
         
             
            rubyforge_project: 
         
     | 
| 
       745 
     | 
    
         
            -
            rubygems_version: 1. 
     | 
| 
      
 769 
     | 
    
         
            +
            rubygems_version: 1.2.0
         
     | 
| 
       746 
770 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       747 
771 
     | 
    
         
             
            specification_version: 3
         
     | 
| 
       748 
772 
     | 
    
         
             
            summary: A compass plugin that integrates jRails, jQuery, jQuery UI and Themes, jqGrid and more into the Compass Sass framework.
         
     |