westdc-zf1/htdocs/css/order.css

18 lines
1.0 KiB
CSS
Raw Normal View History

2009-03-06 03:20:46 +00:00
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;}
#dataorder1 {}
#dataorder0 ul,#dataorder1 ul,#dataorder2 ul{clear:both;margin:10px;width:90%;text-align:center;}
#dataorder0 ul li,#dataorder1 ul li,#dataorder2 ul li{float:left;margin:0;}
.time {width:150px;border-bottom:1px dashed #ccc;}
.datatype,.action{width:120px;border-bottom:1px dashed #ccc;border-left:1px dashed #ccc;}
.name {width:40%;border-bottom:1px dashed #ccc;border-left:1px dashed #ccc;}
.status{width:150px;border-bottom:1px dashed #ccc;border-left:1px dashed #ccc;}
.title{font-size: 16px; font-weight:bold;}
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; }