Add connect defaults readonly flag, closes #10
This commit is contained in:
parent
fcd204321a
commit
39641c315f
6 changed files with 96 additions and 72 deletions
|
@ -219,8 +219,18 @@ i[class*=' icon-']:before {
|
|||
}
|
||||
|
||||
.connect-form h1 {
|
||||
margin-bottom: 15px;
|
||||
text-align: center;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.connect-details {
|
||||
color: #999;
|
||||
text-align: center;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.connect-details h2 {
|
||||
color: #6bb758;
|
||||
}
|
||||
|
||||
.connect-form input {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue