]> source.dussan.org Git - nextcloud-server.git/commitdiff
reactivated Upload & New Folder button icons
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Wed, 6 Jul 2011 17:17:28 +0000 (19:17 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Wed, 6 Jul 2011 17:17:28 +0000 (19:17 +0200)
files/css/files.css
files/js/files.js
files/templates/index.php

index 702ddefc19c2aa375bfda781fc21b5e491335fa2..ed19a560ea652234813b41872a780a2138590560 100644 (file)
 }
 
 #file_upload_filename {
-       background-image:url(../../img/mimetypes/file.png);
+       background-image:url(../img/file.png); font-weight:bold;
 }
 #file_upload_start {opacity:0;filter: alpha(opacity = 0);}
 
 #file_newfolder_name {
-       background-image:url(../../img/places/folder.png); font-weight: bold; 
+       background-image:url(../img/folder.png); font-weight:bold; 
        width: 14em;
 }
 
@@ -111,4 +111,4 @@ table td.filename a
        display: -moz-inline-box; /* fallback for older firefox versions*/
        display: inline-block;
        background-image:url('../img/drop-arrow.png');
-}
\ No newline at end of file
+}
index 45931b9bae3ca3f567223d13ddea2e786227d153..b491b90275c595423751ce4c3d67147a54283c1c 100644 (file)
@@ -1,8 +1,6 @@
 $(document).ready(function() {
        $('#file_action_panel').attr('activeAction', false);
-       $('#file_newfolder_name').css('width', '14em');
-       $('#file_newfolder_submit').css('width', '3em');
-       
+
        // Sets browser table behaviour :
        $('.browser tr').hover(
                function() {
@@ -211,4 +209,4 @@ function formatDate(date){
        var monthNames = [ "January", "February", "March", "April", "May", "June",
        "July", "August", "September", "October", "November", "December" ];
        return monthNames[date.getMonth()]+' '+date.getDate()+', '+date.getFullYear()+', '+((date.getHours()<10)?'0':'')+date.getHours()+':'+date.getMinutes();
-}
\ No newline at end of file
+}
index 6eaa380506dc265c362f91f8a4cced0cfd49fac1..ee5e0900e2ce12f62d09aec5a15ed28a096d3883 100644 (file)
@@ -5,7 +5,7 @@
                        <input type="hidden" class="max_human_file_size" value="(max <?php echo $_["uploadMaxHumanFilesize"]; ?>)">
                        <input type="hidden" name="dir" value="<?php echo $_["dir"] ?>" id="dir">
                        <div id='file_upload_wrapper'>
-                               <input class="prettybutton" id='file_upload_filename' value="Upload (max <?php echo $_["uploadMaxHumanFilesize"];?>)"/>
+                               <input class="prettybutton" id='file_upload_filename' value="Upload (max. <?php echo $_["uploadMaxHumanFilesize"];?>)"/>
                                <input class="prettybutton" type="file" id="file_upload_start" name='file'/>
                        </div>&nbsp;
                        <input class="prettybutton" type="button" id="file_upload_submit" name="file_upload_submit" value="OK" />