From ac384ab0feee6fc6761d0030273c665264dd33e1 Mon Sep 17 00:00:00 2001 From: oweissbarth Date: Mon, 17 Mar 2014 00:38:42 +0100 Subject: added basic browsing functionality --- www/static/browser.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 www/static/browser.css (limited to 'www/static/browser.css') 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; +} -- cgit v1.2.3