Sha256: 9d4f911b35e65c238c116e8d308799a41baca7d281ebb58f015320d8ea6aad13
Contents?: true
Size: 1.3 KB
Versions: 7
Compression:
Stored size: 1.3 KB
Contents
.simple_form { fieldset .input.rte, fieldset .input.markdown { .form-wrapper { .wysihtml5-toolbar { padding: 6px 12px; > .wysihtml5-toolbar-group { margin-right: 20px; &:last-child { margin-right: 0px; } } a { font-size: $form_input_rte_command_font_size; color: $form_input_rte_command_color; margin-right: 6px; cursor: pointer; &.wysihtml5-command-active { color: $form_input_rte_command_active_color; } } } } } &.rte-expanded { .scrollable { position: static; .col-md-12 { position: static; } } fieldset.inputs.expanded { .form-group.input { display: none; &.expanded { display: block; } } } fieldset.inputs.expanded { position: fixed; top: 84px; left: 1px; right: 0px; bottom: 0px; padding: 15px !important; background: #fff; .form-group.input { height: 100%; } } .tab-pane { fieldset.inputs.expanded { top: 102px; left: 21em; } } } } body.sidebar-closed .simple_form.rte-expanded .tab-pane fieldset.inputs.expanded { left: 1px; }
Version data entries
7 entries across 7 versions & 1 rubygems