Sha256: 3f9fb17ff2f063ea06b96f257ce6a7a076093c9d52e9dda8528c20aa68b9338e

Contents?: true

Size: 1.09 KB

Versions: 2

Compression:

Stored size: 1.09 KB

Contents

table.normal {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  overflow: visible;
  border: 1px solid #E9E9E9;
}

table.normal tr{font-size: 12px;}

table.normal tr th, summary {
  color: #878787;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
  text-shadow: 1px 1px 0 white;
  background: -webkit-linear-gradient(#E6E6E6, #dcdcdc);
  background: -moz-linear-gradient(#E6E6E6, #dcdcdc);
  background: linear-gradient(#E6E6E6, #dcdcdc);
  padding: 5px 15px 2px;
  border: 1px solid #DDD;
  border-bottom: 1px solid #BBB;
}

table.normal th, table.normal td {
  padding: 6px 8px;
  border: 1px solid #e9e9e9;
  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.7);
  vertical-align: middle;
  text-align: left;
  line-height: 20px;
}

table.normal th:first-child {box-shadow: inset 0 1px 0 #fff;}
table.normal th:last-child, .table td:last-child {border-right: 0 none;}
table.normal tr:nth-child(odd) td {background: #f2f2f2;}
table.normal tr:nth-child(even) td {background: #f8f8f8;}
table.normal tr:last-child td {border-bottom: 0 none;}
table.normal tbody tr:hover td { color: #2d2d2d; }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lay_me_out-1.2.9 app/assets/stylesheets/lay_me_out/tables.css.scss
lay_me_out-1.2.8 app/assets/stylesheets/lay_me_out/tables.css.scss