forked from spen/seminar
Fix css bug.
This commit is contained in:
parent
4118f5d7f6
commit
1c5ded4a08
|
@ -8,7 +8,7 @@ body{
|
|||
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
|
||||
color: #727272;
|
||||
}
|
||||
.layout-footer-inner a: hover{
|
||||
.layout-footer-inner a:hover{
|
||||
color: #000000;
|
||||
}
|
||||
.layout-content{
|
||||
|
|
|
@ -11,7 +11,7 @@ body{
|
|||
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
|
||||
color: #727272;
|
||||
}
|
||||
.layout-footer-inner a: hover{
|
||||
.layout-footer-inner a:hover{
|
||||
color: #000000;
|
||||
}
|
||||
.layout-content{
|
||||
|
|
|
@ -11,7 +11,7 @@ body{
|
|||
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
|
||||
color: #96a1ca;
|
||||
}
|
||||
.layout-footer-inner a: hover{
|
||||
.layout-footer-inner a:hover{
|
||||
color: #ffffff;
|
||||
}
|
||||
.layout-content{
|
||||
|
|
|
@ -8,7 +8,7 @@ body{
|
|||
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
|
||||
color: #606060;
|
||||
}
|
||||
.layout-footer-inner a: hover{
|
||||
.layout-footer-inner a:hover{
|
||||
color: #000000;
|
||||
}
|
||||
.layout-content{
|
||||
|
|
|
@ -7,7 +7,7 @@ body{
|
|||
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
|
||||
color: #606060;
|
||||
}
|
||||
.layout-footer-inner a: hover{
|
||||
.layout-footer-inner a:hover{
|
||||
color: #000000;
|
||||
}
|
||||
.layout-content{
|
||||
|
|
|
@ -16,7 +16,7 @@ body{
|
|||
.layout-footer-content, .layout-footer-inner,.layout-footer-content, .footer-counter{
|
||||
color: #6f6f70;
|
||||
}
|
||||
.layout-footer-inner a: hover{
|
||||
.layout-footer-inner a:hover{
|
||||
color: #000000;
|
||||
}
|
||||
.layout-content{
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
</span>
|
||||
<div class="col-sm-10">
|
||||
<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') %>
|
||||
</label>
|
||||
<div class="filename" style="float: left;margin-left: 0.3em; "><%= f.object["file"] if f.object.file.present? %></div>
|
||||
|
|
Loading…
Reference in New Issue