Close Connection when there is no connection value.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13161 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2013-09-25 15:29:32 +00:00
parent 034a5c0288
commit f70ce644ce
1410 changed files with 7188 additions and 53541 deletions

View file

@ -2,20 +2,16 @@
/* Welcome */
.welcomeXE{zoom:1}
.welcomeXE:after{content:"";display:block;clear:both}
.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}
.welcomeXE>section.i4{background-position:0 -300px}
.welcomeXE>section.i5{background-position:0 -400px}
.welcomeXE>section.i6{background-position:0 -500px}
.welcomeXE>section>h3,
.welcomeXE>section>p{padding:0 0 0 100px}
.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}
}
.welcomeXE>h1{margin:20px 0 40px 40px;font-size:20px;color:#333}
.welcomeXE>section{width:270px;float:left;padding:0 0 0 40px;margin:0 0 80px 0}
.welcomeXE>.i4{clear:left}
.welcomeXE>section>h1{padding:60px 0 0 0;background:url(welcome.gif) no-repeat;font-size:18px;margin:0 0 15px 0;color:#333}
.welcomeXE>.i1>h1{background-position:0 0}
.welcomeXE>.i2>h1{background-position:0 -100px}
.welcomeXE>.i3>h1{background-position:0 -200px}
.welcomeXE>.i4>h1{background-position:0 -300px}
.welcomeXE>.i5>h1{background-position:0 -400px}
.welcomeXE>.i6>h1{background-position:0 -500px}
.welcomeXE>section>p{font-size:12px;color:#666;line-height:18px;margin:15px 0}
.welcomeXE>section>p>a{color:#666}
.welcomeXE>section>a{display:inline-block;background:#e2e6e7;border:1px solid #d7dce0;border-radius:2px;padding:0 15px;font-size:11px;line-height:25px;text-decoration:none;font-weight:bold;color:#666}