diff options
| author | oweissbarth | 2014-03-17 00:38:42 +0100 |
|---|---|---|
| committer | oweissbarth | 2014-03-17 00:38:42 +0100 |
| commit | ac384ab0feee6fc6761d0030273c665264dd33e1 (patch) | |
| tree | 23e03a17bbcd560c8c0ee150b81123073379b9cb /www/static/browser.css | |
| parent | d5bd89e1d64d00f0d10926c470bc850646f4a969 (diff) | |
| download | files.iamfabulous.de-ac384ab0feee6fc6761d0030273c665264dd33e1.tar.gz | |
added basic browsing functionality
Diffstat (limited to 'www/static/browser.css')
| -rw-r--r-- | www/static/browser.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/www/static/browser.css b/www/static/browser.css new file mode 100644 index 0000000..21ef4ad --- /dev/null +++ b/www/static/browser.css @@ -0,0 +1,26 @@ +tr:hover{ + background: #CCCCCC; +} +tr{ + width: 100%; + border: none; + +} +table{ +width: 100% +} + +#icon{ + width: 35px; +} + +table tr td { + padding-left: 0; + padding-right: 0; + margin: 0; + +} +a{ + text-decoration: none; + color: black; +} |
