Commit 60733fbe by Thanh Hung Pham

Merge branch 'master' into hungpt_register_and_login

parents b784e14a b03a88fd
...@@ -53,6 +53,9 @@ group :development do ...@@ -53,6 +53,9 @@ group :development do
gem 'figaro' gem 'figaro'
gem 'spring' gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0' gem 'spring-watcher-listen', '~> 2.0.0'
gem 'better_errors'
gem 'binding_of_caller'
gem 'rubyzip'
end end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
......
...@@ -16,6 +16,13 @@ footer { ...@@ -16,6 +16,13 @@ footer {
} }
} }
input {
border: 1px solid $bbb;
height: auto;
margin-bottom: 15px;
width: 100%;
}
.navbar-inverse { .navbar-inverse {
background-color: $eee; background-color: $eee;
border-color: $color888; border-color: $color888;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment