File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
omod/src/main/webapp/pages Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 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 ;
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 {
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 >
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 >
315314 </td >
316315 </tr >
317316 <tr >
318- <td id = " credentials " >
317+ <td >
319318 Select Location:
320319 </td >
321320 <td >
You can’t perform that action at this time.
0 commit comments