Ticket #150 增加了后台察看在线下载统计的功能

This commit is contained in:
Li Jianxuan 2011-09-09 09:31:25 +00:00
parent 29751d37b6
commit 84e2b6d7db
1 changed files with 7 additions and 1 deletions

View File

@ -42,4 +42,10 @@ ul {list-style-type: none; }
.action {width:70px;} .action {width:70px;}
.newsletter{float:left;} .newsletter{float:left;}
.newsletter img{border:0;} .newsletter img{border:0;}
.paginationControl{float:right;padding-left:30px;} .paginationControl{float:right;padding-left:30px;}
#oxbox {width:600px;position: absolute; left: 35%;top: 5%; border:10px solid #333;background: #FFF;padding:5px;border-radius: 5px;}
#oxbox .closeox{position: absolute;right: 0;top: 0;}
#oxbox input{width:300px;}
#oxbox textarea{width:400px;height:200px;}
#oxbox input.btn{width:100px;}