-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into c-cleanup-server-code
- Loading branch information
Showing
4 changed files
with
28 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,18 @@ | ||
.login | ||
&.controls | ||
padding 11px 13px | ||
text-align right | ||
width 300px | ||
padding 21px | ||
overflow hidden | ||
|
||
h1 | ||
text-align center | ||
.username | ||
margin-right 8px | ||
position relative | ||
h1 span | ||
display block | ||
line-height 1.21 | ||
form | ||
input | ||
padding 8px | ||
margin-bottom 5px | ||
width 100% | ||
display block | ||
[type=submit] | ||
margin-top 5px | ||
float right |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters