]> source.dussan.org Git - nextcloud-server.git/commitdiff
some style adjustments
authorGeorg Ehrke <developer@georgehrke.com>
Tue, 9 Jul 2013 09:40:09 +0000 (11:40 +0200)
committerGeorg Ehrke <developer@georgehrke.com>
Wed, 10 Jul 2013 10:30:11 +0000 (12:30 +0200)
apps/files/css/files.css
apps/files/templates/index.php

index 222cc9c83efc3334495a18da5ab943955f3df94f..d7843ab35356400eb783668554727fec0bf4be7f 100644 (file)
@@ -19,9 +19,9 @@
        background:#f8f8f8; border:1px solid #ddd; border-radius:10px; border-top-left-radius:0;
        box-shadow:0 2px 7px rgba(170,170,170,.4);
 }
-#new>ul>li { height:20px; margin:.3em; padding-left:2em; padding-bottom:0.1em;
+#new>ul>li { height:36px; margin:.3em; padding-left:3em; padding-bottom:0.1em;
                background-repeat:no-repeat; cursor:pointer; }
-#new>ul>li>p { cursor:pointer; }
+#new>ul>li>p { cursor:pointer; padding-top: 7px; padding-bottom: 7px;}
 #new>ul>li>form>input { padding:0.3em; margin:-0.3em; }
 
 #trash { height:17px; margin: 0 1em; z-index:1010; float: right; }
index c4a15c5fa61b68d6418870d8ccfc928855154c7f..89e270fd14625dd5f9470d49a90ac2d80048d7ab 100644 (file)
@@ -6,11 +6,11 @@
                        <div id="new" class="button">
                                <a><?php p($l->t('New'));?></a>
                                <ul>
-                                       <li style="background-image:url('<?php p(OCP\mimetype_icon('text/plain')) ?>');background-size: 16px 16px;"
+                                       <li style="background-image:url('<?php p(OCP\mimetype_icon('text/plain')) ?>')"
                                                data-type='file'><p><?php p($l->t('Text file'));?></p></li>
-                                       <li style="background-image:url('<?php p(OCP\mimetype_icon('dir')) ?>');background-size: 16px 16px;"
+                                       <li style="background-image:url('<?php p(OCP\mimetype_icon('dir')) ?>')"
                                                data-type='folder'><p><?php p($l->t('Folder'));?></p></li>
-                                       <li style="background-image:url('<?php p(OCP\image_path('core', 'actions/public.png')) ?>')"
+                                       <li style="background-image:url('<?php p(OCP\image_path('core', 'web.png')) ?>')"
                                                data-type='web'><p><?php p($l->t('From link'));?></p></li>
                                </ul>
                        </div>