qcobjects-charts
Version:
App template for New App in QCObjects
22 lines (20 loc) • 415 B
CSS
/* Insert here your custom CSS */
nav > span.topnav{
padding-left: 70px ;
}
nav .topnav .login-container {
float: none ;
width: auto;
left: 45% ;
height: auto;
position: absolute ;
}
.topnav a.createaccountlink1 {
display: none ;
}
.topnav a.createaccountlink2 {
display: block ;
}
nav form {
width:100% ;
}