Sha256: 832bfd7fe63b3896b9e96694817c892e479639e52bb4f29fe6f55a9d5fac91da
Contents?: true
Size: 1.52 KB
Versions: 1
Compression:
Stored size: 1.52 KB
Contents
@import "bootstrap-tagmanager"; @import "jquery.ui.resizable"; .simple-page-form { // tags .simple-routes-list span.myTag span { font-family: monospace; &:before { content: "/"; color: #aaa; } &:after { content: ".html"; color: #aaa; } } .content-html-container { .row { white-space: nowrap; } .span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 { display: inline-block; white-space: normal; float: none; vertical-align: top; &:hover, &.ui-resizable-resizing { outline: 1px solid rgba(82, 168, 236, 0.8); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); background: rgba(82, 168, 236, 0.075); cursor: pointer; > .ui-resizable-e, > .ui-resizable-w { background-image: image-url("simple_content_management/resize-handle.png"); background-repeat: no-repeat; background-position: center center; } } &.nested-editor:hover { outline: none; box-shadow: none; background: transparent; cursor: default; } &.column-add-placeholder { min-height: 60px; } > .hovertool { z-index: 91; position: absolute; border-radius: 22px; width: 22px; height: 22px; margin: 0; padding: 0; } } } } #content-editor { width: 800px; margin-left: -400px; .modal-header { .nav { margin-bottom: -1px; } padding-bottom: 0; } .modal-body { height: 480px; max-height: 480px; textarea { height: 480px - 32px; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
th_simple_content_management-0.2.2 | app/assets/stylesheets/simple_content_management/simple_pages.css.scss |