fix style error for add_file

This commit is contained in:
chiu 2019-12-30 15:49:59 +08:00
parent 57167f9d08
commit 1c3f2e7ec8
4 changed files with 20 additions and 3 deletions

View File

@ -0,0 +1,18 @@
@media (max-width:767px){
.form-group{
justify-content:flex-start !important;
flex-wrap: wrap;
&>span{
padding-left: 0.7em;
&>br{
display:none;
}
}
&>.col-sm-10.controls{
width:100%;
textarea{
min-height: 8em;
}
}
}
}

View File

@ -1,3 +0,0 @@
// Place all the styles related to the seminar controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

View File

@ -1,5 +1,6 @@
<% # encoding: utf-8 %>
<%= stylesheet_link_tag "lib/jquery-ui-1.12.1/jquery-ui.min.css" %>
<%= stylesheet_link_tag "seminar" %>
<%= javascript_include_tag 'basic.js' %>
<% @@session = session %>
<%= yield %>

View File

@ -1,5 +1,6 @@
<% # encoding: utf-8 %>
<%= stylesheet_link_tag "lib/jquery-ui-1.12.1/jquery-ui.min.css" %>
<%= stylesheet_link_tag "seminar" %>
<%= javascript_include_tag 'basic.js' %>
<% @@session = session %>
<%= yield %>