From bpoussin@users.chorem.org Wed Sep 25 07:36:59 2013 From: bpoussin@users.chorem.org To: bow-commits@list.chorem.org Subject: [Bow-commits] r367 - in trunk/bow-extension-chromium/src/main/webapp: . css Date: Wed, 25 Sep 2013 07:36:59 +0200 Message-ID: <20130925053659.1674018E6C3@nuiton.codelutin.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5357969552906837667==" --===============5357969552906837667== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: bpoussin Date: 2013-09-25 07:36:58 +0200 (Wed, 25 Sep 2013) New Revision: 367 Url: http://chorem.org/projects/bow/repository/revisions/367 Log: - remove old background.html (now background.js) - change input text to textarea for description Removed: trunk/bow-extension-chromium/src/main/webapp/background.html Modified: trunk/bow-extension-chromium/src/main/webapp/css/extension.css trunk/bow-extension-chromium/src/main/webapp/popup.html trunk/bow-extension-chromium/src/main/webapp/popup.js Deleted: trunk/bow-extension-chromium/src/main/webapp/background.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/bow-extension-chromium/src/main/webapp/background.html 2013-09-24 1= 8:07:52 UTC (rev 366) +++ trunk/bow-extension-chromium/src/main/webapp/background.html 2013-09-25 0= 5:36:58 UTC (rev 367) @@ -1,57 +0,0 @@ - - - - - - - Modified: trunk/bow-extension-chromium/src/main/webapp/css/extension.css =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/bow-extension-chromium/src/main/webapp/css/extension.css 2013-09-24= 18:07:52 UTC (rev 366) +++ trunk/bow-extension-chromium/src/main/webapp/css/extension.css 2013-09-25= 05:36:58 UTC (rev 367) @@ -66,3 +66,8 @@ text-align: center; text-color: red; } + +textarea { + width: 100%; + height: 100px; +} Modified: trunk/bow-extension-chromium/src/main/webapp/popup.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/bow-extension-chromium/src/main/webapp/popup.html 2013-09-24 18:07:= 52 UTC (rev 366) +++ trunk/bow-extension-chromium/src/main/webapp/popup.html 2013-09-25 05:36:= 58 UTC (rev 367) @@ -35,7 +35,7 @@
- +
Modified: trunk/bow-extension-chromium/src/main/webapp/popup.js =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/bow-extension-chromium/src/main/webapp/popup.js 2013-09-24 18:07:52= UTC (rev 366) +++ trunk/bow-extension-chromium/src/main/webapp/popup.js 2013-09-25 05:36:58= UTC (rev 367) @@ -104,6 +104,7 @@ var buttons =3D document.getElementById("buttons"); buttons.innerHTML =3D chrome.i18n.getMessage("noTokenMessage"); } + =20 } =20 function isEmpty(string) { @@ -114,4 +115,4 @@ init(); document.getElementById('permanentTokenButton').addEventListener('click'= , bookmarkPermanent); document.getElementById('sessionTokenButton').addEventListener('click', = bookmarkSession); -}); \ No newline at end of file +}); --===============5357969552906837667==--