Add attributes to <body> tag of login forms

When integrators of Gerrit want to style the login forms, having a class or
ID for the <body> tag come in very handy.

Change-Id: I073424241c5bf4430ce3c3476b2836f022dc1140
This commit is contained in:
Steffen Gebert 2018-01-08 07:54:23 +01:00 committed by Paladox
parent 91e2d3b086
commit a1afe1a893
3 changed files with 3 additions and 3 deletions

View File

@ -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">

View File

@ -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">

View File

@ -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">