add more methods to file system interface

This commit is contained in:
Luke Pulverenti
2014-01-01 13:26:31 -05:00
parent 2861ff68c9
commit 7743b36bc9
46 changed files with 421 additions and 504 deletions
+9 -3
View File
@@ -27,14 +27,14 @@
.detailTable td {
border-spacing: 0;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
border-top: 1px solid #404040;
border-bottom: 1px solid #404040;
padding: 5px 5px;
}
.detailTable th {
border-spacing: 0;
border-bottom: 1px solid #444;
border-bottom: 1px solid #404040;
padding: 5px;
font-weight: bold;
text-align: left;
@@ -73,3 +73,9 @@
display: table-cell;
}
}
.detailTable tbody tr:nth-child(odd) td,
.detailTable tbody tr:nth-child(odd) th {
background-color: #eeeeee; /* non-RGBA fallback */
background-color: rgba(0,0,0,.1);
}