Skip to content

Commit be08a6a

Browse files
committed
Fix styling for registration page
1 parent ace5adb commit be08a6a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

public/css/custom.css

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,12 @@ section.login .flash {
144144
section.register {
145145
margin: auto;
146146
text-align: center;
147+
width: 400px;
147148
}
149+
148150
section.register .title {
149151
text-align: left;
150-
margin-left: 150px
152+
margin-left: 50px
151153
}
152154
section.register input[type='text'],
153155
section.register input[type='password'] {
@@ -517,14 +519,10 @@ input:read-only {
517519
width: 100% !important;
518520
}
519521

520-
#lintButtonHome {
521-
display: none;
522-
}
523-
524522
#preview {
525523
margin-top: -15px !important;
526524
margin-left: 0px !important;
527-
margin-bottom: 15px !important;
525+
margin-bottom: 45px !important;
528526
float: left !important;
529527
width: 100% !important;
530528
}

0 commit comments

Comments
 (0)