Sha256: ee6b815f26a21525b7a1d26cdb2501d6e36c50d6ea3083b6900c989a0747ee74
Contents?: true
Size: 1.14 KB
Versions: 7
Compression:
Stored size: 1.14 KB
Contents
.simple_form { fieldset .input.rte, fieldset .input.markdown { .form-wrapper { .wysihtml5-toolbar { padding: 6px 12px; > .wysihtml5-toolbar-group { margin-right: 20px; } 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; } } } }
Version data entries
7 entries across 7 versions & 1 rubygems