Sha256: f44b3471215edcc29785e2ca22a4e2d9cc80ec9e0cc801616093874bb1454ddf

Contents?: true

Size: 539 Bytes

Versions: 2

Compression:

Stored size: 539 Bytes

Contents

/* @override http://localhost:3000/stylesheets/cable/tables.css */
table{
	border-bottom: 2px solid #ccc;
}
thead th{
	background: #eee;
	border-bottom: 2px solid #ccc;	
	font-weight:normal;
	font-size:1.25em;
}

table td{
	border-bottom: 1px dashed #ccc;
	border-right: 1px dashed #ccc;		
}

tbody tr:nth-child(even) td, 
tbody tr.even td {
	background:#eee;
}

th.actions,
td.actions{
	text-align: right;
}
td.actions{
  padding-right:0px;
}
tbody tr td:first-child{
  border-left: none;
}
tbody tr td:last-child{
	border-right: none;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cable-0.9.1 public/stylesheets/cable/tables.css
cable-0.9.0 public/stylesheets/cable/tables.css