test/app/tmp/cache/assets/development/sprockets/322295abdd8625fcce4da08f9565cc63 in shoppe-0.0.18 vs test/app/tmp/cache/assets/development/sprockets/322295abdd8625fcce4da08f9565cc63 in shoppe-0.0.19

- old
+ new

@@ -1,8 +1,8 @@ {I" -class:EFI"BundledAsset;FI"logical_path;FI"shoppe/application.css;TI" pathname;FI"T/Users/adam/Projects/shoppe/core/app/assets/stylesheets/shoppe/application.scss;TI"content_type;FI" text/css;FI" -mtime;Fl+£[iRI" length;Fi@”I" digest;F"%eb66445c15d1f0fcb50d5db59614422dI" source;FI"@”html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video { +class:ETI"BundledAsset;FI"logical_path;TI"shoppe/application.css;TI" pathname;TI"T/Users/adam/Projects/shoppe/core/app/assets/stylesheets/shoppe/application.scss;FI"content_type;TI" text/css;TI" +mtime;Tl+µrRI" length;Ti šI" digest;TI"%a338012092d5b7fa825b621ea1b3292f;FI" source;TI" šhtml, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; @@ -671,16 +671,37 @@ font-size: 0.9em; } div.niftyDialog { padding: 15px; } div.niftyDialog h2 { background: #fff; - border-bottom: 1px solid #efefef; - font-size: 1.2em; + border: 0; + padding: 0; + font-size: 1.3em; + border-bottom: 1px solid #000; + padding-bottom: 4px; + margin-bottom: 10px; color: #111; } div.niftyDialog nav.pagination { margin: 0; margin-top: 15px; } + div.niftyDialog p.intro { + line-height: 1.5; + color: #666; + margin: 6px 0; } + div.niftyDialog form.refundForm { + overflow: hidden; + margin: 10px; } + div.niftyDialog form.refundForm p.intro { + margin-bottom: 25px; } + div.niftyDialog form.refundForm .moneyInput { + float: left; } + div.niftyDialog form.refundForm .moneyInput .currency { + font-size: 1.4em; } + div.niftyDialog form.refundForm .moneyInput input { + font-size: 1.4em; } + div.niftyDialog form.refundForm p.submit { + float: right; } /* @@ -791,10 +812,14 @@ background-size: 22px; } header.main h2.users { background-image: url(/assets/shoppe/icons/id.svg); background-position: 0 2px; background-size: 22px; } + header.main h2.countries { + background-image: url(/assets/shoppe/icons/globe.svg); + background-position: 0 2px; + background-size: 22px; } header.main h2.settings { background-image: url(/assets/shoppe/icons/toolbox.svg); background-position: 0 2px; background-size: 22px; } @@ -842,122 +867,130 @@ color: #E33127; background-image: url(/assets/shoppe/statuses/rejected.svg); } #content span.status-tag.received { color: #909091; background-image: url(/assets/shoppe/statuses/received.svg); } - #content form fieldset { + #content fieldset { border: 1px solid #dce2eb; background: #fff; padding-top: 15px; padding-bottom: 25px; margin-bottom: 15px; } - #content form fieldset legend { + #content fieldset legend { color: #5B6270; margin: 0 25px; font-weight: 300; font-size: 1.5em; } - #content form fieldset .splitContainer { - margin: 0 25px; - margin-bottom: 15px; - height: 50px; } - #content form fieldset .splitContainer:last-child { + #content fieldset.padded { + padding: 15px 25px 25px 25px; } + #content fieldset.padded legend { + margin: 0; } + #content form fieldset .splitContainer { + margin: 0 25px; + margin-bottom: 15px; + height: 50px; } + #content form fieldset .splitContainer:last-child { + margin-bottom: 0; } + #content form fieldset dl { + margin: 0 25px; + margin-bottom: 15px; } + #content form fieldset dl:last-child { margin-bottom: 0; } - #content form fieldset dl { - margin: 0 25px; - margin-bottom: 15px; } - #content form fieldset dl:last-child { - margin-bottom: 0; } - #content form fieldset dl dt { - margin-bottom: 10px; - font-size: 1.2em; } - #content form fieldset dl dt label { - font-weight: 500; } - #content form fieldset dl dd select { - width: 100%; } - #content form fieldset dl dd textarea { - height: 80px; } - #content form fieldset dl dd p.help { - margin-top: 15px; - color: #333; - background: url(/assets/shoppe/icons/support.svg) no-repeat 0 3px; - line-height: 1.5; - background-size: 13px; - padding-left: 18px; - opacity: 0.7; } - #content form fieldset dl dd.checkbox { - margin-top: 14px; - font-size: 1.1em; - color: #999; } - #content form fieldset dl dd.checkbox input { - float: left; - margin-right: 10px; - margin-top: 2px; } - #content form fieldset dl dd div.radios { - padding-top: 4px; } - #content form fieldset dl dd div.radios input, #content form fieldset dl dd div.radios label { - margin-right: 10px; } - #content form fieldset dl.half { - width: 49%; - margin: 0; - float: left; } - #content form fieldset dl.half:last-child { - float: right; } - #content form fieldset dl.third { - width: 31%; - margin: 0; - float: left; } - #content form fieldset dl.third:nth-child(2) { - margin-left: 2%; - width: 32%; } - #content form fieldset dl.third:last-child { - float: right; - width: 33%; } - #content form fieldset dl.sided { - clear: both; } - #content form fieldset dl.sided dt { - float: left; - width: 25%; - text-align: right; - padding-top: 4px; } - #content form fieldset dl.sided dd { - margin-left: 30%; } - #content form fieldset dl.sided dd p.help { - margin-top: 10px; } - #content form fieldset dl.sided dd div.checkbox { - padding-top: 5px; } - #content form fieldset div.margin { - margin: 0 25px; } - #content form fieldset table.productAttributes { - width: 100%; + #content form fieldset dl dt { margin-bottom: 10px; - line-height: 1.0; } - #content form fieldset table.productAttributes thead td { - background: #f7f7f7; - color: #999; - font-size: 0.9em; } - #content form fieldset table.productAttributes td { - border: 1px solid #ccc; - padding: 10px; - vertical-align: middle; - width: 40%; } - #content form fieldset table.productAttributes td input[type=text] { - width: 100%; - border: 0; - padding: 0; - margin: 0; - font-size: 1.2em; } - #content form fieldset table.productAttributes td.remove { - width: 8%; - text-align: center; - background: #ffeff5; } - #content form fieldset table.productAttributes td.searchable { - width: 8%; - text-align: center; } - #content form fieldset table.productAttributes td.handle { - width: 4%; - background: url(/assets/shoppe/move.svg) no-repeat center; - background-size: 16px; } + font-size: 1.2em; } + #content form fieldset dl dt label { + font-weight: 500; } + #content form fieldset dl dd select { + width: 100%; } + #content form fieldset dl dd textarea { + height: 80px; } + #content form fieldset dl dd p.help { + margin-top: 15px; + color: #333; + background: url(/assets/shoppe/icons/support.svg) no-repeat 0 3px; + line-height: 1.5; + background-size: 13px; + padding-left: 18px; + opacity: 0.7; } + #content form fieldset dl dd.checkbox { + margin-top: 14px; + font-size: 1.1em; + color: #999; } + #content form fieldset dl dd.checkbox input { + float: left; + margin-right: 10px; + margin-top: 2px; } + #content form fieldset dl dd div.radios { + padding-top: 4px; } + #content form fieldset dl dd div.radios input, #content form fieldset dl dd div.radios label { + margin-right: 10px; } + #content form fieldset dl dd.space { + margin-bottom: 5px; } + #content form fieldset dl dd.space:last-child { + margin-bottom: 0; } + #content form fieldset dl.half { + width: 49%; + margin: 0; + float: left; } + #content form fieldset dl.half:last-child { + float: right; } + #content form fieldset dl.third { + width: 31%; + margin: 0; + float: left; } + #content form fieldset dl.third:nth-child(2) { + margin-left: 2%; + width: 32%; } + #content form fieldset dl.third:last-child { + float: right; + width: 33%; } + #content form fieldset dl.sided { + clear: both; } + #content form fieldset dl.sided dt { + float: left; + width: 25%; + text-align: right; + padding-top: 4px; } + #content form fieldset dl.sided dd { + margin-left: 30%; } + #content form fieldset dl.sided dd p.help { + margin-top: 10px; } + #content form fieldset dl.sided dd div.checkbox { + padding-top: 5px; } + #content form fieldset div.margin { + margin: 0 25px; } + #content form fieldset table.productAttributes { + width: 100%; + margin-bottom: 10px; + line-height: 1.0; } + #content form fieldset table.productAttributes thead td { + background: #f7f7f7; + color: #999; + font-size: 0.9em; } + #content form fieldset table.productAttributes td { + border: 1px solid #ccc; + padding: 10px; + vertical-align: middle; + width: 40%; } + #content form fieldset table.productAttributes td input[type=text] { + width: 100%; + border: 0; + padding: 0; + margin: 0; + font-size: 1.2em; } + #content form fieldset table.productAttributes td.remove { + width: 8%; + text-align: center; + background: #ffeff5; } + #content form fieldset table.productAttributes td.searchable { + width: 8%; + text-align: center; } + #content form fieldset table.productAttributes td.handle { + width: 4%; + background: url(/assets/shoppe/move.svg) no-repeat center; + background-size: 16px; } #content form p.submit { margin: 0; background: #fff; border: 1px solid #dce2eb; padding: 25px; } @@ -1052,10 +1085,12 @@ #content #order .details dl dd { font-weight: bold; margin-left: 35%; margin-bottom: 6px; white-space: nowrap; } + #content #order .details dl dd a { + color: inherit; } #content #order .details dl dt.padding { padding-top: 6px; } #content #order .details dl.form { margin-top: 15px; } #content #order .details dl.form input.text { @@ -1066,11 +1101,11 @@ background: url(/assets/shoppe/square.svg) repeat-x 0 15px; background-size: 8px; margin: 45px 0; overflow: hidden; } #content #order .status-bar ul li { - width: 25%; + width: 33%; float: left; text-align: center; background: url(/assets/shoppe/statuses/shipped.svg) no-repeat center 0; background-size: 36px; padding-top: 42px; @@ -1097,48 +1132,60 @@ color: #89BD2F; } #content #order .status-bar ul li.rejected { background-image: url(/assets/shoppe/statuses/rejected.svg); } #content #order .status-bar ul li.rejected h4 { color: #E33127; } - #content #order .notes { - background: #fff; - border: 1px solid #CED2D8; } - #content #order .notes p { - padding: 15px; } - #content #order .notes p textarea { - border: 0; - padding: 0; - width: 100%; - resize: none; - height: 100px; - font-family: "Helvetica Neue", Arial, sans-serif; - font-size: 1.1em; } - #content #order .notes h4 { - background: #F7F9FC; - padding: 10px 15px; - font-weight: 500; } - #content #order .notes h4 input { - float: right; - margin-top: -3px; } - #content #order .order_items { - margin: 25px 0; } - #content #order .order_items table.data .money { - text-align: right; - width: 8%; } - #content #order .order_items table.data .product { - width: 42%; } - #content #order .order_items table.data .sku { - width: 18%; } - #content #order .order_items table.data .qty { - text-align: center; - width: 5%; } - #content #order .order_items table.data tfoot td { - background: #5B6270; - color: #fff; - border: 1px solid #5B6270; - font-weight: bold; - font-size: 1.1em; } + #content #order .order_items table.data .money { + text-align: right; + width: 8%; } + #content #order .order_items table.data .product { + width: 42%; } + #content #order .order_items table.data .sku { + width: 18%; } + #content #order .order_items table.data .qty { + text-align: center; + width: 5%; } + #content fieldset.orderPayments h4 { + font-weight: bold; + text-transform: uppercase; + color: #5B6270; } + #content fieldset.orderPayments .table { + margin-bottom: 20px; } + #content fieldset.orderPayments .table table td.refund { + width: 10%; + text-align: center; } + #content fieldset.orderPayments .table table td.confirmed { + width: 5%; + text-align: center; } + #content fieldset.orderPayments form { + overflow: hidden; + background: #F7F9FC; + border: 1px solid #DCE2EB; + padding: 15px; } + #content fieldset.orderPayments form dl { + width: 23%; + float: left; } + #content fieldset.orderPayments form dl dt { + margin-bottom: 4px; + font-size: 0.9em; + color: #A9AEB5; + font-weight: 500; } + #content fieldset.orderPayments form dl.text { + width: 27%; + margin-right: 2%; } + #content fieldset.orderPayments form dl.amount { + width: 25%; } + #content fieldset.orderPayments form dl.submit { + width: 15%; + text-align: right; + margin-top: 15px; } + #content fieldset.orderPayments p.notice { + background: #fffff3; + padding: 10px; + color: #F67C00; + border: 1px solid #F6B721; + margin-bottom: 15px; } #content div.orderSearch { overflow: hidden; display: none; } #content div.orderSearch dl.left, #content div.orderSearch dl.right { float: left; @@ -1169,11 +1216,11 @@ padding: 12px 20px; font-size: 1.1em; text-decoration: none; } span.boolean span.true { - color: #38BA4F; } + color: #96BF48; } span.boolean span.false { color: #c04a4a; } .float-right { @@ -1288,10 +1335,16 @@ div.table table.data tbody tr.form td.desc input[type=text] { width: 95%; } div.table table.data tbody tr.form td.adjustment input[type=text] { width: 50px; margin-right: 5px; } + div.table table.data tfoot td { + background: #5B6270; + color: #fff; + border: 1px solid #5B6270; + font-weight: bold; + font-size: 1.1em; } nav.pagination { display: block; margin: 25px 0; overflow: hidden; @@ -1311,6 +1364,6 @@ nav.pagination span a { padding: 5px 10px; display: inline-block; color: inherit; text-decoration: none; } -;TI"required_assets_digest;F"%25bc527b5e28c0dcea51d050341427f2I" _version;F"%2cf3622cbba861b85d33ffabfa420c13 +;TI"required_assets_digest;TI"%e28c0412a532c8c6de90804674ac0620;FI" _version;TI"%2cf3622cbba861b85d33ffabfa420c13;F \ No newline at end of file