This repository has been archived by the owner on Feb 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #141 from MyDry/develop
Develop
- Loading branch information
Showing
10 changed files
with
101 additions
and
58 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,6 +88,9 @@ html { | |
.padding{ | ||
min-width: 750px; | ||
} | ||
.pad .header{ | ||
min-width: 800px; | ||
} | ||
} | ||
|
||
.smart-phone{ | ||
|
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 |
---|---|---|
|
@@ -56,3 +56,7 @@ | |
text-transform: uppercase; | ||
} | ||
} | ||
.login_pad{ | ||
margin: 50px auto; | ||
width: 500px; | ||
} |
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
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,18 +1,20 @@ | ||
<div class="main"> | ||
<div class="container"> | ||
<div class="form-group col-xs-4"> | ||
<%= form_for(@user, url: login_path) do |f| %> | ||
<!-- | ||
<%= f.label :email, 'メールアドレス' %><br> | ||
<%= f.email_field :email, class: 'form-control', placeholder: 'メールアドレスを入力' %><br> | ||
--> | ||
<%= f.label :name, 'ユーザー名' %><br> | ||
<%= f.text_field :name, class: 'form-control', placeholder: 'ユーザー名を入力' %><br> | ||
<%= f.label :password, 'パスワード' %> | ||
<%= f.password_field :password , class: 'form-control', placeholder: 'パスワードを入力'%><br> | ||
<div class="login_pad"> | ||
<%= form_for(@user, url: login_path) do |f| %> | ||
<!-- | ||
<%= f.label :email, 'メールアドレス' %><br> | ||
<%= f.email_field :email, class: 'form-control', placeholder: 'メールアドレスを入力' %><br> | ||
--> | ||
<!--<%= f.label :name, 'ユーザー名' %><br>--> | ||
<%= f.text_field :name, class: 'form-control', placeholder: 'ユーザー名を入力' %><br> | ||
<!--<%= f.label :password, 'パスワード' %>--> | ||
<%= f.password_field :password , class: 'form-control', placeholder: 'パスワードを入力'%><br> | ||
|
||
<%= f.submit 'ログイン', class: 'btn btn-default', style: "background-color: #00BABD; color: white;" %> | ||
<% end %> | ||
<%= f.submit 'ログイン', class: 'btn btn-default', style: "background-color: #00BABD; color: white;" %> | ||
<% end %> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
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,17 +1,19 @@ | ||
<div class="main"> | ||
<div class="mobile"> | ||
<div align="center"> | ||
<%= form_for(@user, url: login_path) do |f| %> | ||
<!-- | ||
<div class="login_pad"> | ||
<%= form_for(@user, url: login_path) do |f| %> | ||
<!-- | ||
<%= f.label :email, 'メールアドレス' %><br> | ||
<%= f.email_field :email, class: 'form-control', placeholder: 'メールアドレスを入力' %><br> | ||
--> | ||
<%= f.label :name, 'ユーザー名' %><br> | ||
<!--<%= f.label :name, 'ユーザー名' %><br>--> | ||
<%= f.text_field :name, class: 'form-control', placeholder: 'ユーザー名を入力', style:"font-size: 50px" %><br> | ||
<%= f.label :password, 'パスワード' %> | ||
<!--<%= f.label :password, 'パスワード' %>--> | ||
<%= f.password_field :password , class: 'form-control', placeholder: 'パスワードを入力', style:"font-size: 50px" %><br> | ||
<%= f.submit 'ログイン', class: 'btn btn-default btn-lg', style: "background-color: #00BABD; color: white; width: 500px; height: 80px; font-size: 40px;" %> | ||
<% end %> | ||
<% end %> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
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