foldable fieldsets fixed on firefox
This commit is contained in:
parent
5bb29d9702
commit
fcd2146c11
@ -34,7 +34,6 @@ class Locomotive.Views.Shared.FormView extends Backbone.View
|
|||||||
|
|
||||||
make_inputs_foldable: ->
|
make_inputs_foldable: ->
|
||||||
self = @
|
self = @
|
||||||
@$('.formtastic fieldset.foldable legend span').append '<em> </em>'
|
|
||||||
@$('.formtastic fieldset.foldable.folded ol').hide()
|
@$('.formtastic fieldset.foldable.folded ol').hide()
|
||||||
@$('.formtastic fieldset.foldable legend').click ->
|
@$('.formtastic fieldset.foldable legend').click ->
|
||||||
parent = $(@).parent()
|
parent = $(@).parent()
|
||||||
|
@ -28,25 +28,21 @@ form.formtastic {
|
|||||||
span {
|
span {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
|
|
||||||
|
line-height: 20px;
|
||||||
|
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@include single-text-shadow(#fff, 1px, 1px, 1px);
|
@include single-text-shadow(#fff, 1px, 1px, 1px);
|
||||||
}
|
}
|
||||||
|
|
||||||
em {
|
|
||||||
display: inline-block;
|
|
||||||
width: 9px;
|
|
||||||
height: 6px;
|
|
||||||
position: relative;
|
|
||||||
top: 0px;
|
|
||||||
left: 10px;
|
|
||||||
background: transparent image-url("locomotive/form/folded-arrow-on.png") no-repeat 0 0px;
|
|
||||||
}
|
|
||||||
} // legend
|
} // legend
|
||||||
|
|
||||||
&.foldable {
|
&.foldable {
|
||||||
span {
|
legend span {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
padding-right: 15px;
|
||||||
|
|
||||||
|
background: transparent image-url("locomotive/form/folded-arrow-on.png") no-repeat right center;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.folded legend {
|
&.folded legend {
|
||||||
@ -54,10 +50,7 @@ form.formtastic {
|
|||||||
@include box-shadow(rgba(0, 0, 0, 0.4) 0px 1px 0px 0px);
|
@include box-shadow(rgba(0, 0, 0, 0.4) 0px 1px 0px 0px);
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
|
|
||||||
span em {
|
span {
|
||||||
width: 6px;
|
|
||||||
height: 9px;
|
|
||||||
top: 0px;
|
|
||||||
background-image: image-url("locomotive/form/folded-arrow-off.png");
|
background-image: image-url("locomotive/form/folded-arrow-off.png");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user