mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
Default layout bug fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12361 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
495a1c4c3d
commit
3111578628
5 changed files with 24 additions and 22 deletions
|
|
@ -25,10 +25,11 @@ input[type=radio]{margin:0}
|
|||
.header{position:relative;z-index:2;margin:15px 0}
|
||||
.body{position:relative;z-index:1;margin:15px 0;zoom:1}
|
||||
.body:after{content:"";display:block;clear:both}
|
||||
.body.sub>.lnb{display:none}
|
||||
@media all and (min-width:980px){
|
||||
.body.sub{padding-left:220px}
|
||||
.body.sub>.content{width:100%;clear:both}
|
||||
.body.sub>.lnb{float:left;width:200px;position:relative;left:-220px}
|
||||
.body.sub>.content{float:right;width:100%}
|
||||
.body.sub>.lnb{display:block;float:left;width:200px;position:relative;left:-220px;margin-right:-200px}
|
||||
}
|
||||
.content{outline:0}
|
||||
.footer{margin:15px 0}
|
||||
|
|
@ -59,7 +60,7 @@ input[type=radio]{margin:0}
|
|||
.account{position:absolute;right:0;bottom:5px;z-index:2;margin:0}
|
||||
/* Visual */
|
||||
.visual{display:block;position:relative;width:100%;overflow:hidden;margin:0 0 20px 0;border-radius:5px;overflow:hidden}
|
||||
.body.sub>.visual{float:right;margin-left:-100%}
|
||||
.body.sub>.visual{float:right}
|
||||
.visual>.list{position:relative;z-index:1;width:100%;zoom:1}
|
||||
.visual>.list.count1{width:100%;left:0}
|
||||
.visual>.list.count2{width:200%;left:0}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue