Sha256: 754e63d7c6a3fd0b05f8fed2509d8c8e06b7ff0d82ac881271a8193b54fae4ce

Contents?: true

Size: 425 Bytes

Versions: 10

Compression:

Stored size: 425 Bytes

Contents

function fixPopupInIE() {
  var style = document.createElement('style');
  style.setAttribute("type", "text/css");
  document.body.appendChild(style);

  document.getElementById('wrapper').style.position = 'absolute';
  document.getElementById('shadow').style.position = 'absolute';
  document.getElementById('container').style.position = 'absolute';
  document.getElementById('popup-loading').style.position = 'absolute';
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
web_resource_bundler-0.0.23 spec/test_data/public/seal.js
web_resource_bundler-0.0.22 spec/test_data/public/seal.js
web_resource_bundler-0.0.21 spec/test_data/public/seal.js
web_resource_bundler-0.0.20 spec/test_data/public/seal.js
web_resource_bundler-0.0.19 spec/test_data/public/seal.js
web_resource_bundler-0.0.18 spec/test_data/public/seal.js
web_resource_bundler-0.0.16 spec/test_data/public/seal.js
web_resource_bundler-0.0.15 spec/test_data/public/seal.js
web_resource_bundler-0.0.14 spec/public/seal.js
web_resource_bundler-0.0.13 spec/public/seal.js