From e0c3d761aded7db409981abbac7dec7b78ad45a8 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Fri, 15 Feb 2013 07:01:37 +0000 Subject: [PATCH] Issue 2968 fixed. Welcome page IE 7~8 problem. git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12762 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/install/script/welcome_content/welcome.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/install/script/welcome_content/welcome.css b/modules/install/script/welcome_content/welcome.css index f04c3cf63..99f4ca634 100644 --- a/modules/install/script/welcome_content/welcome.css +++ b/modules/install/script/welcome_content/welcome.css @@ -2,9 +2,7 @@ /* Welcome */ .welcomeXE{zoom:1} .welcomeXE:after{content:"";display:block;clear:both} -.welcomeXE>section{margin:0 0 20px 0} -@media all and (min-width:768px){ -.welcomeXE>section{height:102px;background:url(../../../../common/img/welcome.png) no-repeat} +.welcomeXE>section{margin:0 0 20px 0;height:102px;background:url(../../../../common/img/welcome.png) no-repeat} .welcomeXE>section.i1{background-position:0 0} .welcomeXE>section.i2{background-position:0 -100px} .welcomeXE>section.i3{background-position:0 -200px} @@ -13,9 +11,11 @@ .welcomeXE>section.i6{background-position:0 -500px} .welcomeXE>section>h3, .welcomeXE>section>p{padding:0 0 0 100px} -} -@media all and (min-width:980px){ .welcomeXE>section{width:48%} .welcomeXE>section.odd{float:left} .welcomeXE>section.even{float:right} +@media all and (max-width:767px){ +.welcomeXE>section{width:auto;float:none;height:auto;background:none} +.welcomeXE>section>h3, +.welcomeXE>section>p{padding:0} } \ No newline at end of file