| commit | f03af6cfd000e1f92a65b4426b2a3c6551410ef9 | [log] [tgz] |
|---|---|---|
| author | Edwin Kempin <ekempin@google.com> | Mon Jan 08 08:55:51 2018 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 08 08:55:51 2018 +0000 |
| tree | 7887629604f8839eb1ef5377cd4f18ad0b5aa1d7 | |
| parent | 0f9de4cd453ac4bb0ad2668667ebec90763d9ba3 [diff] | |
| parent | 7f21e91bc44245998f09af8fc68d0f163bd612bc [diff] |
Merge "Add attributes to <body> tag of login forms"
diff --git a/resources/com/google/gerrit/httpd/auth/ldap/LoginForm.html b/resources/com/google/gerrit/httpd/auth/ldap/LoginForm.html index 64d16c5..c5e38b3 100644 --- a/resources/com/google/gerrit/httpd/auth/ldap/LoginForm.html +++ b/resources/com/google/gerrit/httpd/auth/ldap/LoginForm.html
@@ -15,7 +15,7 @@ </style> <style id="gerrit_sitecss" type="text/css"></style> </head> - <body> + <body class="login" id="login_ldap"> <div id="gerrit_topmenu" style="height:45px;" class="gerritTopMenu"></div> <div id="gerrit_header"></div> <div id="gerrit_body" class="gerritBody">
diff --git a/resources/com/google/gerrit/httpd/auth/oauth/LoginForm.html b/resources/com/google/gerrit/httpd/auth/oauth/LoginForm.html index f7814c0..67c40c3 100644 --- a/resources/com/google/gerrit/httpd/auth/oauth/LoginForm.html +++ b/resources/com/google/gerrit/httpd/auth/oauth/LoginForm.html
@@ -24,7 +24,7 @@ </style> <style id="gerrit_sitecss" type="text/css"></style> </head> - <body> + <body class="login" id="login_oauth"> <div id="gerrit_topmenu" style="height:45px;" class="gerritTopMenu"></div> <div id="gerrit_header"></div> <div id="gerrit_body" class="gerritBody">
diff --git a/resources/com/google/gerrit/httpd/auth/openid/LoginForm.html b/resources/com/google/gerrit/httpd/auth/openid/LoginForm.html index 07e09f5..4923143 100644 --- a/resources/com/google/gerrit/httpd/auth/openid/LoginForm.html +++ b/resources/com/google/gerrit/httpd/auth/openid/LoginForm.html
@@ -39,7 +39,7 @@ </style> <style id="gerrit_sitecss" type="text/css"></style> </head> - <body> + <body class="login" id="login_openid"> <div id="gerrit_topmenu" style="height:45px;" class="gerritTopMenu"></div> <div id="gerrit_header"></div> <div id="gerrit_body" class="gerritBody">