File box UI changed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8832 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-08-22 09:48:21 +00:00
parent 1060a31f1a
commit 533c3d2c0d
2 changed files with 3 additions and 1 deletions

View file

@ -494,6 +494,8 @@ button.text{border:0;overflow:visible;padding:0;margin:0;color:#33a;background:n
/* File Box */
.fileBox li{position:relative}
.fileBox li img{max-width:100%}
.fileBox .portlet ul{margin:1em;list-style:none;padding:0;border:0}
.fileBox .portlet li{ border-top:1px solid #ddd;padding:8px 0}
.fileBox .side{position:absolute;top:8px;right:0}
/* Responsive Layout */
@media only all and (max-width:860px){

File diff suppressed because one or more lines are too long