blob: e8c42f808d188ede8d8f8658ff198ad86d3b395a (
plain)
1
2
3
4
5
6
7
8
|
/* APPS TABLE */
table td.date { width:5em; padding:.5em 1em; text-align:right; }
.preview { padding:3px; text-align:left; }
table td.date { width:11em; color:#555555; }
table td.selection, table th.selection, table td.fileaction { width:2em; text-align:center; }
table td.name a { padding:6px; text-decoration:none; color:#555555; }
.type { text-decoration:none; color:#888888; font-size:.8em; }
.description { text-decoration:none; color:#666666; font-size:.9em; }
|