diff options
author | therazer <devnull@localhost> | 2010-11-09 15:57:49 +0100 |
---|---|---|
committer | therazer <devnull@localhost> | 2010-11-09 15:57:49 +0100 |
commit | 46f947f7d8fd3012c648750e685cec8628e5db91 (patch) | |
tree | f39f5be671a7c7d64cbcaa8374701fe62321ddc6 /module/web/media/default | |
parent | account cache fix (diff) | |
download | pyload-46f947f7d8fd3012c648750e685cec8628e5db91.tar.xz |
added browser to set paths in settings
Diffstat (limited to 'module/web/media/default')
-rw-r--r-- | module/web/media/default/css/pathchooser.css | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/module/web/media/default/css/pathchooser.css b/module/web/media/default/css/pathchooser.css new file mode 100644 index 000000000..2573c2eb1 --- /dev/null +++ b/module/web/media/default/css/pathchooser.css @@ -0,0 +1,40 @@ +TABLE { + border: 1px dotted #888888; + font-family: sans-serif; + font-size: 10pt; +} + +TH { + background-color: #525252; + color: #E0E0E0; +} + +TABLE, TR, TD { + background-color: #F0F0F0; +} + +A, A:visited { + text-decoration: none; + font-weight: bold; +} + +.file { + color: #c0c0c0; +} + +.parentdir { + color: #000000; + font-size: 10pt; +} +.name { + text-align: left; +} +.size { + text-align: right; +} +.type { + text-align: left; +} +.mtime { + text-align: center; +} |