add packs
This commit is contained in:
3424
public/packs/css/active_admin-0df7a4f0.css
Normal file
3424
public/packs/css/active_admin-0df7a4f0.css
Normal file
File diff suppressed because it is too large
Load Diff
1
public/packs/css/active_admin-0df7a4f0.css.map
Normal file
1
public/packs/css/active_admin-0df7a4f0.css.map
Normal file
File diff suppressed because one or more lines are too long
1
public/packs/css/active_admin-23796df1.css
Normal file
1
public/packs/css/active_admin-23796df1.css
Normal file
File diff suppressed because one or more lines are too long
BIN
public/packs/css/active_admin-23796df1.css.br
Normal file
BIN
public/packs/css/active_admin-23796df1.css.br
Normal file
Binary file not shown.
BIN
public/packs/css/active_admin-23796df1.css.gz
Normal file
BIN
public/packs/css/active_admin-23796df1.css.gz
Normal file
Binary file not shown.
686
public/packs/css/active_admin/print-b1a8bcf5.css
Normal file
686
public/packs/css/active_admin/print-b1a8bcf5.css
Normal file
@ -0,0 +1,686 @@
|
||||
/* Active Admin Print Stylesheet */
|
||||
/* Active Admin Print Stylesheet */
|
||||
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
|
||||
/* Document
|
||||
========================================================================== */
|
||||
/**
|
||||
* 1. Correct the line height in all browsers.
|
||||
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
||||
*/
|
||||
html {
|
||||
line-height: 1.15;
|
||||
/* 1 */
|
||||
-webkit-text-size-adjust: 100%;
|
||||
/* 2 */
|
||||
}
|
||||
/* Sections
|
||||
========================================================================== */
|
||||
/**
|
||||
* Remove the margin in all browsers.
|
||||
*/
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
/**
|
||||
* Render the `main` element consistently in IE.
|
||||
*/
|
||||
main {
|
||||
display: block;
|
||||
}
|
||||
/**
|
||||
* Correct the font size and margin on `h1` elements within `section` and
|
||||
* `article` contexts in Chrome, Firefox, and Safari.
|
||||
*/
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
/* Grouping content
|
||||
========================================================================== */
|
||||
/**
|
||||
* 1. Add the correct box sizing in Firefox.
|
||||
* 2. Show the overflow in Edge and IE.
|
||||
*/
|
||||
hr {
|
||||
box-sizing: content-box;
|
||||
/* 1 */
|
||||
height: 0;
|
||||
/* 1 */
|
||||
overflow: visible;
|
||||
/* 2 */
|
||||
}
|
||||
/**
|
||||
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||
* 2. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
pre {
|
||||
font-family: monospace, monospace;
|
||||
/* 1 */
|
||||
font-size: 1em;
|
||||
/* 2 */
|
||||
}
|
||||
/* Text-level semantics
|
||||
========================================================================== */
|
||||
/**
|
||||
* Remove the gray background on active links in IE 10.
|
||||
*/
|
||||
a {
|
||||
background-color: transparent;
|
||||
}
|
||||
/**
|
||||
* 1. Remove the bottom border in Chrome 57-
|
||||
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
|
||||
*/
|
||||
abbr[title] {
|
||||
border-bottom: none;
|
||||
/* 1 */
|
||||
text-decoration: underline;
|
||||
/* 2 */
|
||||
-webkit-text-decoration: underline dotted;
|
||||
text-decoration: underline dotted;
|
||||
/* 2 */
|
||||
}
|
||||
/**
|
||||
* Add the correct font weight in Chrome, Edge, and Safari.
|
||||
*/
|
||||
b,
|
||||
strong {
|
||||
font-weight: bolder;
|
||||
}
|
||||
/**
|
||||
* 1. Correct the inheritance and scaling of font size in all browsers.
|
||||
* 2. Correct the odd `em` font sizing in all browsers.
|
||||
*/
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
font-family: monospace, monospace;
|
||||
/* 1 */
|
||||
font-size: 1em;
|
||||
/* 2 */
|
||||
}
|
||||
/**
|
||||
* Add the correct font size in all browsers.
|
||||
*/
|
||||
small {
|
||||
font-size: 80%;
|
||||
}
|
||||
/**
|
||||
* Prevent `sub` and `sup` elements from affecting the line height in
|
||||
* all browsers.
|
||||
*/
|
||||
sub,
|
||||
sup {
|
||||
font-size: 75%;
|
||||
line-height: 0;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
sub {
|
||||
bottom: -0.25em;
|
||||
}
|
||||
sup {
|
||||
top: -0.5em;
|
||||
}
|
||||
/* Embedded content
|
||||
========================================================================== */
|
||||
/**
|
||||
* Remove the border on images inside links in IE 10.
|
||||
*/
|
||||
img {
|
||||
border-style: none;
|
||||
}
|
||||
/* Forms
|
||||
========================================================================== */
|
||||
/**
|
||||
* 1. Change the font styles in all browsers.
|
||||
* 2. Remove the margin in Firefox and Safari.
|
||||
*/
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
font-family: inherit;
|
||||
/* 1 */
|
||||
font-size: 100%;
|
||||
/* 1 */
|
||||
line-height: 1.15;
|
||||
/* 1 */
|
||||
margin: 0;
|
||||
/* 2 */
|
||||
}
|
||||
/**
|
||||
* Show the overflow in IE.
|
||||
* 1. Show the overflow in Edge.
|
||||
*/
|
||||
button,
|
||||
input {
|
||||
/* 1 */
|
||||
overflow: visible;
|
||||
}
|
||||
/**
|
||||
* Remove the inheritance of text transform in Edge, Firefox, and IE.
|
||||
* 1. Remove the inheritance of text transform in Firefox.
|
||||
*/
|
||||
button,
|
||||
select {
|
||||
/* 1 */
|
||||
text-transform: none;
|
||||
}
|
||||
/**
|
||||
* Correct the inability to style clickable types in iOS and Safari.
|
||||
*/
|
||||
button,
|
||||
[type=button],
|
||||
[type=reset],
|
||||
[type=submit] {
|
||||
-webkit-appearance: button;
|
||||
}
|
||||
/**
|
||||
* Remove the inner border and padding in Firefox.
|
||||
*/
|
||||
button::-moz-focus-inner,
|
||||
[type=button]::-moz-focus-inner,
|
||||
[type=reset]::-moz-focus-inner,
|
||||
[type=submit]::-moz-focus-inner {
|
||||
border-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
/**
|
||||
* Restore the focus styles unset by the previous rule.
|
||||
*/
|
||||
button:-moz-focusring,
|
||||
[type=button]:-moz-focusring,
|
||||
[type=reset]:-moz-focusring,
|
||||
[type=submit]:-moz-focusring {
|
||||
outline: 1px dotted ButtonText;
|
||||
}
|
||||
/**
|
||||
* Correct the padding in Firefox.
|
||||
*/
|
||||
fieldset {
|
||||
padding: 0.35em 0.75em 0.625em;
|
||||
}
|
||||
/**
|
||||
* 1. Correct the text wrapping in Edge and IE.
|
||||
* 2. Correct the color inheritance from `fieldset` elements in IE.
|
||||
* 3. Remove the padding so developers are not caught out when they zero out
|
||||
* `fieldset` elements in all browsers.
|
||||
*/
|
||||
legend {
|
||||
box-sizing: border-box;
|
||||
/* 1 */
|
||||
color: inherit;
|
||||
/* 2 */
|
||||
display: table;
|
||||
/* 1 */
|
||||
max-width: 100%;
|
||||
/* 1 */
|
||||
padding: 0;
|
||||
/* 3 */
|
||||
white-space: normal;
|
||||
/* 1 */
|
||||
}
|
||||
/**
|
||||
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
|
||||
*/
|
||||
progress {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
/**
|
||||
* Remove the default vertical scrollbar in IE 10+.
|
||||
*/
|
||||
textarea {
|
||||
overflow: auto;
|
||||
}
|
||||
/**
|
||||
* 1. Add the correct box sizing in IE 10.
|
||||
* 2. Remove the padding in IE 10.
|
||||
*/
|
||||
[type=checkbox],
|
||||
[type=radio] {
|
||||
box-sizing: border-box;
|
||||
/* 1 */
|
||||
padding: 0;
|
||||
/* 2 */
|
||||
}
|
||||
/**
|
||||
* Correct the cursor style of increment and decrement buttons in Chrome.
|
||||
*/
|
||||
[type=number]::-webkit-inner-spin-button,
|
||||
[type=number]::-webkit-outer-spin-button {
|
||||
height: auto;
|
||||
}
|
||||
/**
|
||||
* 1. Correct the odd appearance in Chrome and Safari.
|
||||
* 2. Correct the outline style in Safari.
|
||||
*/
|
||||
[type=search] {
|
||||
-webkit-appearance: textfield;
|
||||
/* 1 */
|
||||
outline-offset: -2px;
|
||||
/* 2 */
|
||||
}
|
||||
/**
|
||||
* Remove the inner padding in Chrome and Safari on macOS.
|
||||
*/
|
||||
[type=search]::-webkit-search-decoration {
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
/**
|
||||
* 1. Correct the inability to style clickable types in iOS and Safari.
|
||||
* 2. Change font properties to `inherit` in Safari.
|
||||
*/
|
||||
::-webkit-file-upload-button {
|
||||
-webkit-appearance: button;
|
||||
/* 1 */
|
||||
font: inherit;
|
||||
/* 2 */
|
||||
}
|
||||
/* Interactive
|
||||
========================================================================== */
|
||||
/*
|
||||
* Add the correct display in Edge, IE 10+, and Firefox.
|
||||
*/
|
||||
details {
|
||||
display: block;
|
||||
}
|
||||
/*
|
||||
* Add the correct display in all browsers.
|
||||
*/
|
||||
summary {
|
||||
display: list-item;
|
||||
}
|
||||
/* Misc
|
||||
========================================================================== */
|
||||
/**
|
||||
* Add the correct display in IE 10+.
|
||||
*/
|
||||
template {
|
||||
display: none;
|
||||
}
|
||||
/**
|
||||
* Add the correct display in IE 10.
|
||||
*/
|
||||
[hidden] {
|
||||
display: none;
|
||||
}
|
||||
html {
|
||||
font-size: 100.01%;
|
||||
}
|
||||
body {
|
||||
font-size: 75%;
|
||||
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: normal;
|
||||
color: black;
|
||||
}
|
||||
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
|
||||
margin: 0;
|
||||
}
|
||||
h1 {
|
||||
font-size: 3em;
|
||||
line-height: 1;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
h2 {
|
||||
font-size: 2em;
|
||||
margin-bottom: 0.75em;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.5em;
|
||||
line-height: 1;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
h4 {
|
||||
font-size: 1.2em;
|
||||
line-height: 1.25;
|
||||
margin-bottom: 1.25em;
|
||||
}
|
||||
h5 {
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
h6 {
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
}
|
||||
p {
|
||||
margin: 0 0 1.5em;
|
||||
}
|
||||
p .left {
|
||||
margin: 1.5em 1.5em 1.5em 0;
|
||||
padding: 0;
|
||||
}
|
||||
p .right {
|
||||
margin: 1.5em 0 1.5em 1.5em;
|
||||
padding: 0;
|
||||
}
|
||||
.left {
|
||||
float: left !important;
|
||||
}
|
||||
.right {
|
||||
float: right !important;
|
||||
}
|
||||
blockquote {
|
||||
margin: 1.5em;
|
||||
color: #666;
|
||||
font-style: italic;
|
||||
}
|
||||
strong, dfn {
|
||||
font-weight: bold;
|
||||
}
|
||||
em, dfn {
|
||||
font-style: italic;
|
||||
}
|
||||
sup, sub {
|
||||
line-height: 0;
|
||||
}
|
||||
abbr,
|
||||
acronym {
|
||||
border-bottom: 1px dotted #666;
|
||||
}
|
||||
address {
|
||||
margin: 0 0 1.5em;
|
||||
font-style: italic;
|
||||
}
|
||||
del {
|
||||
color: #666;
|
||||
}
|
||||
pre {
|
||||
margin: 1.5em 0;
|
||||
white-space: pre;
|
||||
}
|
||||
pre, code, tt {
|
||||
font: 1em "andale mono", "lucida console", monospace;
|
||||
line-height: 1.5;
|
||||
}
|
||||
li ul,
|
||||
li ol {
|
||||
margin: 0;
|
||||
}
|
||||
ul, ol {
|
||||
margin: 0 1.5em 1.5em 0;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
dl {
|
||||
margin: 0 0 1.5em 0;
|
||||
}
|
||||
dl dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
dd {
|
||||
margin-left: 1.5em;
|
||||
}
|
||||
table {
|
||||
margin-bottom: 1.4em;
|
||||
width: 100%;
|
||||
}
|
||||
th {
|
||||
font-weight: bold;
|
||||
}
|
||||
thead th {
|
||||
background: #c3d9ff;
|
||||
}
|
||||
th, td, caption {
|
||||
padding: 4px 10px 4px 5px;
|
||||
}
|
||||
.small {
|
||||
font-size: 0.8em;
|
||||
margin-bottom: 1.875em;
|
||||
line-height: 1.875em;
|
||||
}
|
||||
.large {
|
||||
font-size: 1.2em;
|
||||
line-height: 2.5em;
|
||||
margin-bottom: 1.25em;
|
||||
}
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
.quiet {
|
||||
color: #666;
|
||||
}
|
||||
.loud {
|
||||
color: #000;
|
||||
}
|
||||
.highlight {
|
||||
background: #ff0;
|
||||
}
|
||||
.added {
|
||||
background: #060;
|
||||
color: #fff;
|
||||
}
|
||||
.removed {
|
||||
background: #900;
|
||||
color: #fff;
|
||||
}
|
||||
.first {
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
.last {
|
||||
margin-right: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.top {
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
.bottom {
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
body {
|
||||
font-family: Helvetica, Arial, sans-serif;
|
||||
line-height: 150%;
|
||||
font-size: 72%;
|
||||
background: #fff;
|
||||
width: 99%;
|
||||
margin: 0;
|
||||
padding: 0.5%;
|
||||
color: black;
|
||||
}
|
||||
a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
h3 {
|
||||
font-weight: bold;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
#header {
|
||||
float: left;
|
||||
}
|
||||
#header #tabs, #header .tabs, #header #utility_nav {
|
||||
display: none;
|
||||
}
|
||||
#header h1 {
|
||||
font-weight: bold;
|
||||
}
|
||||
.flashes {
|
||||
display: none;
|
||||
}
|
||||
#title_bar {
|
||||
float: right;
|
||||
}
|
||||
#title_bar h2 {
|
||||
line-height: 2em;
|
||||
margin: 0;
|
||||
}
|
||||
#title_bar .breadcrumb, #title_bar #titlebar_right {
|
||||
display: none;
|
||||
}
|
||||
#active_admin_content {
|
||||
border-top: thick solid black;
|
||||
clear: both;
|
||||
margin-top: 2em;
|
||||
padding-top: 3em;
|
||||
}
|
||||
#footer {
|
||||
display: none;
|
||||
}
|
||||
.table_tools ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
.table_tools ul li {
|
||||
display: none;
|
||||
padding: 0;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.table_tools ul li.scope.selected, .table_tools ul li.index.selected {
|
||||
display: block;
|
||||
}
|
||||
.table_tools ul li.scope.selected:before, .table_tools ul li.index.selected:before {
|
||||
content: "Showing ";
|
||||
}
|
||||
.table_tools ul li.scope.selected a, .table_tools ul li.index.selected a {
|
||||
font-weight: bold;
|
||||
}
|
||||
.table_tools ul li.scope.selected span, .table_tools ul li.index.selected span {
|
||||
display: inline-block;
|
||||
font-weight: normal;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
table {
|
||||
margin-bottom: 1.5em;
|
||||
text-align: left;
|
||||
width: 100%;
|
||||
}
|
||||
table thead {
|
||||
display: table-header-group;
|
||||
}
|
||||
table thead th {
|
||||
background: none;
|
||||
border-bottom: medium solid black;
|
||||
font-weight: bold;
|
||||
}
|
||||
table thead th a {
|
||||
text-decoration: none;
|
||||
}
|
||||
table th, table td {
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
table th .member_link, table td .member_link {
|
||||
display: none;
|
||||
}
|
||||
table td {
|
||||
border-bottom: thin solid black;
|
||||
}
|
||||
table tr {
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
#index_footer, .pagination_information {
|
||||
display: none;
|
||||
}
|
||||
.index_grid td {
|
||||
border: none;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.index_grid td img {
|
||||
max-width: 1in;
|
||||
}
|
||||
.panel {
|
||||
border-bottom: thick solid #ccc;
|
||||
margin-bottom: 3em;
|
||||
padding-bottom: 2em;
|
||||
page-break-inside: avoid;
|
||||
}
|
||||
.panel:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
.comments form {
|
||||
display: none;
|
||||
}
|
||||
.comments .active_admin_comment {
|
||||
border-top: thin solid black;
|
||||
padding-top: 1em;
|
||||
}
|
||||
.comments .active_admin_comment .active_admin_comment_meta h4 {
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
float: left;
|
||||
margin-right: 0.5em;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.comments .active_admin_comment .active_admin_comment_meta span {
|
||||
font-size: 0.9em;
|
||||
font-style: italic;
|
||||
vertical-align: top;
|
||||
}
|
||||
.comments .active_admin_comment .active_admin_comment_body {
|
||||
clear: both;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.attributes_table {
|
||||
border-top: medium solid black;
|
||||
}
|
||||
.attributes_table th {
|
||||
border-bottom: thin solid black;
|
||||
vertical-align: top;
|
||||
}
|
||||
.attributes_table th:after {
|
||||
content: ":";
|
||||
}
|
||||
.attributes_table td img {
|
||||
max-height: 4in;
|
||||
max-width: 6in;
|
||||
}
|
||||
#filters_sidebar_section {
|
||||
display: none;
|
||||
}
|
||||
form fieldset {
|
||||
border-top: thick solid #ccc;
|
||||
padding-top: 2em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
form fieldset:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
form .buttons, form abbr {
|
||||
display: none;
|
||||
}
|
||||
form ol {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
form ol li {
|
||||
border-top: thin solid black;
|
||||
margin: 0;
|
||||
padding: 1em 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
form ol li.password, form ol li.hidden {
|
||||
display: none;
|
||||
}
|
||||
form ol li label {
|
||||
font-weight: bold;
|
||||
float: left;
|
||||
width: 20%;
|
||||
}
|
||||
form ol li input, form ol li textarea, form ol li select {
|
||||
background: none;
|
||||
border: 0;
|
||||
font: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
form ol li input[type=file] {
|
||||
display: none;
|
||||
}
|
||||
.unsupported_browser {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=print-b1a8bcf5.css.map*/
|
1
public/packs/css/active_admin/print-b1a8bcf5.css.map
Normal file
1
public/packs/css/active_admin/print-b1a8bcf5.css.map
Normal file
File diff suppressed because one or more lines are too long
1
public/packs/css/active_admin/print-f000e91b.css
Normal file
1
public/packs/css/active_admin/print-f000e91b.css
Normal file
File diff suppressed because one or more lines are too long
BIN
public/packs/css/active_admin/print-f000e91b.css.br
Normal file
BIN
public/packs/css/active_admin/print-f000e91b.css.br
Normal file
Binary file not shown.
BIN
public/packs/css/active_admin/print-f000e91b.css.gz
Normal file
BIN
public/packs/css/active_admin/print-f000e91b.css.gz
Normal file
Binary file not shown.
Reference in New Issue
Block a user