AAA, NAC, Guest Access & BYOD

 View Only
last person joined: one year ago 

Solutions for legacy and existing products and solutions, including Clearpass, CPPM, OnBoard, OnGuard, Guest, QuickConnect, AirGroup, and Introspect

How to center align the Web Login page of CPPM 

Jul 11, 2014 06:28 PM

This article speaks about customizing the Web login page.

 

Environment: This article holds good for all the versions of CPPM.

 

We would just need to insert the below code in the header section of the pages which we would want to be center aligned.

 

{literal}
<style type="text/css">
TABLE.nwaContent,
DIV.nwaContent {
  border: 1px solid #A1A1A1;
  background-color: #FFFFFF;
  border-color: #A1A1A1 #5E5E5E #5E5E5E #A1A1A1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  align: center;
  margin-left:auto;
  margin-right:auto;
}
</style>
{/literal}

Statistics
0 Favorited
1 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.