Skip to content

Commit 7671565

Browse files
solemabrothersssmusoke
authored andcommitted
Make the login page fields font to be consistent with the rest of the app (#455)
1 parent 03bf45e commit 7671565

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

omod/src/main/webapp/pages/aijarLogin.gsp

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@
141141
padding: 10px;
142142
background: beige;
143143
}
144+
#login-form input{
145+
font-family: "OpenSans", Arial, sans-serif;
146+
}
144147
#fieldset{
145148
margin-left: 200px;
146149
margin-top: 100px;
@@ -158,10 +161,6 @@
158161
text-align: center;
159162
font-weight: bold;
160163
font-family:Arial-BoldMT
161-
}
162-
#credentials{
163-
font-family:Arial-BoldMT
164-
165164
}
166165
167166
ul.select li.selected {
@@ -277,17 +276,17 @@
277276
<form id="login-form" method="post" autocomplete="off">
278277
<fieldset id="fieldset">
279278

280-
<div id="subtitle">ACCESS UgEMR</div>
279+
<div id="subtitle"> ${healthCenter} </div>
281280
${ui.includeFragment("referenceapplication", "infoAndErrorMessages")}
282281
<table class="table-table table-borderless table-condensed table-hover">
283282
<tr>
284283
<td>
285-
<label for="username" id="credentials">
284+
<label for="username">
286285
${ui.message("referenceapplication.login.username")}:
287286
</label>
288287
</td>
289288
<td>
290-
<div class="input-group form-group" style="padding-top: 10px">
289+
<div class="input-group form-group" style="padding-top: 10px">
291290
<div class="input-group-prepend">
292291
<span class="input-group-text"><i class="icon-user"></i></span>
293292
</div>
@@ -300,12 +299,12 @@
300299
<tr>
301300
<td>
302301

303-
<label for="password" id="credentials">
302+
<label for="password">
304303
${ui.message("referenceapplication.login.password")}:
305304
</label>
306305
</td>
307306
<td>
308-
<div class="input-group form-group" style="padding-top: 10px">
307+
<div class="input-group form-group" style="padding-top: 10px">
309308
<div class="input-group-prepend">
310309
<span class="input-group-text"><i class="icon-key"></i></span>
311310
</div>
@@ -315,7 +314,7 @@
315314
</td>
316315
</tr>
317316
<tr>
318-
<td id="credentials">
317+
<td>
319318
Select Location:
320319
</td>
321320
<td>

0 commit comments

Comments
 (0)