zb5 layout의 cursor:default 옵션을 빼서 기본 커서들이 나타나도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@1874 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-06 01:14:07 +00:00
parent 19423dd8b2
commit a81381cf84
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ body { margin:0; }
#loading { background:url(../images/blue/loading.gif) no-repeat; width:125px; height:39px; position:absolute; left:10px; top:10px; }
#layout_zx { cursor:default; }
#layout_zx { }
#layout_zx .lo_top { background:url(../images/blue/top_bg.gif) repeat-x; height:100px; }
#layout_zx .lo_top .logo { background:url(../images/blue/top_bg_center.gif) no-repeat; height:100px; text-align:left; margin-left:10px;}

View file

@ -4,7 +4,7 @@ body { margin:0; }
#loading { background:url(../images/green/loading.gif) no-repeat; width:125px; height:39px; position:absolute; left:10px; top:10px; }
#layout_zx { cursor:default; }
#layout_zx { }
#layout_zx .lo_top { background:url(../images/blue/top_bg.gif) repeat-x; height:100px; }
#layout_zx .lo_top .logo { background:url(../images/blue/top_bg_center.gif) no-repeat; height:100px; text-align:left; margin-left:10px;}

View file

@ -4,7 +4,7 @@ body { margin:0; }
#loading { background:url(../images/purple/loading.gif) no-repeat; width:125px; height:39px; position:absolute; left:10px; top:10px; }
#layout_zx { cursor:default; }
#layout_zx { }
#layout_zx .lo_top { background:url(../images/red/top_bg.gif) repeat-x; height:100px; }
#layout_zx .lo_top .logo { background:url(../images/red/top_bg_center.gif) no-repeat; height:100px; text-align:left; margin-left:10px;}

View file

@ -4,7 +4,7 @@ body { margin:0; }
#loading { background:url(../images/red/loading.gif) no-repeat; width:125px; height:39px; position:absolute; left:10px; top:10px; }
#layout_zx { cursor:default; }
#layout_zx { }
#layout_zx .lo_top { background:url(../images/red/top_bg.gif) repeat-x; height:100px; }
#layout_zx .lo_top .logo { background:url(../images/red/top_bg_center.gif) no-repeat; height:100px; text-align:left; margin-left:10px;}