Fix css bug.

This commit is contained in:
BoHung Chiu 2021-11-29 11:11:30 +08:00
parent 4118f5d7f6
commit 1c5ded4a08
7 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ body{
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{ .layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #727272; color: #727272;
} }
.layout-footer-inner a: hover{ .layout-footer-inner a:hover{
color: #000000; color: #000000;
} }
.layout-content{ .layout-content{

View File

@ -11,7 +11,7 @@ body{
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{ .layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #727272; color: #727272;
} }
.layout-footer-inner a: hover{ .layout-footer-inner a:hover{
color: #000000; color: #000000;
} }
.layout-content{ .layout-content{

View File

@ -11,7 +11,7 @@ body{
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{ .layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #96a1ca; color: #96a1ca;
} }
.layout-footer-inner a: hover{ .layout-footer-inner a:hover{
color: #ffffff; color: #ffffff;
} }
.layout-content{ .layout-content{

View File

@ -8,7 +8,7 @@ body{
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{ .layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #606060; color: #606060;
} }
.layout-footer-inner a: hover{ .layout-footer-inner a:hover{
color: #000000; color: #000000;
} }
.layout-content{ .layout-content{

View File

@ -7,7 +7,7 @@ body{
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{ .layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #606060; color: #606060;
} }
.layout-footer-inner a: hover{ .layout-footer-inner a:hover{
color: #000000; color: #000000;
} }
.layout-content{ .layout-content{

View File

@ -16,7 +16,7 @@ body{
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{ .layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
color: #6f6f70; color: #6f6f70;
} }
.layout-footer-inner a: hover{ .layout-footer-inner a:hover{
color: #000000; color: #000000;
} }
.layout-content{ .layout-content{

View File

@ -76,7 +76,7 @@
</span> </span>
<div class="col-sm-10"> <div class="col-sm-10">
<label style="float: left;border-color: #666666" class="btn"> <label style="float: left;border-color: #666666" class="btn">
<%= f.file_field :file, :required => f.object.new_record?, :style=>"position: absolute;width: 0.00000001em;" %> <%= f.file_field :file, :required => f.object.new_record?, :style=>"position: absolute;width: 0.00000001em;border: 0;margin: 0;padding: 0;" %>
<%= t('seminar_signup.load_file') %> <%= t('seminar_signup.load_file') %>
</label> </label>
<div class="filename" style="float: left;margin-left: 0.3em; "><%= f.object["file"] if f.object.file.present? %></div> <div class="filename" style="float: left;margin-left: 0.3em; "><%= f.object["file"] if f.object.file.present? %></div>