diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 11:07:23 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-29 11:07:23 -0200 |
commit | 280bce7d0aeee0c219fd5f038249fff3ec32ccf5 (patch) | |
tree | 2c63ad06f7ed6e39f6cce72c091a4ed3d0708965 | |
parent | 39dd802388d44e809d0c489f02c070f4ff4988f6 (diff) | |
download | nuvemwidget-master.tar.gz nuvemwidget-master.tar.bz2 |
-rw-r--r-- | nuvemwidget.info | 1 | ||||
-rw-r--r-- | screen.js | 9 | ||||
-rw-r--r-- | style.css | 2 |
3 files changed, 11 insertions, 1 deletions
diff --git a/nuvemwidget.info b/nuvemwidget.info index 2c607ba..e8ca9e1 100644 --- a/nuvemwidget.info +++ b/nuvemwidget.info @@ -33,6 +33,7 @@ regions[footer_message] = Footer stylesheets[all][] = style.css scripts[] = script.js +scripts[] = screen.js ; Information added by drupal.org packaging script on 2011-09-13 version = "7.x-1.0" core = "7.x" diff --git a/screen.js b/screen.js new file mode 100644 index 0000000..3d1b8c2 --- /dev/null +++ b/screen.js @@ -0,0 +1,9 @@ +(function ($) { + + Drupal.behaviors.nuvemWidget = { + attach: function (context, settings) { + $('.b2-sheet').css('width', $(document).width()); + } + }; + +})(jQuery); @@ -757,7 +757,7 @@ h2.b2-logo-text a:hover cursor:auto; /*width: 1000px;*/ /*width: 700px;*/ - width: 600px; + /*width: 600px;*/ } .b2-sheet-body |