]> git.mxchange.org Git - friendica.git/commitdiff
small fixes for filebrowser
authorrabuzarus <>
Sat, 1 Aug 2015 19:20:13 +0000 (21:20 +0200)
committerrabuzarus <>
Sat, 1 Aug 2015 19:20:13 +0000 (21:20 +0200)
view/templates/filebrowser.tpl
view/templates/filebrowser_plain.tpl

index 2122e27fc9f54f10c791e8c3c5a932c2ae46d429..c40b85474382f23d63d8676c02fc93e8b5fcfcc4 100644 (file)
@@ -7,7 +7,7 @@
        <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; }
+               .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; }
index ee4527da2154cf29bc81dbc5a0f3f4239c426384..4a50d4ac964c6d3453c8b3819e1ea59cee75ac1c 100644 (file)
@@ -39,7 +39,7 @@
 
        <div class="upload">
                <button id="upload-{{$type}}"><img id="profile-rotator" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait|escape:'html'}}" style="display: none;" /> {{"Upload"|t}}</button> 
-       </dksiv>
+       </div>
 </div>