From 84e2b6d7db859e982b42f97b5e543d5dea374b23 Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Fri, 9 Sep 2011 09:31:25 +0000 Subject: [PATCH] =?UTF-8?q?Ticket=20#150=20=E5=A2=9E=E5=8A=A0=E4=BA=86?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E5=AF=9F=E7=9C=8B=E5=9C=A8=E7=BA=BF=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E7=BB=9F=E8=AE=A1=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/css/admin.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/htdocs/css/admin.css b/htdocs/css/admin.css index c805c69c..3da0feac 100644 --- a/htdocs/css/admin.css +++ b/htdocs/css/admin.css @@ -42,4 +42,10 @@ ul {list-style-type: none; } .action {width:70px;} .newsletter{float:left;} .newsletter img{border:0;} -.paginationControl{float:right;padding-left:30px;} \ No newline at end of file +.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;} \ No newline at end of file