Sha256: e67c3ecbe606d9ab3273d2f2b1fe85bd7a851d2fa28a2d0d04005ece7420ab35

Contents?: true

Size: 656 Bytes

Versions: 4

Compression:

Stored size: 656 Bytes

Contents

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


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

tbody tr:nth-child(even) td, 
tbody tr.even td {
	background: #eee;
}
tbody tr:last td{
	border-bottom:none;
}
th.actions,
td.actions{
	text-align: right;
}
td.actions{
	padding: 5px;
}
tbody tr td:first-child{
  border-left: none;
}
tbody tr td:last-child{
	border-right: none;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cable-0.9.6 public/stylesheets/cable/tables.css
cable-0.9.5 public/stylesheets/cable/tables.css
cable-0.9.4 public/stylesheets/cable/tables.css
cable-0.9.3 public/stylesheets/cable/tables.css