Add precompiled assets
|
@ -1,129 +1,7 @@
|
|||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
|
||||
height: 100%;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#map_canvas {
|
||||
float: left;
|
||||
height: 100%;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
float: left;
|
||||
height: 100%;
|
||||
width: 25%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
form {
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#sidebar #tagline {
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
background: #c33;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#sidebar #logos {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#sidebar #logos img {
|
||||
padding: 10px 5px 0 5px;
|
||||
}
|
||||
|
||||
#sidebar #feedback {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#sidebar img#hydrant-in-snow {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#error, #notice, #warning {
|
||||
margin: auto;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
#error {
|
||||
background-color: #ff7373;
|
||||
border: 1px solid #c07373;
|
||||
}
|
||||
|
||||
#notice {
|
||||
background-color: #8fe38f;
|
||||
border: 1px solid #82b082;
|
||||
}
|
||||
|
||||
#warning {
|
||||
background-color: #fff773;
|
||||
border: 1px solid #c0bb73;
|
||||
}
|
||||
|
||||
label, input {
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
input, select, option, button, input[type="submit"] {
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
font-size: 1.0em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input[type="radio"], input[type="checkbox"] {
|
||||
display: inline;
|
||||
width: auto;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
button, input[type="submit"] {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
label.error {
|
||||
color: #c33;
|
||||
}
|
||||
|
||||
input.error {
|
||||
background-color: #ffc;
|
||||
}
|
||||
|
||||
.upcase {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
|
||||
.roman {
|
||||
list-style-type: lower-roman;
|
||||
}
|
||||
|
||||
img.lock {
|
||||
height: 9px;
|
||||
width: 7px;
|
||||
opacity: 0.8;
|
||||
filter: alpha(opacity=80); /* For IE8 and earlier */
|
||||
}
|
||||
/*
|
||||
* This is a manifest file that'll automatically include all the stylesheets available in this directory
|
||||
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
|
||||
* the top of the compiled file, but it's generally better to create a new file per style scope.
|
||||
*= require_self
|
||||
*= require_tree .
|
||||
*/
|
||||
|
|
|
@ -0,0 +1,129 @@
|
|||
html {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;
|
||||
height: 100%;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
h1, h2 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#map_canvas {
|
||||
float: left;
|
||||
height: 100%;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
float: left;
|
||||
height: 100%;
|
||||
width: 25%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
form {
|
||||
width: 90%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#sidebar #tagline {
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
background: #c33;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#sidebar #logos {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#sidebar #logos img {
|
||||
padding: 10px 5px 0 5px;
|
||||
}
|
||||
|
||||
#sidebar #feedback {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#sidebar img#hydrant-in-snow {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#error, #notice, #warning {
|
||||
margin: auto;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
#error {
|
||||
background-color: #ff7373;
|
||||
border: 1px solid #c07373;
|
||||
}
|
||||
|
||||
#notice {
|
||||
background-color: #8fe38f;
|
||||
border: 1px solid #82b082;
|
||||
}
|
||||
|
||||
#warning {
|
||||
background-color: #fff773;
|
||||
border: 1px solid #c0bb73;
|
||||
}
|
||||
|
||||
label, input {
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
input, select, option, button, input[type="submit"] {
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
font-size: 1.0em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
input[type="radio"], input[type="checkbox"] {
|
||||
display: inline;
|
||||
width: auto;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
button, input[type="submit"] {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
label.error {
|
||||
color: #c33;
|
||||
}
|
||||
|
||||
input.error {
|
||||
background-color: #ffc;
|
||||
}
|
||||
|
||||
.upcase {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.alpha {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
|
||||
.roman {
|
||||
list-style-type: lower-roman;
|
||||
}
|
||||
|
||||
img.lock {
|
||||
height: 9px;
|
||||
width: 7px;
|
||||
opacity: 0.8;
|
||||
filter: alpha(opacity=80); /* For IE8 and earlier */
|
||||
}
|
|
@ -4,9 +4,9 @@ require 'rails/all'
|
|||
|
||||
if defined?(Bundler)
|
||||
# If you precompile assets before deploying to production, use this line
|
||||
# Bundler.require *Rails.groups(:assets => %w(development test))
|
||||
Bundler.require *Rails.groups(:assets => %w(development test))
|
||||
# If you want your assets lazily compiled in production, use this line
|
||||
Bundler.require(:default, :assets, Rails.env)
|
||||
# Bundler.require(:default, :assets, Rails.env)
|
||||
end
|
||||
|
||||
module AdoptAThing
|
||||
|
|
|
@ -11,3 +11,7 @@ development: &DEVELOPMENT
|
|||
test:
|
||||
<<: *DEVELOPMENT
|
||||
database: adopt_a_thing_test
|
||||
|
||||
production:
|
||||
<<: *DEVELOPMENT
|
||||
database: adopt_a_thing_production
|
||||
|
|
|
@ -15,7 +15,7 @@ AdoptAThing::Application.configure do
|
|||
config.assets.compress = true
|
||||
|
||||
# Fallback to assets pipeline if a precompiled asset is missed
|
||||
config.assets.compile = true
|
||||
config.assets.compile = false
|
||||
|
||||
# Generate digests for assets URLs
|
||||
config.assets.digest = true
|
||||
|
|
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 2.5 KiB |
|
@ -0,0 +1 @@
|
|||
html{height:100%}body{font-family:'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;height:100%;margin:0px;padding:0px}h1,h2,h3,h4,h5,h6{font-family:Helvetica, Arial, sans-serif}h1,h2{text-align:center}#map_canvas{float:left;height:100%;width:75%}#sidebar{float:left;height:100%;width:25%;overflow:hidden}form{width:90%;margin:auto}#sidebar #tagline{text-align:center;padding:10px;background:#c33;color:#fff}#sidebar #logos{text-align:center}#sidebar #logos img{padding:10px 5px 0 5px}#sidebar #feedback{text-align:center}#sidebar img#hydrant-in-snow{width:100%}#error,#notice,#warning{margin:auto;padding:5px 10px}#error{background-color:#ff7373;border:1px solid #c07373}#notice{background-color:#8fe38f;border:1px solid #82b082}#warning{background-color:#fff773;border:1px solid #c0bb73}label,input{white-space:nowrap;text-align:left}input,select,option,button,input[type="submit"]{display:block;margin-bottom:10px;font-size:1.0em;width:100%}input[type="radio"],input[type="checkbox"]{display:inline;width:auto;margin-right:10px}button,input[type="submit"]{width:100%;text-align:center}label.error{color:#c33}input.error{background-color:#ffc}.upcase{text-transform:uppercase}.alpha{list-style-type:lower-alpha}.roman{list-style-type:lower-roman}img.lock{height:9px;width:7px;opacity:0.8;filter:alpha(opacity=80)}
|
|
@ -0,0 +1 @@
|
|||
html{height:100%}body{font-family:'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;height:100%;margin:0px;padding:0px}h1,h2,h3,h4,h5,h6{font-family:Helvetica, Arial, sans-serif}h1,h2{text-align:center}#map_canvas{float:left;height:100%;width:75%}#sidebar{float:left;height:100%;width:25%;overflow:hidden}form{width:90%;margin:auto}#sidebar #tagline{text-align:center;padding:10px;background:#c33;color:#fff}#sidebar #logos{text-align:center}#sidebar #logos img{padding:10px 5px 0 5px}#sidebar #feedback{text-align:center}#sidebar img#hydrant-in-snow{width:100%}#error,#notice,#warning{margin:auto;padding:5px 10px}#error{background-color:#ff7373;border:1px solid #c07373}#notice{background-color:#8fe38f;border:1px solid #82b082}#warning{background-color:#fff773;border:1px solid #c0bb73}label,input{white-space:nowrap;text-align:left}input,select,option,button,input[type="submit"]{display:block;margin-bottom:10px;font-size:1.0em;width:100%}input[type="radio"],input[type="checkbox"]{display:inline;width:auto;margin-right:10px}button,input[type="submit"]{width:100%;text-align:center}label.error{color:#c33}input.error{background-color:#ffc}.upcase{text-transform:uppercase}.alpha{list-style-type:lower-alpha}.roman{list-style-type:lower-roman}img.lock{height:9px;width:7px;opacity:0.8;filter:alpha(opacity=80)}
|
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 16 KiB |
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="67.488px" height="100px" viewBox="0 0 67.488 100" enable-background="new 0 0 67.488 100" xml:space="preserve">
|
||||
<path d="M67.486,65.037V41.437l-7.284-0.472V26.458C60.202,11.868,48.333,0,33.744,0S7.286,11.868,7.286,26.458v14.507L0,41.437
|
||||
v23.601v9.179v23.601L33.744,100l33.742-2.185V74.215h0.002L67.486,65.037z M37.646,78.455h-3.399h-1.006h-3.399l2.393-9.105
|
||||
c-1.527-0.603-2.611-2.089-2.611-3.831c0-2.276,1.846-4.121,4.121-4.121s4.121,1.845,4.121,4.121c0,1.742-1.083,3.229-2.611,3.831
|
||||
L37.646,78.455z M52.214,40.448l-18.47-1.196l-18.471,1.196v-13.99c0-10.184,8.285-18.469,18.471-18.469s18.47,8.285,18.47,18.469
|
||||
V40.448z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1023 B |
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="67.488px" height="100px" viewBox="0 0 67.488 100" enable-background="new 0 0 67.488 100" xml:space="preserve">
|
||||
<path d="M67.486,65.037V41.437l-7.284-0.472V26.458C60.202,11.868,48.333,0,33.744,0S7.286,11.868,7.286,26.458v14.507L0,41.437
|
||||
v23.601v9.179v23.601L33.744,100l33.742-2.185V74.215h0.002L67.486,65.037z M37.646,78.455h-3.399h-1.006h-3.399l2.393-9.105
|
||||
c-1.527-0.603-2.611-2.089-2.611-3.831c0-2.276,1.846-4.121,4.121-4.121s4.121,1.845,4.121,4.121c0,1.742-1.083,3.229-2.611,3.831
|
||||
L37.646,78.455z M52.214,40.448l-18.47-1.196l-18.471,1.196v-13.99c0-10.184,8.285-18.469,18.471-18.469s18.47,8.285,18.47,18.469
|
||||
V40.448z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1023 B |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 7.9 KiB |
After Width: | Height: | Size: 7.9 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 12 KiB |
|
@ -0,0 +1,63 @@
|
|||
---
|
||||
ajax-loader.gif: ajax-loader-edf2da1bd4d3e70b9a3899bc301ca88f.gif
|
||||
hydrant-in-snow.jpg: hydrant-in-snow-37893ae772bc7a50d563ce93ff51e7b4.jpg
|
||||
lock.svg: lock-4637644daf7162e66f0fc13bd6e09cfe.svg
|
||||
logos/adopt-a-hydrant.png: logos/adopt-a-hydrant-cc51096facb301fbc47a52e22d548556.png
|
||||
logos/adopt-a-hydrant_large.png: logos/adopt-a-hydrant_large-bc8c551d4be238ac264a810f7b259101.png
|
||||
logos/boston.png: logos/boston-ed9439a7ae565fa6132b4aadf2df8d95.png
|
||||
logos/cfa.png: logos/cfa-e3639eeaca402a55546eafd73b9ed139.png
|
||||
markers/green.png: markers/green-5583a65ce5266b274e9389fce98ea41a.png
|
||||
markers/marker.psd: markers/marker-ed6ddafa11280441f4fde86694a5fb5e.psd
|
||||
markers/red.png: markers/red-8f727186ba094dfb33c72aadd204cd5d.png
|
||||
markers/shadow.png: markers/shadow-8e05a2a893ca0812e770d88aed15e961.png
|
||||
application.js: application-879974b2dc732c9ad52461701c6d8221.js
|
||||
application.css: application-f51fc927e2d61b28a97c412e9ccbf82c.css
|
||||
rails_admin/aristo/images/bg_fallback.png: rails_admin/aristo/images/bg_fallback-da55e947e1aac1e4664adf81539b33f4.png
|
||||
rails_admin/aristo/images/icon_sprite.png: rails_admin/aristo/images/icon_sprite-c85b36fba1b0dd6067f900f7c8da5aec.png
|
||||
rails_admin/aristo/images/progress_bar.gif: rails_admin/aristo/images/progress_bar-d62259b73fbfae5fc0dfb0d13b3b05ed.gif
|
||||
rails_admin/aristo/images/slider_handles.png: rails_admin/aristo/images/slider_handles-310e966fcf097f1420e555ce2be44d98.png
|
||||
rails_admin/aristo/images/ui-icons_222222_256x240.png: rails_admin/aristo/images/ui-icons_222222_256x240-390b74b682a6e3601e0265cacd1ac422.png
|
||||
rails_admin/aristo/images/ui-icons_454545_256x240.png: rails_admin/aristo/images/ui-icons_454545_256x240-7ce553e0b9fe2aa26bc3b9e0c7fd7518.png
|
||||
rails_admin/bullet_black.png: rails_admin/bullet_black-c21ba5046d11b49579e475585a65dbc9.png
|
||||
rails_admin/bullet_white.png: rails_admin/bullet_white-fcfc5f9672ea5a6adddf247799f140b1.png
|
||||
rails_admin/calendar.png: rails_admin/calendar-901efc0a5cce1cdbee7c32af94fc0d58.png
|
||||
rails_admin/clock.png: rails_admin/clock-268bd67862cc21f5010e6b9d47ad442d.png
|
||||
rails_admin/colorpicker/colorpicker_background.png: rails_admin/colorpicker/colorpicker_background-dd3866c08d3ccaa703553b94fbf636a5.png
|
||||
rails_admin/colorpicker/colorpicker_hex.png: rails_admin/colorpicker/colorpicker_hex-fbffe3c9580ee14e195b7c6f9ca67ca3.png
|
||||
rails_admin/colorpicker/colorpicker_hsb_b.png: rails_admin/colorpicker/colorpicker_hsb_b-226fd667286412c66fa96d31c97d634e.png
|
||||
rails_admin/colorpicker/colorpicker_hsb_h.png: rails_admin/colorpicker/colorpicker_hsb_h-e0fa82c4ca1bdc07c1c183de444bc489.png
|
||||
rails_admin/colorpicker/colorpicker_hsb_s.png: rails_admin/colorpicker/colorpicker_hsb_s-d85fae201e7aae3f32c79de267170561.png
|
||||
rails_admin/colorpicker/colorpicker_indic.gif: rails_admin/colorpicker/colorpicker_indic-c26b6da15b99fbb9eb62295cfe2d4394.gif
|
||||
rails_admin/colorpicker/colorpicker_overlay.png: rails_admin/colorpicker/colorpicker_overlay-71cf6e474b6ae2b098abb0e4ebec5c39.png
|
||||
rails_admin/colorpicker/colorpicker_rgb_b.png: rails_admin/colorpicker/colorpicker_rgb_b-226fd667286412c66fa96d31c97d634e.png
|
||||
rails_admin/colorpicker/colorpicker_rgb_g.png: rails_admin/colorpicker/colorpicker_rgb_g-8eddc965a4cf65cfa5010e2caad1eb16.png
|
||||
rails_admin/colorpicker/colorpicker_rgb_r.png: rails_admin/colorpicker/colorpicker_rgb_r-4597d0746bbeca7a8126e7d4f32eadf1.png
|
||||
rails_admin/colorpicker/colorpicker_select.gif: rails_admin/colorpicker/colorpicker_select-380469f21bc6fb2c3ae28fab45086643.gif
|
||||
rails_admin/colorpicker/colorpicker_submit.png: rails_admin/colorpicker/colorpicker_submit-b421dae9b9a20770fd17642ac5228e7b.png
|
||||
rails_admin/colorpicker/custom_background.png: rails_admin/colorpicker/custom_background-64db8db582e00e7d01e39a07b4ccca93.png
|
||||
rails_admin/colorpicker/custom_hex.png: rails_admin/colorpicker/custom_hex-ea906ffb29d5df3e2ab2781894ddd04d.png
|
||||
rails_admin/colorpicker/custom_hsb_b.png: rails_admin/colorpicker/custom_hsb_b-235ebbb05202bc0e936743aa8451f317.png
|
||||
rails_admin/colorpicker/custom_hsb_h.png: rails_admin/colorpicker/custom_hsb_h-7ff92e129fa12aae8412b47344bdc2a9.png
|
||||
rails_admin/colorpicker/custom_hsb_s.png: rails_admin/colorpicker/custom_hsb_s-7124c5b7922768b921c5944181370484.png
|
||||
rails_admin/colorpicker/custom_indic.gif: rails_admin/colorpicker/custom_indic-81d9333dbada60db7234b8e3aea28759.gif
|
||||
rails_admin/colorpicker/custom_rgb_b.png: rails_admin/colorpicker/custom_rgb_b-ef10959cdc9cab88ff521049bf5a53bb.png
|
||||
rails_admin/colorpicker/custom_rgb_g.png: rails_admin/colorpicker/custom_rgb_g-b997e567a9b99050439ff4424ac02f72.png
|
||||
rails_admin/colorpicker/custom_rgb_r.png: rails_admin/colorpicker/custom_rgb_r-5ea381459fb58ad43d86346877dbc047.png
|
||||
rails_admin/colorpicker/custom_submit.png: rails_admin/colorpicker/custom_submit-d5258e6549785d5095daf8f30e70c141.png
|
||||
rails_admin/colorpicker/select.png: rails_admin/colorpicker/select-dbc1e1eec49aa0d00ae5fcbbeff18626.png
|
||||
rails_admin/colorpicker/select2.png: rails_admin/colorpicker/select2-f29c4f098b7a6db664a081046051fc56.png
|
||||
rails_admin/colorpicker/slider.png: rails_admin/colorpicker/slider-a25d85d5830251cba4f85f1a30c122be.png
|
||||
rails_admin/logo.png: rails_admin/logo-15718735b5a7b41f3b923c1d297cbb0e.png
|
||||
rails_admin/magnifier.png: rails_admin/magnifier-ed03843cd69f706d8690eff931bc2bb9.png
|
||||
rails_admin/multiselect/icon_sprite.png: rails_admin/multiselect/icon_sprite-c85b36fba1b0dd6067f900f7c8da5aec.png
|
||||
rails_admin/multiselect/ui-icon-circle-triangle-n-dark.png: rails_admin/multiselect/ui-icon-circle-triangle-n-dark-c3a1be57e36dd4ed6919260c7dd82457.png
|
||||
rails_admin/multiselect/ui-icon-circle-triangle-n-light.png: rails_admin/multiselect/ui-icon-circle-triangle-n-light-8492268df5db8c38fb86b26362abfd5e.png
|
||||
rails_admin/multiselect/ui-icon-circle-triangle-s-dark.png: rails_admin/multiselect/ui-icon-circle-triangle-s-dark-a99905be0af343cac3e336f6c9d656d2.png
|
||||
rails_admin/multiselect/ui-icon-circle-triangle-s-light.png: rails_admin/multiselect/ui-icon-circle-triangle-s-light-be872b67234f9fbba8ad7b1442ee20fa.png
|
||||
rails_admin/jquery.colorpicker.js: rails_admin/jquery.colorpicker-3e4bfd61d5898887f4e1f40d114770b0.js
|
||||
rails_admin/rails_admin.js: rails_admin/rails_admin-47c8211bbe97bd0198612631ceade590.js
|
||||
rails_admin/base/README: rails_admin/base/README
|
||||
rails_admin/custom/README: rails_admin/custom/README
|
||||
rails_admin/jquery.colorpicker.css: rails_admin/jquery.colorpicker-abec8b04315eef26dca1e44d4070c4a1.css
|
||||
rails_admin/rails_admin.css: rails_admin/rails_admin-272ba55b46a4c95fcd49077f0fd50803.css
|
||||
rails_admin/themes/README: rails_admin/themes/README
|
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 502 B |
After Width: | Height: | Size: 502 B |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.3 KiB |
|
@ -0,0 +1,2 @@
|
|||
For RailsAdmin developpers;
|
||||
We should use sass variables & mixins as much as possible so that themers/users can override them cleanly
|
After Width: | Height: | Size: 211 B |
After Width: | Height: | Size: 211 B |
After Width: | Height: | Size: 201 B |
After Width: | Height: | Size: 201 B |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 532 B |
After Width: | Height: | Size: 532 B |
After Width: | Height: | Size: 970 B |
After Width: | Height: | Size: 970 B |
After Width: | Height: | Size: 1012 B |
After Width: | Height: | Size: 1012 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 86 B |
After Width: | Height: | Size: 86 B |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 970 B |
After Width: | Height: | Size: 970 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 78 B |
After Width: | Height: | Size: 78 B |
After Width: | Height: | Size: 984 B |
After Width: | Height: | Size: 984 B |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 562 B |
After Width: | Height: | Size: 562 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 970 B |
After Width: | Height: | Size: 970 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 86 B |
After Width: | Height: | Size: 86 B |
After Width: | Height: | Size: 1008 B |
After Width: | Height: | Size: 1008 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1018 B |
After Width: | Height: | Size: 1018 B |
After Width: | Height: | Size: 997 B |