summaryrefslogtreecommitdiff
path: root/www/static/browser.css
diff options
context:
space:
mode:
authoroweissbarth2014-03-17 00:38:42 +0100
committeroweissbarth2014-03-17 00:38:42 +0100
commitac384ab0feee6fc6761d0030273c665264dd33e1 (patch)
tree23e03a17bbcd560c8c0ee150b81123073379b9cb /www/static/browser.css
parentd5bd89e1d64d00f0d10926c470bc850646f4a969 (diff)
downloadfiles.iamfabulous.de-ac384ab0feee6fc6761d0030273c665264dd33e1.tar.gz
added basic browsing functionality
Diffstat (limited to 'www/static/browser.css')
-rw-r--r--www/static/browser.css26
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;
+}