쇼핑몰관리자: 쇼핑몰현황 그래프 범례 추가

This commit is contained in:
whitedot
2013-11-25 17:04:32 +09:00
parent 988273e9db
commit bfbcb21833
2 changed files with 8 additions and 0 deletions

View File

@ -196,6 +196,10 @@ function get_max_value($arr)
}
?>
</ul>
<div id="sidx_graph_legend">
<span id="legend_order"></span> 주문
<span id="legend_cancel"></span> 취소
</div>
</div>
</section>

View File

@ -453,6 +453,10 @@ td.td_grpset {width:160px;border-left:1px solid #e9ecee;text-align:center}
#sidx_graph_date {position:absolute;top:275px;left:15%;margin:0;padding:0;width:85%;border:1px solid #fff;list-style:none}
#sidx_graph_date li {position:relative;float:left;width:14%;font-family:tahoma;text-align:center}
#sidx_graph_date li span {position:absolute;top:-19px;right:0;width:1px;height:10px;background:#e9e9e9}
#sidx_graph_legend {position:absolute;top:-25px;left:15%}
#sidx_graph_legend span {display:inline-block;width:13px;height:13px;vertical-align:middle}
#sidx_graph_legend #legend_order {background:#a0ca30}
#sidx_graph_legend #legend_cancel {margin:0 0 0 10px;background:#ff8db6}
#sidx_stat {float:right;width:32%}
#sidx_stat h2 {padding:0 20px 0 0}