summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-24 17:38:33 +0000
committerarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-24 17:38:33 +0000
commit06905ecb7a8e04f25648ce46b461a3cc1d754237 (patch)
tree5ddd5f78350a2406e7220d2958af277efc122c26 /chrome
parent415a067206cb46f499d7c9d36a3654adc5fc6d1a (diff)
downloadchromium_src-06905ecb7a8e04f25648ce46b461a3cc1d754237.zip
chromium_src-06905ecb7a8e04f25648ce46b461a3cc1d754237.tar.gz
chromium_src-06905ecb7a8e04f25648ce46b461a3cc1d754237.tar.bz2
Remove vendor specific CSS prefixes.
BUG=None TEST=None Review URL: http://codereview.chromium.org/1182001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42488 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/resources/about_credits.html4
-rw-r--r--chrome/browser/resources/about_memory.html8
-rw-r--r--chrome/browser/resources/about_memory_linux.html8
-rw-r--r--chrome/browser/resources/about_memory_mac.html8
-rwxr-xr-xchrome/browser/resources/about_os_credits.html4
-rw-r--r--chrome/browser/resources/bookmark_manager/css/bmm.css4
-rw-r--r--chrome/browser/resources/bookmark_manager/css/list.css2
-rw-r--r--chrome/browser/resources/bookmark_manager/css/tree.css2
-rw-r--r--chrome/browser/resources/filebrowse.html14
-rw-r--r--chrome/browser/resources/incognito_tab.html2
-rw-r--r--chrome/browser/resources/new_new_tab.css33
-rw-r--r--chrome/browser/resources/safe_browsing_malware_block.html2
-rw-r--r--chrome/browser/resources/safe_browsing_multiple_threat_block.html2
-rw-r--r--chrome/browser/resources/safe_browsing_phishing_block.html2
-rw-r--r--chrome/browser/security/resources/ssl_error.html2
-rw-r--r--chrome/browser/security/resources/ssl_roadblock.html2
-rw-r--r--chrome/browser/sync/resources/about_sync.html31
-rwxr-xr-xchrome/browser/sync/resources/gaia_login.html212
18 files changed, 170 insertions, 172 deletions
diff --git a/chrome/browser/resources/about_credits.html b/chrome/browser/resources/about_credits.html
index 4c19dce..1fe4390 100644
--- a/chrome/browser/resources/about_credits.html
+++ b/chrome/browser/resources/about_credits.html
@@ -19,7 +19,7 @@ body {
overflow:auto;
padding:2px;
margin-top:16px;
- -webkit-border-radius:5px;
+ border-radius:5px;
}
.product .title {
font-size:110%;
@@ -44,7 +44,7 @@ body {
clear:both;
background-color:#e8eef7;
padding:16px;
- -webkit-border-radius:3px;
+ border-radius:3px;
display:none;
}
.licence h3 {
diff --git a/chrome/browser/resources/about_memory.html b/chrome/browser/resources/about_memory.html
index 8c0a175..522cb00 100644
--- a/chrome/browser/resources/about_memory.html
+++ b/chrome/browser/resources/about_memory.html
@@ -59,9 +59,9 @@ div#header {
position: relative;
overflow: hidden;
background: #5296de;
- -webkit-background-size: 100%;
+ background-size: 100%;
border: 1px solid #3a75bd;
- -webkit-border-radius: 6px;
+ border-radius: 6px;
color: white;
text-shadow: 0 0 2px black;
}
@@ -129,7 +129,7 @@ div.viewOptions input {
font-family: Helvetica, Arial, sans-serif;
font-size: 100%;
border: 1px solid #b5b5b5;
- -webkit-border-radius: 6px;
+ border-radius: 6px;
padding: 0.3em 0.4em;
}
div.viewOptions input:focus {
@@ -307,7 +307,7 @@ div.help div {
max-width: 30em;
-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.33);
border: 1px solid #a8cfff;
- -webkit-border-radius: 0;
+ border-radius: 0;
line-height: 140%;
font-size: 92%;
}
diff --git a/chrome/browser/resources/about_memory_linux.html b/chrome/browser/resources/about_memory_linux.html
index 7731097..2e92150 100644
--- a/chrome/browser/resources/about_memory_linux.html
+++ b/chrome/browser/resources/about_memory_linux.html
@@ -59,9 +59,9 @@ div#header {
position: relative;
overflow: hidden;
background: #5296de;
- -webkit-background-size: 100%;
+ background-size: 100%;
border: 1px solid #3a75bd;
- -webkit-border-radius: 6px;
+ border-radius: 6px;
color: white;
text-shadow: 0 0 2px black;
}
@@ -129,7 +129,7 @@ div.viewOptions input {
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
border: 1px solid #b5b5b5;
- -webkit-border-radius: 6px;
+ border-radius: 6px;
padding: 0.3em 0.4em;
}
div.viewOptions input:focus {
@@ -305,7 +305,7 @@ div.help div {
max-width: 30em;
-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.33);
border: 1px solid #a8cfff;
- -webkit-border-radius: 0;
+ border-radius: 0;
line-height: 140%;
font-size: 92%;
}
diff --git a/chrome/browser/resources/about_memory_mac.html b/chrome/browser/resources/about_memory_mac.html
index 9b6d223..ebdfd12 100644
--- a/chrome/browser/resources/about_memory_mac.html
+++ b/chrome/browser/resources/about_memory_mac.html
@@ -59,9 +59,9 @@ div#header {
position: relative;
overflow: hidden;
background: #5296de;
- -webkit-background-size: 100%;
+ background-size: 100%;
border: 1px solid #3a75bd;
- -webkit-border-radius: 6px;
+ border-radius: 6px;
color: white;
text-shadow: 0 0 2px black;
}
@@ -129,7 +129,7 @@ div.viewOptions input {
font-family: Helvetica, sans-serif;
font-size: 100%;
border: 1px solid #b5b5b5;
- -webkit-border-radius: 6px;
+ border-radius: 6px;
padding: 0.3em 0.4em;
}
div.viewOptions input:focus {
@@ -305,7 +305,7 @@ div.help div {
max-width: 30em;
-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.33);
border: 1px solid #a8cfff;
- -webkit-border-radius: 0;
+ border-radius: 0;
line-height: 140%;
font-size: 92%;
}
diff --git a/chrome/browser/resources/about_os_credits.html b/chrome/browser/resources/about_os_credits.html
index 66366d0..29be803 100755
--- a/chrome/browser/resources/about_os_credits.html
+++ b/chrome/browser/resources/about_os_credits.html
@@ -19,7 +19,7 @@ body {
overflow:auto;
padding:2px;
margin-top:16px;
- -webkit-border-radius:5px;
+ border-radius:5px;
}
.product .title {
font-size:110%;
@@ -44,7 +44,7 @@ body {
clear:both;
background-color:#e8eef7;
padding:16px;
- -webkit-border-radius:3px;
+ border-radius:3px;
display:none;
}
.licence h3 {
diff --git a/chrome/browser/resources/bookmark_manager/css/bmm.css b/chrome/browser/resources/bookmark_manager/css/bmm.css
index d529261..d63d427 100644
--- a/chrome/browser/resources/bookmark_manager/css/bmm.css
+++ b/chrome/browser/resources/bookmark_manager/css/bmm.css
@@ -241,7 +241,7 @@ html[dir=rtl] .header form {
display: none;
pointer-events: none;
border: 1px solid hsl(214, 91%, 85%);;
- -webkit-border-radius: 3px;
+ border-radius: 3px;
-webkit-box-sizing: border-box;
background-color: hsla(214, 91%, 85%, .5);
overflow: hidden;
@@ -255,7 +255,7 @@ html[dir=rtl] .header form {
background-color: black;
background-clip: padding-box;
height: 8px;
- -webkit-border-radius: 0;
+ border-radius: 0;
z-index: 10;
}
diff --git a/chrome/browser/resources/bookmark_manager/css/list.css b/chrome/browser/resources/bookmark_manager/css/list.css
index e148337..c241738 100644
--- a/chrome/browser/resources/bookmark_manager/css/list.css
+++ b/chrome/browser/resources/bookmark_manager/css/list.css
@@ -8,7 +8,7 @@ list > * {
-webkit-user-select: none;
border: 1px solid rgba(255,255,255,0); /* transparent white */
background-color: rgba(255,255,255,0);
- -webkit-border-radius: 2px;
+ border-radius: 2px;
padding: 0px 3px;
line-height: 20px;
white-space: nowrap;
diff --git a/chrome/browser/resources/bookmark_manager/css/tree.css b/chrome/browser/resources/bookmark_manager/css/tree.css
index d1825e4..35a2663 100644
--- a/chrome/browser/resources/bookmark_manager/css/tree.css
+++ b/chrome/browser/resources/bookmark_manager/css/tree.css
@@ -9,7 +9,7 @@ tree {
-webkit-user-select: none;
border: 1px solid rgba(255,255,255,0); /* transparent white */
background-color: rgba(255,255,255,0);
- -webkit-border-radius: 2px;
+ border-radius: 2px;
padding: 0px 3px;
line-height: 20px;
white-space: nowrap;
diff --git a/chrome/browser/resources/filebrowse.html b/chrome/browser/resources/filebrowse.html
index 9242db0..5e61a94 100644
--- a/chrome/browser/resources/filebrowse.html
+++ b/chrome/browser/resources/filebrowse.html
@@ -325,15 +325,15 @@ div.iconmusic {
}
div.backbutton {
- -webkit-border-top-left-radius: 4px;
- -webkit-border-bottom-left-radius: 4px;
+ border-top-left-radius: 4px;
+ border-bottom-left-radius: 4px;
left: 6px;
top: 3px
}
div.fwdbutton {
- -webkit-border-top-right-radius: 4px;
- -webkit-border-bottom-right-radius: 4px;
+ border-top-right-radius: 4px;
+ border-bottom-right-radius: 4px;
left: 31px;
top: 3px;
}
@@ -362,7 +362,7 @@ div.filebutton {
padding-top:2px;
border:1px solid #abb6ce;
background-color: #f5f7fc;
- -webkit-border-radius: 5px;
+ border-radius: 5px;
text-align: center;
font-size:.8em;
}
@@ -478,7 +478,7 @@ div.fullcontainer {
padding-top: 1px;
border: 1px solid #999;
position: absolute;
- -webkit-border-radius: 5px;
+ border-radius: 5px;
}
.mediacontainer {
@@ -502,7 +502,7 @@ div.fullcontainer {
display: none;
z-index: 999;
background: white;
- -webkit-border-top-left-radius: 4px;
+ border-top-left-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.6);
padding: 5px;
}
diff --git a/chrome/browser/resources/incognito_tab.html b/chrome/browser/resources/incognito_tab.html
index 4d42c2f..cdff80a 100644
--- a/chrome/browser/resources/incognito_tab.html
+++ b/chrome/browser/resources/incognito_tab.html
@@ -16,7 +16,7 @@ html[dir="rtl"] .icon {
margin:0 3px 0 6px;
}
.content {
- -webkit-border-radius: 5px 5px;
+ border-radius: 5px 5px;
background-color:#eee;
color:black;
padding:10px 10px 10px 10px;
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css
index ba371e5..cb8ba07 100644
--- a/chrome/browser/resources/new_new_tab.css
+++ b/chrome/browser/resources/new_new_tab.css
@@ -75,11 +75,11 @@ html[anim='false'] *,
.thumbnail-wrapper {
display: block;
- -webkit-background-size: 212px 132px;
+ background-size: 212px 132px;
background: no-repeat 4px 4px;
background-color: white;
- -webkit-border-radius: 5px;
- -webkit-transition: -webkit-background-size .15s;
+ border-radius: 5px;
+ -webkit-transition: background-size .15s;
position: relative;
}
@@ -118,8 +118,8 @@ html[anim='false'] *,
font-size: 100%;
line-height: 17px;
background: hsl(213, 54%, 95%);
- -webkit-border-top-left-radius: 4px;
- -webkit-border-top-right-radius: 4px;
+ border-top-left-radius: 4px;
+ border-top-right-radius: 4px;
position: relative;
margin-top: 21px;
margin-bottom: -21px;
@@ -230,9 +230,8 @@ html[anim='false'] *,
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-
background: no-repeat 0 50%;
- -webkit-background-size: 16px;
+ background-size: 16px;
padding-left: 20px; /* we cannot use padding start here because even if we set
the direction we always want the icon on the same side
*/
@@ -249,15 +248,15 @@ html[dir=rtl] .thumbnail-container > .title > div {
.thumbnail {
border: 3px solid hsl(213, 63%, 93%);
padding: 1px;
- -webkit-border-radius: 5px;
+ border-radius: 5px;
display: block;
-webkit-box-shadow: 0px 2px 2px hsla(0, 0%, 0%, 0);
-webkit-transition: width .15s, height .15s, border-color .15s,
- -webkit-border-radius .15s, -webkit-box-shadow .15s;
+ border-radius .15s, -webkit-box-shadow .15s;
}
.edit-mode-border {
- -webkit-border-radius: 4px;
+ border-radius: 4px;
/* when dragged over we move this */
position: relative;
@@ -332,7 +331,7 @@ html[dir=rtl] .thumbnail-container > .title > div {
position: relative;
background-color: hsl(52, 100%, 80%);
border: 1px solid rgb(211, 211, 211);
- -webkit-border-radius: 6px;
+ border-radius: 6px;
padding: 7px 15px;
white-space: nowrap;
display: table;
@@ -416,7 +415,7 @@ html[dir=rtl] .thumbnail-container > .title > div {
background: no-repeat 0% 50%;
padding: 2px;
padding-left: 18px;
- -webkit-background-size: 16px;
+ background-size: 16px;
background-color: hsla(213, 63%, 93%, 0);
display: block;
line-height: 20px;
@@ -475,7 +474,7 @@ html[dir='rtl'] .item {
color: #555;
pointer-events: none;
border: 1px solid rgb(118, 118, 118);
- -webkit-border-radius: 3px;
+ border-radius: 3px;
padding: 0px 3px;
background: -webkit-gradient(linear, left top, left bottom,
from(white),
@@ -492,7 +491,7 @@ html[dir='rtl'] .item {
#recently-closed {
background-color: hsla(213, 60%, 92%, .4);
border: 1px solid hsl(213, 60%, 92%);
- -webkit-border-radius: 5px;
+ border-radius: 5px;
padding: 5px 0px;
white-space: nowrap;
overflow-x: hidden;
@@ -525,7 +524,7 @@ html[dir='rtl'] .item {
#sync-status {
display: none;
- -webkit-border-radius: 6px;
+ border-radius: 6px;
padding: 5px 0;
margin: 10px 0;
white-space: nowrap;
@@ -752,7 +751,7 @@ html[dir='rtl'] #option-menu > [command='hide']:before {
margin-bottom: 20px;
background-color: hsl(52, 100%, 80%);
border: 1px solid rgb(211, 211, 211);
- -webkit-border-radius: 6px;
+ border-radius: 6px;
padding: 7px 10px;
white-space: nowrap;
text-align: center;
@@ -825,7 +824,7 @@ html[dir='rtl'] #option-menu > [command='hide']:before {
}
.thumbnail-wrapper {
- -webkit-background-size: 150px 93px;
+ background-size: 150px 93px;
}
.list > .thumbnail-container {
diff --git a/chrome/browser/resources/safe_browsing_malware_block.html b/chrome/browser/resources/safe_browsing_malware_block.html
index a3dce266..45a0eea 100644
--- a/chrome/browser/resources/safe_browsing_malware_block.html
+++ b/chrome/browser/resources/safe_browsing_malware_block.html
@@ -26,7 +26,7 @@ body {
padding:20px;
position:relative;
-webkit-box-shadow:3px 3px 8px #200;
- -webkit-border-radius:5px;
+ border-radius:5px;
}
html[dir='rtl'] .box {
text-align:right;
diff --git a/chrome/browser/resources/safe_browsing_multiple_threat_block.html b/chrome/browser/resources/safe_browsing_multiple_threat_block.html
index 6e7c494..c1aba11 100644
--- a/chrome/browser/resources/safe_browsing_multiple_threat_block.html
+++ b/chrome/browser/resources/safe_browsing_multiple_threat_block.html
@@ -26,7 +26,7 @@ body {
padding:20px;
position:relative;
-webkit-box-shadow:3px 3px 8px #200;
- -webkit-border-radius:5px;
+ border-radius:5px;
}
html[dir='rtl'] .box {
text-align:right;
diff --git a/chrome/browser/resources/safe_browsing_phishing_block.html b/chrome/browser/resources/safe_browsing_phishing_block.html
index 581a03c..d34e583 100644
--- a/chrome/browser/resources/safe_browsing_phishing_block.html
+++ b/chrome/browser/resources/safe_browsing_phishing_block.html
@@ -26,7 +26,7 @@ body {
padding:20px;
position:relative;
-webkit-box-shadow:3px 3px 8px #200;
- -webkit-border-radius:5px;
+ border-radius:5px;
}
html[dir='rtl'] .box {
text-align:right;
diff --git a/chrome/browser/security/resources/ssl_error.html b/chrome/browser/security/resources/ssl_error.html
index 67e5954..c7480c2 100644
--- a/chrome/browser/security/resources/ssl_error.html
+++ b/chrome/browser/security/resources/ssl_error.html
@@ -26,7 +26,7 @@ body {
padding:20px;
position:relative;
-webkit-box-shadow:3px 3px 8px #200;
- -webkit-border-radius:5px;
+ border-radius:5px;
}
html[dir='rtl'] .box {
text-align:right;
diff --git a/chrome/browser/security/resources/ssl_roadblock.html b/chrome/browser/security/resources/ssl_roadblock.html
index 8bfa4f0..b202701 100644
--- a/chrome/browser/security/resources/ssl_roadblock.html
+++ b/chrome/browser/security/resources/ssl_roadblock.html
@@ -26,7 +26,7 @@ body {
padding:20px;
position:relative;
-webkit-box-shadow:3px 3px 8px #200;
- -webkit-border-radius:5px;
+ border-radius:5px;
}
html[dir='rtl'] .box {
text-align:right;
diff --git a/chrome/browser/sync/resources/about_sync.html b/chrome/browser/sync/resources/about_sync.html
index 0fbd6df..ef14dce 100644
--- a/chrome/browser/sync/resources/about_sync.html
+++ b/chrome/browser/sync/resources/about_sync.html
@@ -1,10 +1,10 @@
<html>
</html>
-<html id="t">
-<head>
-<title>About Sync</title>
-
-<style type="text/css">
+<html id="t">
+<head>
+<title>About Sync</title>
+
+<style type="text/css">
body {
font-size: 84%;
font-family: Arial, Helvetica, sans-serif;
@@ -12,14 +12,14 @@ body {
margin: 0;
min-width: 45em;
}
-
+
h1 {
font-size: 110%;
font-weight: bold;
color: #4a8ee6;
letter-spacing: -1px;
padding: 0;
- margin: 0;
+ margin: 0;
}
h2 {
font-size: 110%;
@@ -32,10 +32,10 @@ h2 {
color: #3a75bd;
margin-left: -38px;
padding-left: 38px;
-
+
border-top: 1px solid #3a75bd;
padding-top: 0.5em;
-
+
}
h2:first-child {
border-top: 0;
@@ -50,9 +50,9 @@ div#header {
position: relative;
overflow: hidden;
background: #5296de;
- -webkit-background-size: 100%;
+ background-size: 100%;
border: 1px solid #3a75bd;
- -webkit-border-radius: 6px;
+ border-radius: 6px;
color: white;
text-shadow: 0 0 2px black;
}
@@ -96,10 +96,10 @@ table.list tr th:nth-last-child(1) {
table.list:not([class*='filtered']) .tab .name {
padding-left: 1.5em;
}
-
+
table.list .name {
}
-
+
table.list .name div {
height: 1.6em;
overflow: hidden;
@@ -155,11 +155,10 @@ table.list#details .name {
<div jscontent="stat_name"></div>
</td>
<td class='number'>
- <div jscontent="stat_value"></div>
+ <div jscontent="stat_value"></div>
</td>
- </tr>
+ </tr>
</table>
</div>
</body>
</html>
-
diff --git a/chrome/browser/sync/resources/gaia_login.html b/chrome/browser/sync/resources/gaia_login.html
index 2b555ec..b7bf63a 100755
--- a/chrome/browser/sync/resources/gaia_login.html
+++ b/chrome/browser/sync/resources/gaia_login.html
@@ -1,13 +1,13 @@
<html i18n-values="dir:textdirection;">
<style type="text/css"><!--
body,td,div,p,a,font,span {font-family: arial,sans-serif;}
- body { bgcolor:"#ffffff" }
- A:link {color:#0000cc; }
+ body { bgcolor:"#ffffff" }
+ A:link {color:#0000cc; }
A:visited { color:#551a8b; }
A:active { color:#ff0000; }
.form-noindent {background-color: #ffffff; border: #C3D9FF 1px solid}
---></style>
- <head>
+--></style>
+ <head>
<style type="text/css"><!--
.body { margin-left: 3em;
margin-right: 5em;
@@ -20,7 +20,7 @@
}
#gaia_account_text { font-weight: bold; }
div.errorbox-good {}
- div.errorbox-bad {}
+ div.errorbox-bad {}
div.errormsg { color: red; font-size: smaller;
font-family: arial,sans-serif;
display: none;}
@@ -29,10 +29,10 @@
div.errormsgspacer { min-height: 1em;}
font.errormsgspacer { font-size: smaller;
font-family: arial,sans-serif;}
-
+
hr {
border: 0;
- background-color:#DDDDDD;
+ background-color:#DDDDDD;
height: 1px;
width: 100%;
text-align: left;
@@ -43,7 +43,7 @@
}
#captcha_wrapper {
- -webkit-background-size: 200px 70px;
+ background-size: 200px 70px;
background: no-repeat;
background-position: center;
background-color: #e8eefa;
@@ -71,14 +71,14 @@
height: 5px;
}
-->
- </style>
- </head>
+ </style>
+ </head>
<body bgcolor="#ffffff" vlink="#666666"
i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"
- style="margin-bottom: 0; margin-top: 6px;" onload="initForm();">
- <table width="100%" align="center" cellpadding="1" cellspacing="1">
- <tr>
- <td valign="top"> <!-- LOGIN BOX -->
+ style="margin-bottom: 0; margin-top: 6px;" onload="initForm();">
+ <table width="100%" align="center" cellpadding="1" cellspacing="1">
+ <tr>
+ <td valign="top"> <!-- LOGIN BOX -->
<script>
// Variable to track if a captcha challenge was issued. If this gets set to
// true, it stays that way until we are told about successful login from
@@ -106,31 +106,31 @@
function gaia_setFocus() {
var f = null;
- if (document.getElementById) {
+ if (document.getElementById) {
f = document.getElementById("gaia_loginform");
- } else if (window.gaia_loginform) {
+ } else if (window.gaia_loginform) {
f = window.gaia_loginform;
- }
+ }
if (f) {
if (f.Email && (f.Email.value == null || f.Email.value == "")) {
f.Email.focus();
} else if (f.Passwd) {
f.Passwd.focus();
- }
+ }
}
}
-
+
function advanceThrobber() {
var throbber = document.getElementById('throb');
throbber.style.backgroundPositionX =
((parseInt(throbber.style.backgroundPositionX) - 16) % 576) + 'px';
}
-
+
function showGaiaLogin(args) {
var throbber = document.getElementById('throbber_container');
throbber.style.display = "none";
var f = document.getElementById("gaia_loginform");
- if (f) {
+ if (f) {
f.Email.value = args.user;
}
if (1 == args.error) {
@@ -175,12 +175,12 @@
function CloseDialog() {
chrome.send("DialogClose", [""]);
}
-
+
function showGaiaSuccessAndClose() {
document.getElementById("signIn").value = templateData['success'];
setTimeout(CloseDialog, 1600);
}
-
+
function showGaiaSuccessAndSettingUp() {
document.getElementById("signIn").value = templateData['settingup'];
}
@@ -221,7 +221,7 @@
document.getElementById("signIn").disabled = true;
chrome.send("SubmitAuth", [result]);
}
-
+
function setElementDisplay(id, display) {
var d = document.getElementById(id);
if (d)
@@ -236,22 +236,22 @@
document.getElementById('Email').disabled = false;
document.getElementById('Passwd').disabled = false;
}
-
+
function resetErrorVisibility() {
setElementDisplay("errormsg_0_Email", 'none');
setElementDisplay("errormsg_0_Password", 'none');
setElementDisplay("errormsg_1_Password", 'none');
setElementDisplay("errormsg_0_Connection", 'none');
- }
-
+ }
+
function setErrorVisibility() {
resetErrorVisibility();
- var f = document.getElementById("gaia_loginform");
+ var f = document.getElementById("gaia_loginform");
if (null == f.Email.value || "" == f.Email.value) {
setElementDisplay("errormsg_0_Email", 'table-row');
setBlurbError();
return false;
- }
+ }
if (null == f.Passwd.value || "" == f.Passwd.value) {
setElementDisplay("errormsg_0_Password", 'table-row');
setBlurbError();
@@ -259,11 +259,11 @@
}
return true;
}
- </script>
+ </script>
<style type="text/css"><!--
div.errormsg { color: red; font-size: smaller; font-family:arial,sans-serif; }
- font.errormsg { color: red; font-size: smaller; font-family:arial,sans-serif;}
---></style>
+ font.errormsg { color: red; font-size: smaller; font-family:arial,sans-serif;}
+--></style>
<style type="text/css"><!--
.gaia.le.lbl { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
.gaia.le.fpwd { font-family: Arial, Helvetica, sans-serif; font-size: 70%; }
@@ -271,10 +271,10 @@
.gaia.le.val { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
.gaia.le.button { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
.gaia.le.rem { font-family: Arial, Helvetica, sans-serif; font-size: smaller; }
-.gaia.captchahtml.desc { font-family: arial, sans-serif; font-size: smaller; }
+.gaia.captchahtml.desc { font-family: arial, sans-serif; font-size: smaller; }
.gaia.captchahtml.cmt { font-family: arial, sans-serif; font-size: smaller;
font-style: italic; }
---></style>
+--></style>
<div id="top_blurb">
<p><font size="-1"><span i18n-content="introduction"></span></font></p>
</div>
@@ -284,98 +284,98 @@
<b><span i18n-content="errorsigningin"></span></b>
</font></p>
</div>
-<form id="gaia_loginform" onsubmit="sendCredentialsAndClose(); return false;">
-<div id="gaia_loginbox">
+<form id="gaia_loginform" onsubmit="sendCredentialsAndClose(); return false;">
+<div id="gaia_loginbox">
<table id="content_table" class="form-noindent" cellspacing="0" cellpadding="5"
- width="75%" border="0" align="center">
- <tr>
+ width="75%" border="0" align="center">
+ <tr>
<td valign="top" style="text-align:center" nowrap="nowrap"
- bgcolor="#e8eefa">
- <div>
+ bgcolor="#e8eefa">
+ <div>
<table id="gaia_table" align="center" border="0" cellpadding="1"
- cellspacing="0">
+ cellspacing="0">
<tr>
<td id="topspacer" class="toppageverticalspace" colspan="2"></td>
</tr>
- <tr>
- <td colspan="2" align="center">
- <table>
- <tr>
+ <tr>
+ <td colspan="2" align="center">
+ <table>
+ <tr>
<td valign="top" id="gaia_logo">
<img src="google_transparent.png" alt="Google">
- </img>
- </td>
- <td valign="middle">
+ </img>
+ </td>
+ <td valign="middle">
<font size="+0">
<span id="gaia_account_text" i18n-content="signinsuffix"></span>
- </font>
- </td>
- </tr>
- </table>
- </td>
- </tr>
+ </font>
+ </td>
+ </tr>
+ </table>
+ </td>
+ </tr>
<script type="text/javascript"><!--
function onPreCreateAccount() {
return true;
}
function onPreLogin() {
if (window["onlogin"] != null) {
- return onlogin();
+ return onlogin();
} else {
return true;
}
}
- --></script>
- <tr>
- <td colspan="2" align="center"> </td>
+ --></script>
+ <tr>
+ <td colspan="2" align="center"> </td>
</tr>
<tr>
<td nowrap="nowrap">
<div class="endaligned">
<span class="gaia le lbl" i18n-content="emaillabel">
- </span>
- </div>
- </td>
- <td>
+ </span>
+ </div>
+ </td>
+ <td>
<input type="text" name="Email" id="Email" size="18"
- value="" class='gaia le val' />
- </td>
+ value="" class='gaia le val' />
+ </td>
</tr>
- <tr>
- <td></td>
+ <tr>
+ <td></td>
<td>
<div class="errormsg" id="errormsg_0_Email"
i18n-content="cannotbeblank">
- </div>
- </td>
- </tr>
- <tr>
+ </div>
+ </td>
+ </tr>
+ <tr>
<td></td>
<td></td>
</tr>
<tr>
<td class="endaligned">
<span class="gaia le lbl" i18n-content="passwordlabel">
- </span>
- </td>
- <td>
+ </span>
+ </td>
+ <td>
<input type="password" name="Passwd" id="Passwd" size="18"
- class="gaia le val"/>
- </td>
- </tr>
- <tr>
- <td>
- </td>
+ class="gaia le val"/>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ </td>
<td>
<div class="errormsgspacer">
<div class="errormsg" id="errormsg_0_Password"
i18n-content="cannotbeblank">
- </div>
+ </div>
<div class="errormsg" id="errormsg_1_Password">
<span i18n-content="invalidcredentials"></span>[<a i18n-values="href:invalidpasswordhelpurl" target="_blank">?</a>]
</div>
- </div>
- </td>
+ </div>
+ </td>
</tr>
<tr>
<td colspan="2">
@@ -400,7 +400,7 @@
<td colspan="2" align="center">
<input type="text" name="CaptchaValue"
id="CaptchaValue" size="18"
- value="" class="gaia le val" />
+ value="" class="gaia le val" />
</td>
</tr>
</tbody>
@@ -412,22 +412,22 @@
<td colspan="2" align="center">
<div class="errormsg" id="errormsg_0_Connection"
i18n-content="couldnotconnect">
- </div>
- </td>
- </tr>
- <tr>
- <td>
+ </div>
</td>
+ </tr>
+ <tr>
<td>
</td>
- </tr>
- <tr>
+ <td>
+ </td>
+ </tr>
+ <tr>
<td colspan="2">
<table align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<div id="throbber_container" style="display:none;">
- <div id="throb" style="background-image:url(throbber.png);
+ <div id="throb" style="background-image:url(throbber.png);
width:16px; height:16px; background-position:0px;
margin:0px 10px 0px 10px">
</div>
@@ -440,16 +440,16 @@
</td>
</tr>
</table>
- </td>
+ </td>
</tr>
- <tr id="ga-fprow">
+ <tr id="ga-fprow">
<td colspan="2" height="16.0" class="gaia le fpwd"
align="center" valign="bottom">
<a i18n-values="href:cannotaccessaccounturl"
target="_blank" i18n-content="cannotaccessaccount">
- </a>
+ </a>
</td>
- </tr>
+ </tr>
<tr>
<td id="createaccountcell" colspan="2" height="16.0"
class="gaia le fpwd" align="center" valign="bottom">
@@ -458,25 +458,25 @@
i18n-content="createaccount" target="_blank">
</a>
</div>
- </td>
+ </td>
</tr>
- </table>
- </div>
- </td>
- </tr>
-</table>
-</div>
-</form>
-</td>
+ </table>
+ </div>
+ </td>
+ </tr>
+</table>
+</div>
+</form>
+</td>
</tr>
<tr>
<td class="cancelspacenocaptcha" id="cancelspacer" colspan="2">
</td>
</tr>
-</table>
+</table>
<div class="endaligned">
<input type="button" name="cancel" i18n-values="value:cancel"
onclick="CloseDialog();" style="width:85" />
</div>
-</body>
+</body>
</html>