]> source.dussan.org Git - nextcloud-server.git/commitdiff
add some minor fixes for IE8
authorMorris Jobke <hey@morrisjobke.de>
Mon, 15 Sep 2014 15:09:12 +0000 (17:09 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 15 Sep 2014 15:09:12 +0000 (17:09 +0200)
core/css/apps.css
core/css/fixes.css

index 4638c453964ccb7ef403a042dda9b5544d64bab5..aa888e92399e97e1ef4e9b94828b3f0f29540eed 100644 (file)
        #app-navigation .app-navigation-entry-edit input {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
-               width: 190px;
+               width: 204px; /* fallback for IE8 */
                width: calc(100% - 36px);
                padding: 5px;
                margin-right: 0;
index 12daf2515794677de42ac5a27a19bb0ab17d5de7..5aba741b64b50e07fe78966ef4800f02bad38f60 100644 (file)
@@ -105,3 +105,7 @@ select {
        overflow-y: auto;
 }
 
+.ie8 #app-navigation .app-navigation-entry-edit input {
+       line-height: 38px;
+}
+