mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
precompiled assets for heroku
This commit is contained in:
25746
public/assets/application-3474e39ba714bdf4f5f262ac67a4dcdc.js
Normal file
25746
public/assets/application-3474e39ba714bdf4f5f262ac67a4dcdc.js
Normal file
File diff suppressed because it is too large
Load Diff
BIN
public/assets/application-3474e39ba714bdf4f5f262ac67a4dcdc.js.gz
Normal file
BIN
public/assets/application-3474e39ba714bdf4f5f262ac67a4dcdc.js.gz
Normal file
Binary file not shown.
769
public/assets/application-79bd6e1bb184fb4c5b413097a30bd9b4.css
Normal file
769
public/assets/application-79bd6e1bb184fb4c5b413097a30bd9b4.css
Normal file
@@ -0,0 +1,769 @@
|
||||
// Place all the styles related to the Admin controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
// Place all the styles related to the Matches controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
// Place all the styles related to the Mats controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
body {
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
p, ol, ul, td {
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #eee;
|
||||
padding: 10px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #000;
|
||||
&:visited {
|
||||
color: #666;
|
||||
}
|
||||
&:hover {
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
}
|
||||
}
|
||||
|
||||
div {
|
||||
&.field, &.actions {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
#notice {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.field_with_errors {
|
||||
padding: 2px;
|
||||
background-color: red;
|
||||
display: table;
|
||||
}
|
||||
|
||||
#error_explanation {
|
||||
width: 450px;
|
||||
border: 2px solid red;
|
||||
padding: 7px;
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 20px;
|
||||
background-color: #f0f0f0;
|
||||
h2 {
|
||||
text-align: left;
|
||||
font-weight: bold;
|
||||
padding: 5px 5px 5px 15px;
|
||||
font-size: 12px;
|
||||
margin: -7px;
|
||||
margin-bottom: 0px;
|
||||
background-color: #c00;
|
||||
color: #fff;
|
||||
}
|
||||
ul li {
|
||||
font-size: 12px;
|
||||
list-style: square;
|
||||
}
|
||||
}
|
||||
// Place all the styles related to the Schools controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
// Place all the styles related to the StaticPages controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
// Place all the styles related to the tournaments controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
// Place all the styles related to the Weights controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
// Place all the styles related to the Wrestlers controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
||||
/*
|
||||
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
||||
* listed below.
|
||||
*
|
||||
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
||||
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
|
||||
*
|
||||
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
||||
* compiled file so the styles you add here take precedence over styles defined in any styles
|
||||
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
|
||||
* file per style scope.
|
||||
*
|
||||
|
||||
|
||||
|
||||
*/
|
||||
/*
|
||||
* Table styles
|
||||
*/
|
||||
/* line 5, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
clear: both;
|
||||
border-collapse: separate;
|
||||
border-spacing: 0;
|
||||
/*
|
||||
* Header and footer styles
|
||||
*/
|
||||
/*
|
||||
* Body styles
|
||||
*/
|
||||
}
|
||||
|
||||
/* line 19, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable thead th,
|
||||
table.dataTable tfoot th {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* line 23, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable thead th,
|
||||
table.dataTable thead td {
|
||||
padding: 10px 18px;
|
||||
border-bottom: 1px solid #111111;
|
||||
}
|
||||
|
||||
/* line 28, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable thead th:active,
|
||||
table.dataTable thead td:active {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
/* line 32, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable tfoot th,
|
||||
table.dataTable tfoot td {
|
||||
padding: 10px 18px 6px 18px;
|
||||
border-top: 1px solid #111111;
|
||||
}
|
||||
|
||||
/* line 38, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable thead .sorting,
|
||||
table.dataTable thead .sorting_asc,
|
||||
table.dataTable thead .sorting_desc {
|
||||
cursor: pointer;
|
||||
*cursor: hand;
|
||||
}
|
||||
|
||||
/* line 46, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable thead .sorting,
|
||||
table.dataTable thead .sorting_asc,
|
||||
table.dataTable thead .sorting_desc,
|
||||
table.dataTable thead .sorting_asc_disabled,
|
||||
table.dataTable thead .sorting_desc_disabled {
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right;
|
||||
}
|
||||
|
||||
/* line 50, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable thead .sorting {
|
||||
background-image: url(/assets/dataTables/sort_both.png);
|
||||
}
|
||||
|
||||
/* line 53, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable thead .sorting_asc {
|
||||
background-image: url(/assets/dataTables/sort_asc.png);
|
||||
}
|
||||
|
||||
/* line 56, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable thead .sorting_desc {
|
||||
background-image: url(/assets/dataTables/sort_desc.png);
|
||||
}
|
||||
|
||||
/* line 59, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable thead .sorting_asc_disabled {
|
||||
background-image: url(/assets/dataTables/sort_asc_disabled.png);
|
||||
}
|
||||
|
||||
/* line 62, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable thead .sorting_desc_disabled {
|
||||
background-image: url(/assets/dataTables/sort_desc_disabled.png);
|
||||
}
|
||||
|
||||
/* line 65, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable tbody tr {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* line 68, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable tbody tr.selected {
|
||||
background-color: #b0bed9;
|
||||
}
|
||||
|
||||
/* line 72, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable tbody th,
|
||||
table.dataTable tbody td {
|
||||
padding: 8px 10px;
|
||||
}
|
||||
|
||||
/* line 75, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
|
||||
border-top: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
/* line 80, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.row-border tbody tr:first-child th,
|
||||
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
|
||||
table.dataTable.display tbody tr:first-child td {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
/* line 83, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
|
||||
border-top: 1px solid #dddddd;
|
||||
border-right: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
/* line 88, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.cell-border tbody tr th:first-child,
|
||||
table.dataTable.cell-border tbody tr td:first-child {
|
||||
border-left: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
/* line 92, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.cell-border tbody tr:first-child th,
|
||||
table.dataTable.cell-border tbody tr:first-child td {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
/* line 95, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
/* line 98, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
|
||||
background-color: #abb9d3;
|
||||
}
|
||||
|
||||
/* line 105, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.hover tbody tr:hover,
|
||||
table.dataTable.hover tbody tr.odd:hover,
|
||||
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
|
||||
table.dataTable.display tbody tr.odd:hover,
|
||||
table.dataTable.display tbody tr.even:hover {
|
||||
background-color: whitesmoke;
|
||||
}
|
||||
|
||||
/* line 112, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.hover tbody tr:hover.selected,
|
||||
table.dataTable.hover tbody tr.odd:hover.selected,
|
||||
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
|
||||
table.dataTable.display tbody tr.odd:hover.selected,
|
||||
table.dataTable.display tbody tr.even:hover.selected {
|
||||
background-color: #a9b7d1;
|
||||
}
|
||||
|
||||
/* line 119, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.order-column tbody tr > .sorting_1,
|
||||
table.dataTable.order-column tbody tr > .sorting_2,
|
||||
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
|
||||
table.dataTable.display tbody tr > .sorting_2,
|
||||
table.dataTable.display tbody tr > .sorting_3 {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
/* line 126, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.order-column tbody tr.selected > .sorting_1,
|
||||
table.dataTable.order-column tbody tr.selected > .sorting_2,
|
||||
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
|
||||
table.dataTable.display tbody tr.selected > .sorting_2,
|
||||
table.dataTable.display tbody tr.selected > .sorting_3 {
|
||||
background-color: #acbad4;
|
||||
}
|
||||
|
||||
/* line 129, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
/* line 132, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
|
||||
background-color: #f3f3f3;
|
||||
}
|
||||
|
||||
/* line 135, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
|
||||
background-color: whitesmoke;
|
||||
}
|
||||
|
||||
/* line 138, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
|
||||
background-color: #a6b3cd;
|
||||
}
|
||||
|
||||
/* line 141, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
|
||||
background-color: #a7b5ce;
|
||||
}
|
||||
|
||||
/* line 144, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
|
||||
background-color: #a9b6d0;
|
||||
}
|
||||
|
||||
/* line 147, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
/* line 150, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
|
||||
background-color: #fbfbfb;
|
||||
}
|
||||
|
||||
/* line 153, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
|
||||
background-color: #fdfdfd;
|
||||
}
|
||||
|
||||
/* line 156, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
|
||||
background-color: #acbad4;
|
||||
}
|
||||
|
||||
/* line 159, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
|
||||
background-color: #adbbd6;
|
||||
}
|
||||
|
||||
/* line 162, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
|
||||
background-color: #afbdd8;
|
||||
}
|
||||
|
||||
/* line 169, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr:hover > .sorting_1,
|
||||
table.dataTable.display tbody tr.odd:hover > .sorting_1,
|
||||
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
|
||||
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
|
||||
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
|
||||
background-color: #eaeaea;
|
||||
}
|
||||
|
||||
/* line 176, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr:hover > .sorting_2,
|
||||
table.dataTable.display tbody tr.odd:hover > .sorting_2,
|
||||
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
|
||||
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
|
||||
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
|
||||
background-color: #ebebeb;
|
||||
}
|
||||
|
||||
/* line 183, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr:hover > .sorting_3,
|
||||
table.dataTable.display tbody tr.odd:hover > .sorting_3,
|
||||
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
|
||||
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
|
||||
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
/* line 190, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr:hover.selected > .sorting_1,
|
||||
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
|
||||
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
|
||||
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
|
||||
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
|
||||
background-color: #a1aec7;
|
||||
}
|
||||
|
||||
/* line 197, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr:hover.selected > .sorting_2,
|
||||
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
|
||||
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
|
||||
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
|
||||
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
|
||||
background-color: #a2afc8;
|
||||
}
|
||||
|
||||
/* line 204, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.display tbody tr:hover.selected > .sorting_3,
|
||||
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
|
||||
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
|
||||
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
|
||||
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
|
||||
background-color: #a4b2cb;
|
||||
}
|
||||
|
||||
/* line 207, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.no-footer {
|
||||
border-bottom: 1px solid #111111;
|
||||
}
|
||||
|
||||
/* line 210, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.nowrap th, table.dataTable.nowrap td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* line 214, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.compact thead th,
|
||||
table.dataTable.compact thead td {
|
||||
padding: 4px 17px 4px 4px;
|
||||
}
|
||||
|
||||
/* line 218, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.compact tfoot th,
|
||||
table.dataTable.compact tfoot td {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/* line 222, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable.compact tbody th,
|
||||
table.dataTable.compact tbody td {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/* line 226, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable th.dt-left,
|
||||
table.dataTable td.dt-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* line 231, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable th.dt-center,
|
||||
table.dataTable td.dt-center,
|
||||
table.dataTable td.dataTables_empty {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* line 235, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable th.dt-right,
|
||||
table.dataTable td.dt-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* line 239, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable th.dt-justify,
|
||||
table.dataTable td.dt-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
/* line 243, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable th.dt-nowrap,
|
||||
table.dataTable td.dt-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* line 249, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable thead th.dt-head-left,
|
||||
table.dataTable thead td.dt-head-left,
|
||||
table.dataTable tfoot th.dt-head-left,
|
||||
table.dataTable tfoot td.dt-head-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* line 255, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable thead th.dt-head-center,
|
||||
table.dataTable thead td.dt-head-center,
|
||||
table.dataTable tfoot th.dt-head-center,
|
||||
table.dataTable tfoot td.dt-head-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* line 261, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable thead th.dt-head-right,
|
||||
table.dataTable thead td.dt-head-right,
|
||||
table.dataTable tfoot th.dt-head-right,
|
||||
table.dataTable tfoot td.dt-head-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* line 267, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable thead th.dt-head-justify,
|
||||
table.dataTable thead td.dt-head-justify,
|
||||
table.dataTable tfoot th.dt-head-justify,
|
||||
table.dataTable tfoot td.dt-head-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
/* line 273, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable thead th.dt-head-nowrap,
|
||||
table.dataTable thead td.dt-head-nowrap,
|
||||
table.dataTable tfoot th.dt-head-nowrap,
|
||||
table.dataTable tfoot td.dt-head-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* line 277, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable tbody th.dt-body-left,
|
||||
table.dataTable tbody td.dt-body-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
/* line 281, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable tbody th.dt-body-center,
|
||||
table.dataTable tbody td.dt-body-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* line 285, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable tbody th.dt-body-right,
|
||||
table.dataTable tbody td.dt-body-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* line 289, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable tbody th.dt-body-justify,
|
||||
table.dataTable tbody td.dt-body-justify {
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
/* line 293, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable tbody th.dt-body-nowrap,
|
||||
table.dataTable tbody td.dt-body-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* line 299, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
table.dataTable,
|
||||
table.dataTable th,
|
||||
table.dataTable td {
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
/*
|
||||
* Control feature layout
|
||||
*/
|
||||
/* line 308, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper {
|
||||
position: relative;
|
||||
clear: both;
|
||||
*zoom: 1;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
/* line 314, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_length {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* line 317, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_filter {
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* line 321, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_filter input {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
|
||||
/* line 324, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_info {
|
||||
clear: both;
|
||||
float: left;
|
||||
padding-top: 0.755em;
|
||||
}
|
||||
|
||||
/* line 329, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_paginate {
|
||||
float: right;
|
||||
text-align: right;
|
||||
padding-top: 0.25em;
|
||||
}
|
||||
|
||||
/* line 334, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_paginate .paginate_button {
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
min-width: 1.5em;
|
||||
padding: 0.5em 1em;
|
||||
margin-left: 2px;
|
||||
text-align: center;
|
||||
text-decoration: none !important;
|
||||
cursor: pointer;
|
||||
*cursor: hand;
|
||||
color: #333333 !important;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
/* line 347, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
|
||||
color: #333333 !important;
|
||||
border: 1px solid #cacaca;
|
||||
background-color: white;
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
|
||||
/* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
|
||||
/* Chrome10+,Safari5.1+ */
|
||||
background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
|
||||
/* FF3.6+ */
|
||||
background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
|
||||
/* IE10+ */
|
||||
background: -o-linear-gradient(top, white 0%, gainsboro 100%);
|
||||
/* Opera 11.10+ */
|
||||
background: linear-gradient(to bottom, white 0%, gainsboro 100%);
|
||||
/* W3C */
|
||||
}
|
||||
|
||||
/* line 364, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
|
||||
cursor: default;
|
||||
color: #666 !important;
|
||||
border: 1px solid transparent;
|
||||
background: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
/* line 371, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
|
||||
color: white !important;
|
||||
border: 1px solid #111111;
|
||||
background-color: #585858;
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
|
||||
/* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
|
||||
/* Chrome10+,Safari5.1+ */
|
||||
background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
|
||||
/* FF3.6+ */
|
||||
background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
|
||||
/* IE10+ */
|
||||
background: -o-linear-gradient(top, #585858 0%, #111111 100%);
|
||||
/* Opera 11.10+ */
|
||||
background: linear-gradient(to bottom, #585858 0%, #111111 100%);
|
||||
/* W3C */
|
||||
}
|
||||
|
||||
/* line 388, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
|
||||
outline: none;
|
||||
background-color: #2b2b2b;
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
|
||||
/* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
|
||||
/* Chrome10+,Safari5.1+ */
|
||||
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
|
||||
/* FF3.6+ */
|
||||
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
|
||||
/* IE10+ */
|
||||
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
|
||||
/* Opera 11.10+ */
|
||||
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
|
||||
/* W3C */
|
||||
box-shadow: inset 0 0 3px #111;
|
||||
}
|
||||
|
||||
/* line 405, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_paginate .ellipsis {
|
||||
padding: 0 1em;
|
||||
}
|
||||
|
||||
/* line 408, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_processing {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
margin-left: -50%;
|
||||
margin-top: -25px;
|
||||
padding-top: 20px;
|
||||
text-align: center;
|
||||
font-size: 1.2em;
|
||||
background-color: white;
|
||||
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
|
||||
/* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
|
||||
/* Chrome10+,Safari5.1+ */
|
||||
background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
|
||||
/* FF3.6+ */
|
||||
background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
|
||||
/* IE10+ */
|
||||
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
|
||||
/* Opera 11.10+ */
|
||||
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
|
||||
/* W3C */
|
||||
}
|
||||
|
||||
/* line 437, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_length,
|
||||
.dataTables_wrapper .dataTables_filter,
|
||||
.dataTables_wrapper .dataTables_info,
|
||||
.dataTables_wrapper .dataTables_processing,
|
||||
.dataTables_wrapper .dataTables_paginate {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
/* line 440, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_scroll {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 443, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
|
||||
*margin-top: -1px;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
/* line 448, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
|
||||
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
/* line 454, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper.no-footer .dataTables_scrollBody {
|
||||
border-bottom: 1px solid #111111;
|
||||
}
|
||||
|
||||
/* line 458, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
|
||||
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
/* line 461, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper:after {
|
||||
visibility: hidden;
|
||||
display: block;
|
||||
content: "";
|
||||
clear: both;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
/* line 471, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_info,
|
||||
.dataTables_wrapper .dataTables_paginate {
|
||||
float: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* line 475, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_paginate {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 640px) {
|
||||
/* line 481, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_length,
|
||||
.dataTables_wrapper .dataTables_filter {
|
||||
float: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* line 485, /usr/local/rvm/gems/ruby-2.2.0-preview1@wrestlingApp/gems/jquery-datatables-rails-3.3.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
|
||||
.dataTables_wrapper .dataTables_filter {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user