aboutsummaryrefslogtreecommitdiffstats
path: root/view/filebrowser.tpl
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-04-18 15:15:52 +0200
committerFabio Comuni <fabrix.xm@gmail.com>2012-04-18 15:15:52 +0200
commitfddf21d983e97b489c26dba95aa35227b15fe9f3 (patch)
tree6828741c1f3100f3d0fa120328f10f557e19b7ae /view/filebrowser.tpl
parent063012045563f7c41663e0da5eba24a4191d36d0 (diff)
downloadvolse-hubzilla-fddf21d983e97b489c26dba95aa35227b15fe9f3.tar.gz
volse-hubzilla-fddf21d983e97b489c26dba95aa35227b15fe9f3.tar.bz2
volse-hubzilla-fddf21d983e97b489c26dba95aa35227b15fe9f3.zip
filebrowser: fix style, show 10 recent photos if not in an album
Diffstat (limited to 'view/filebrowser.tpl')
-rw-r--r--view/filebrowser.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/filebrowser.tpl b/view/filebrowser.tpl
index 45ba3dab9..1e97237f4 100644
--- a/view/filebrowser.tpl
+++ b/view/filebrowser.tpl
@@ -3,11 +3,13 @@
<head>
<script type="text/javascript" src="$baseurl/library/tinymce/jscripts/tiny_mce/tiny_mce_popup.js"></script>
<style>
+ .panel_wrapper div.current{.overflow: auto; height: auto!important; }
.filebrowser.path { font-family: fixed; font-size: 10px; background-color: #f0f0ee; height:auto; overflow:auto;}
.filebrowser.path a { border-left: 1px solid #C0C0AA; background-color: #E0E0DD; display: block; float:left; padding: 0.3em 1em;}
.filebrowser ul{ list-style-type: none; padding:0px; }
.filebrowser.folders a { display: block; padding: 0.3em }
.filebrowser.folders a:hover { background-color: #f0f0ee; }
+ .filebrowser.files.image { overflow: auto; height: auto; }
.filebrowser.files.image img { height:50px;}
.filebrowser.files.image li { display: block; padding: 5px; float: left; }
.filebrowser.files.image span { display: none;}