File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed
Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -2875,7 +2875,6 @@ a.button.cancel {
28752875}
28762876
28772877.additional-info {
2878- margin-left : 30px ;
28792878 margin-top : 30px ;
28802879 width : 547px ;
28812880}
@@ -2884,12 +2883,11 @@ a.button.cancel {
28842883 height : 22px ;
28852884 font-weight : normal;
28862885}
2886+
28872887.additional-info td .details {
28882888 padding-left : 20px ;
28892889}
28902890
2891-
2892-
28932891: focus {outline : none;}
28942892::-moz-focus-inner {border : 0 ;}
28952893
Original file line number Diff line number Diff line change 299299 < table class ="additional-info ">
300300 < tr >
301301 < td >
302- < ?=__('SUBJECT')?> :
302+ < b > < ?=__('SUBJECT')?> :</ b >
303303 </ td >
304304 < td class ="details ">
305305 < ?=$v_ssl_subject?>
308308 < ? if($v_ssl_aliases){?>
309309 < tr >
310310 < td >
311- < ?=__('ALIASES')?> :
311+ < b > < ?=__('ALIASES')?> :</ b >
312312 </ td >
313313 < td class ="details ">
314314 < ?=$v_ssl_aliases?>
317317 < ? } ?>
318318 < tr >
319319 < td >
320- < ?=__('NOT_BEFORE')?> :
320+ < b > < ?=__('NOT_BEFORE')?> :</ b >
321321 </ td >
322322 < td class ="details ">
323323 < ?=$v_ssl_not_before?>
324324 </ td >
325325 </ tr >
326326 < tr >
327327 < td >
328- < ?=__('NOT_AFTER')?> :
328+ < b > < ?=__('NOT_AFTER')?> :</ b >
329329 </ td >
330330 < td class ="details ">
331331 < ?=$v_ssl_not_after?>
332332 </ td >
333333 </ tr >
334334 < tr >
335335 < td >
336- < ?=__('SIGNATURE')?> :
336+ < b > < ?=__('SIGNATURE')?> :</ b >
337337 </ td >
338338 < td class ="details ">
339339 < ?=$v_ssl_signature?>
340340 </ td >
341341 </ tr >
342342 < tr >
343343 < td >
344- < ?=__('PUB_KEY')?> :
344+ < b > < ?=__('PUB_KEY')?> :</ b >
345345 </ td >
346346 < td class ="details ">
347347 < ?=$v_ssl_pub_key?>
348348 </ td >
349349 </ tr >
350350 < tr >
351351 < td >
352- < ?=__('ISSUER')?> :
352+ < b > < ?=__('ISSUER')?> :</ b >
353353 </ td >
354354 < td class ="details ">
355355 < ?=$v_ssl_issuer?>
You can’t perform that action at this time.
0 commit comments