From 8218c2b3e47684d580f388603ea38c40374d4359 Mon Sep 17 00:00:00 2001 From: therazer Date: Mon, 15 Nov 2010 18:53:36 +0100 Subject: fixes for file browser --- module/web/media/default/css/pathchooser.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'module/web/media/default/css') diff --git a/module/web/media/default/css/pathchooser.css b/module/web/media/default/css/pathchooser.css index f660b7c5a..894cc335e 100644 --- a/module/web/media/default/css/pathchooser.css +++ b/module/web/media/default/css/pathchooser.css @@ -1,4 +1,5 @@ table { + width: 90%; border: 1px dotted #888888; font-family: sans-serif; font-size: 10pt; @@ -18,6 +19,11 @@ a, a:visited { font-weight: bold; } +#paths { + width: 90%; + text-align: left; +} + .file_directory { color: #c0c0c0; } @@ -47,3 +53,16 @@ a, a:visited { .mtime { text-align: center; } + +.path_abs_rel { + color: #3c3c3c; + text-decoration: none; + font-weight: bold; + font-family: sans-serif; + font-size: 10pt; +} + +.path_abs_rel a { + color: #3c3c3c; + font-style: italic; +} -- cgit v1.2.3