Commit b678b5e5 by nnnghia98

fix css

parent a701d6e3
...@@ -87,3 +87,32 @@ footer { ...@@ -87,3 +87,32 @@ footer {
margin-top: 45px; margin-top: 45px;
@include box_sizing; @include box_sizing;
} }
/* forms */
#error_explanation {
color: red;
ul {
color: red;
margin: 0 0 30px 0;
}
}
.flash-messages {
padding-top: 15px;
}
.field_with_errors {
.form-control {
color: red;
}
}
.checkbox {
margin-top: -10px;
margin-bottom: 10px;
span {
margin-left: 20px;
font-weight: normal;
}
}
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<%= render "layouts/rails_default" %> <%= render "layouts/rails_default" %>
</head> </head>
<body> <body>
<div class="container-fluid"> <div class="container-fluid flash-messages">
<p class="notice"><%= notice %></p> <p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p> <p class="alert"><%= alert %></p>
</div> </div>
......
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