aboutsummaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-20 16:25:08 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-20 16:25:08 +0100
commit5cc4a47f4c714f2654b5845cf5acc4d56d63fc00 (patch)
tree5328de077494f4dd4c7b1d852381db397808a70c /core/css
parentd1b1ad0813b95d8dd22dad3fe99559a4a10e8e4a (diff)
parent9d355f212413d7308f2ce0c3461a53036aa768a9 (diff)
downloadnextcloud-server-5cc4a47f4c714f2654b5845cf5acc4d56d63fc00.tar.gz
nextcloud-server-5cc4a47f4c714f2654b5845cf5acc4d56d63fc00.zip
Merge pull request #6808 from globalpointfamily/remove_ie9_navagation_width_fix
remove fix for IE9 nav bar width
Diffstat (limited to 'core/css')
-rw-r--r--core/css/fixes.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css
index 4ee854addef..a33afd5cf77 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -54,11 +54,6 @@
background-color: #1B314D;
}
-/* in IE9 the nav bar on the left side is too narrow and leave a white area - original width is 80px */
-.ie9 #navigation {
- width: 100px;
-}
-
/* IE8 isn't able to display transparent background. So it is specified using a gradient */
.ie8 #nojavascript {
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c320000', endColorstr='#4c320000'); /* IE */