test/dummy/tmp/cache/assets/development/sprockets/c10a1994812cf191cd2ee4ef1f979bf0 in rubber_ring-0.1.2 vs test/dummy/tmp/cache/assets/development/sprockets/c10a1994812cf191cd2ee4ef1f979bf0 in rubber_ring-1.0.0

- old
+ new

@@ -1,44 +1,164 @@ {I" class:ETI"BundledAsset;FI"logical_path;TI"rubber_ring/cms.css;FI" pathname;TI"J/home/vagrant/rubber_ring/app/assets/stylesheets/rubber_ring/cms.scss;FI"content_type;TI" text/css;TI" -mtime;Tl+ØPjQI" length;Ti~I" digest;TI"%0d95701ae2378ef41a9faab2d714b34c;FI" source;TI"~/** +mtime;Tl+—ïÚQI" length;Ti£I" digest;TI"%6d95d41d796ae7e69b3778c43ee0bf9d;FI" source;TI"£/** * rubber ring specific styles. Here you shall not use any general elements or selectors at all. */ -*[contenteditable] { - border: dashed green 1px; - cursor: pointer; } +*[contenteditable], img[data-cms] { + outline: dashed green 1px; + position: relative; } + *[contenteditable] .reset-content, img[data-cms] .reset-content { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + width: 12px; + height: 13px; + display: inline-block; + outline: none; + border: 0; + cursor: pointer; + right: 1px; + top: 1px; + position: absolute; + background: url(/assets/glyphicons-halflings.png) no-repeat -217px -25px; } -.images-manager { +.reset-image { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + width: 12px; + height: 13px; + display: inline-block; + outline: none; + border: 0; + cursor: pointer; + right: 1px; + top: 1px; + position: absolute; + position: relative; + background: url(/assets/glyphicons-halflings.png) no-repeat -217px -25px; } + +.ui-sortable-disabled *[contenteditable] { + cursor: text; } + +#rubber-ring-application a { + outline: none; } +#rubber-ring-application [data-cms="page_title"] { + display: block; } +#rubber-ring-application .attachment-manager { display: none; } - .images-manager .already_uploaded_images { - margin-top: 35px; } - .images-manager .already_uploaded_images img { - width: 65px; } - .images-manager .remove_not_used_images { + #rubber-ring-application .attachment-manager .uploaded-images img { + width: 65px; + cursor: -webkit-grab; + cursor: -moz-grab; } + #rubber-ring-application .attachment-manager .uploaded-attachments a { + text-decoration: none; + cursor: -webkit-grab; + cursor: -moz-grab; } + #rubber-ring-application .attachment-manager .remove_not_used_attachments { margin-top: 7px; } - .images-manager .image_upload_box { + #rubber-ring-application .attachment-manager .image_upload_box { display: -webkit-flex; display: flex; height: 75px; border: dashed green 1px; } - .images-manager .image_upload_box.drag-hover { + #rubber-ring-application .attachment-manager .image_upload_box.drag-hover { background-color: #abee9b; } - .images-manager .image_upload_box .image_upload_text { + #rubber-ring-application .attachment-manager .image_upload_box .image_upload_text { margin: auto; } - .images-manager .image_upload_box .image-preview { + #rubber-ring-application .attachment-manager .image_upload_box .preview { display: none; } - .images-manager .rubber_cache_preview { - font-family: calibri,tahoma,arial,sans-serif; + #rubber-ring-application .attachment-manager .rubber_cache_preview { + font-family: calibri, tahoma, arial, sans-serif; position: fixed; right: 0; top: 0; } - .images-manager .rubber_cache_preview a { + #rubber-ring-application .attachment-manager .rubber_cache_preview a { color: green; } - .images-manager .rubber_cache_preview a:visited { + #rubber-ring-application .attachment-manager .rubber_cache_preview a:visited { color: green; } +#rubber-ring-application .page-title-manager { + display: none; } +#rubber-ring-application #edit-link { + display: none; + position: absolute; + top: 0; + left: 0; + z-index: 1000; } -.navbar { +.rr-control input { + width: 27px; margin-bottom: 0; } +.rr-control [data-action=add] { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + width: 12px; + height: 13px; + display: inline-block; + outline: none; + border: 0; + cursor: pointer; + background: url(/assets/glyphicons-halflings.png) no-repeat -1px -97px; } +.rr-control [data-action=remove] { + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + width: 12px; + height: 13px; + display: inline-block; + outline: none; + border: 0; + cursor: pointer; + background: url(/assets/glyphicons-halflings.png) no-repeat -25px -97px; } -.well { +.tbs * { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } + +.tbs select { + height: 25px; + margin-bottom: 0px; } + +.tbs .navbar { + margin-bottom: 0; + font-size: 15px; } + +.tbs .well { min-height: 0; } -;TI"required_assets_digest;TI"%520dcf4b514ea3a518b7709cafea798a;FI" _version;TI"%35f7b60363742cb867c4c7f8a36022b9;F + +.tbs .well-small { + padding: 2px; + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; } + +.tbs .navbar-inner { + -webkit-border-radius: 0; + -moz-border-radius: 0; + border-radius: 0; } + +.tbs .navbar .brand { + padding: 8px 20px 8px; } + +.tbs .alert-saved .alert { + padding: 0; + margin: 9px 0; + font-weight: bold; + opacity: 0; } + .tbs .alert-saved .alert.animate { + opacity: 1; + transition: opacity 1s ease-in-out; } + +.tbs [class^="icon-"], .tbs [class*=" icon-"] { + margin: 3px 0 0 5px; } + +.tbs .brand a { + color: #777777; } + .tbs .brand a:hover { + color: #333333; + text-decoration: none; + background-color: transparent; } +;TI"required_assets_digest;TI"%0585b85d66b44a52b21f9ae831cf2ef0;FI" _version;TI"%2cf3622cbba861b85d33ffabfa420c13;F \ No newline at end of file