Sha256: 21b1e4171371adbacac0febfc81c1a7ff2ff1d5a50085a5ef89348ab1948a85a

Contents?: true

Size: 1.78 KB

Versions: 5

Compression:

Stored size: 1.78 KB

Contents

/*
 * 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 protected/bootstrap.min.css
 *= require protected/bootstrap-responsive.min.css
 *= require_self
 *- require_tree . 
 *
*/
@media (min-width:979px){
  body{ padding-top:60px; }
}
.dataTables_length {
  float:left;
  width:40%;
}
.dataTables_filter {
  float:right;
  text-align: right;
  width: 50%;
}
.dataTables_length select, .dataTables_filter input { display:inline; }
.dataTables_length select { width:50px;}
.table-sortable { clear:both; }

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}
 
table.table thead .sorting { background: url('/assets/protected/sort_both.png') no-repeat center right; }
table.table thead .sorting_asc { background: url('/assets/protected/sort_asc.png') no-repeat center right; }
table.table thead .sorting_desc { background: url('/assets/protected/sort_desc.png') no-repeat center right; }
 
table.table thead .sorting_asc_disabled { background: url('/assets/protected/sort_asc_disabled.png') no-repeat center right; }
table.table thead .sorting_desc_disabled { background: url('/assets/protected/sort_desc_disabled.png') no-repeat center right; }

.alert-message.block-message.error {
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
protected-1.0.4 app/assets/stylesheets/protected/application.css
protected-1.0.3 app/assets/stylesheets/protected/application.css
protected-1.0.2 app/assets/stylesheets/protected/application.css
protected-1.0.1 app/assets/stylesheets/protected/application.css
protected-1.0.0 app/assets/stylesheets/protected/application.css