]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove bottom: 0 to prevent the menu form overlapping the whole element. This happens...
authorBernhard Posselt <dev@bernhard-posselt.com>
Fri, 12 Sep 2014 00:12:18 +0000 (02:12 +0200)
committerLukas Reschke <lukas@owncloud.com>
Mon, 15 Sep 2014 10:53:33 +0000 (12:53 +0200)
fix input width which was changed likely with the icon PR

use calc because firefox and chrome have different scrollbar widths which causes firefox to push the button into the next row while everything is well in chrome

add normal width for IE8

core/css/apps.css

index 2042401489f04450da6c1e5b41377089a99e852f..4638c453964ccb7ef403a042dda9b5544d64bab5 100644 (file)
        position: absolute;
        top: 0;
        right: 0;
-       bottom: 0;
        z-index: 105;
 }
 
        #app-navigation .app-navigation-entry-edit input {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
-               width: 204px;
+               width: 190px;
+               width: calc(100% - 36px);
                padding: 5px;
                margin-right: 0;
                height: 38px;