cache & session refresh UI changed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9391 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-28 07:23:28 +00:00
parent 8188720245
commit cf73487272
3 changed files with 10 additions and 16 deletions

View file

@ -276,9 +276,12 @@ body.modalContainer{_height:100%;_width:100%} /* IE6 only */
.x .header .account a:active,
.x .header .account a:focus{color:#6e9cf2;text-decoration:underline}
/* Footer */
.x .footer{border-top:1px solid #ddd;text-align:center;font-size:12px;padding:1.5em 0;margin:0 2em}
.x .footer{border-top:1px solid #ddd;text-align:center;font-size:12px;padding:1.5em 0;margin:0 2em;zoom:1}
.x .footer:after{content:"";display:block;clear:both}
.x .footer p{margin:0}
.x .footer a{color:#6e9cf2;text-decoration:none}
.x .footer .power{float:left}
.x .footer .cache{float:right}
/* Body */
.x .body{position:relative;z-index:1;padding:1em 2em 1em 260px;zoom:1}
.x .body:after{content:"";display:block;clear:both}