Changeset 6656
- Timestamp:
- 03/28/08 04:26:58 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/pop/lib/OpenLayers/Popup/FramedCloud.js
r6655 r6656 55 55 "tl": { 56 56 'offset': new OpenLayers.Pixel(44, 0), 57 'padding': new OpenLayers.Bounds(8, 4 4, 8, 9),57 'padding': new OpenLayers.Bounds(8, 40, 8, 9), 58 58 'blocks': [ 59 59 { // top-left … … 81 81 "tr": { 82 82 'offset': new OpenLayers.Pixel(-45, 0), 83 'padding': new OpenLayers.Bounds(8, 4 4, 8, 9),83 'padding': new OpenLayers.Bounds(8, 40, 8, 9), 84 84 'blocks': [ 85 85 { // top-left … … 90 90 { //top-right 91 91 size: new OpenLayers.Size(22, 'auto'), 92 anchor: new OpenLayers.Bounds(null, 5 1, 0, 0),92 anchor: new OpenLayers.Bounds(null, 50, 0, 0), 93 93 position: new OpenLayers.Pixel(-638, 0) 94 94 }, … … 104 104 }, 105 105 { // stem 106 size: new OpenLayers.Size(8 0, 54),106 size: new OpenLayers.Size(81, 54), 107 107 anchor: new OpenLayers.Bounds(0, 0, null, null), 108 108 position: new OpenLayers.Pixel(-215, -668) … … 111 111 }, 112 112 "bl": { 113 'offset': new OpenLayers.Pixel( 61, -6),114 'padding': new OpenLayers.Bounds(8, 25, 24, 46),115 'blocks': [ 116 { // top-left 117 size: new OpenLayers.Size('auto', 'auto'), 118 anchor: new OpenLayers.Bounds(0, 39, 38, 38),119 position: new OpenLayers.Pixel(0, 0) 120 }, 121 { //top-right 122 size: new OpenLayers.Size( 38, 'auto'),123 anchor: new OpenLayers.Bounds(null, 39, 0, 38),124 position: new OpenLayers.Pixel(-638, 0) 125 }, 126 { //bottom-left 127 size: new OpenLayers.Size('auto', 39),128 anchor: new OpenLayers.Bounds(0, 0, 38, null),113 'offset': new OpenLayers.Pixel(45, 0), 114 'padding': new OpenLayers.Bounds(8, 9, 8, 40), 115 'blocks': [ 116 { // top-left 117 size: new OpenLayers.Size('auto', 'auto'), 118 anchor: new OpenLayers.Bounds(0, 21, 22, 32), 119 position: new OpenLayers.Pixel(0, 0) 120 }, 121 { //top-right 122 size: new OpenLayers.Size(22, 'auto'), 123 anchor: new OpenLayers.Bounds(null, 21, 0, 32), 124 position: new OpenLayers.Pixel(-638, 0) 125 }, 126 { //bottom-left 127 size: new OpenLayers.Size('auto', 21), 128 anchor: new OpenLayers.Bounds(0, 0, 22, null), 129 129 position: new OpenLayers.Pixel(0, -629) 130 130 }, 131 131 { //bottom-right 132 size: new OpenLayers.Size( 38, 39),132 size: new OpenLayers.Size(22, 21), 133 133 anchor: new OpenLayers.Bounds(null, 0, 0, null), 134 134 position: new OpenLayers.Pixel(-638, -629) 135 135 }, 136 136 { // stem 137 size: new OpenLayers.Size( 97, 60),137 size: new OpenLayers.Size(81, 54), 138 138 anchor: new OpenLayers.Bounds(null, null, 0, 0), 139 position: new OpenLayers.Pixel(-101, -6 68)139 position: new OpenLayers.Pixel(-101, -674) 140 140 } 141 141 ] … … 143 143 "br": { 144 144 'offset': new OpenLayers.Pixel(-44, -6), 145 'padding': new OpenLayers.Bounds(8, 25, 24, 46),145 'padding': new OpenLayers.Bounds(8, 25, 8, 46), 146 146 'blocks': [ 147 147 { // top-left
