forked from spen/seminar
fix style error for add_file
This commit is contained in:
parent
57167f9d08
commit
1c3f2e7ec8
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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/
|
|
@ -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 %>
|
||||
|
|
|
@ -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 %>
|
||||
|
|
Loading…
Reference in New Issue