diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-10-28 18:20:33 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-10-28 18:20:33 +0100 |
| commit | ce010bc12b8b0a03e662a2f4df984daa6d252fb8 (patch) | |
| tree | 4447d223d499cea9fcca0749039990f569117a4a /grauphel.css | |
| parent | 891db33ead914486b6f4f7e32ebd3a7f511562e8 (diff) | |
| download | grauphel-ce010bc12b8b0a03e662a2f4df984daa6d252fb8.tar.gz grauphel-ce010bc12b8b0a03e662a2f4df984daa6d252fb8.zip | |
color modified date as files app does it
Diffstat (limited to 'grauphel.css')
| -rw-r--r-- | grauphel.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/grauphel.css b/grauphel.css index 0cddce6..14eafb0 100644 --- a/grauphel.css +++ b/grauphel.css @@ -144,6 +144,10 @@ table.table td { background-position: 8px center; background-repeat: no-repeat; } +#headerTitle { + /* let it take all available space */ + width: 9999px; +} a.action.delete, table.table form button.action.delete { position: absolute; |
