23 lines
1.3 KiB
CSS
23 lines
1.3 KiB
CSS
#page{background:url(/static/images/page_bg.png) 0 0 repeat-x;width:100%;}
|
|
|
|
h1{clear:both;font-size:18px;margin:10px 10px 10px 100px;padding-top:20px;width:600px;border-bottom:#ddd 1px dotted;}
|
|
hr{clear:both;border:#ccc 1px dotted;}
|
|
ul{list-style-type: none;}
|
|
#message{background-color:#fffbcc;border:1px solid #E6DB55;padding-left:10px;}
|
|
|
|
dl.userform dt{float:left;}
|
|
dl.zend_form dt label{float:left;width:100px;}
|
|
#submitbutton,#savebutton {float:left;}
|
|
.zend_form dt{float:left;}
|
|
label.required { background:url(/images/req-asterisk.gif) right no-repeat; padding-right:26px; }
|
|
|
|
.dataorder{width:80%;margin:10px auto;}
|
|
.dataorder .title{background:url(/static/images/news_title_bg.png) 0 0 no-repeat;padding-left:40px;height:33px;line-height:33px;margin:0 0 10px 0;}
|
|
.dataorder .title a{float:right;border:1px solid #FFF;background:#006fb7;height:20px;line-height:20px;color:#FFF;padding:3px;margin:3px;}
|
|
|
|
table.orderlist{width:100%;border-collapse:collapse;}
|
|
table.orderlist thead tr td {text-align:center;background:#76b5dc;color:#0e2b5e;}
|
|
table.orderlist tbody tr td {text-align:center;background:#e8e8e8;color:#0e2b5e;}
|
|
table.orderlist tbody tr.high td {background:#218acb;color:#FFF;}
|
|
table.orderlist tbody tr.high td a{color:#FFF;}
|
|
table.orderlist td{border:2px solid #FFF;padding:6px 0px;} |