선택된 위젯 스타일 표시 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5938 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2009-03-23 10:19:17 +00:00
parent 9a3a7619a6
commit 40d7d24f39

View file

@ -57,6 +57,6 @@ ul.midCommand { float:left; margin:0 0 0 10px;; padding:0; *zoom:1; }
ul.midCommand li { display:block; margin-bottom:5px; list-style:none;}
a.widgetStyle { float:left; margin:0 10px 10px 0; border:1px solid #fff; overflow:hidden; *zoom:1; width:96px; height:96px;}
a.widgetStyle:hover { border:1px dashed #eee; }
a.widgetStyle.selected { border:1px dashed #ccc; }
a.widgetStyle:hover { border:1px dashed #ccc; }
a.widgetStyle.selected { border:1px dashed #999; }
a.widgetStyle img {width:96px; height:96px; margin:1px; }