위키 링크 애드온의 배경 투명을 없애고 UI 살짝 변경. 가상사이트에서 위키 문서 연결시 이상없이 동작하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6201 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-04-27 07:26:31 +00:00
parent 1bc5754cbc
commit 011efbdb6a
3 changed files with 26 additions and 24 deletions

View file

@ -1,4 +1,5 @@
#link { display: none; }
#link .linkForm { margin-left: 10px; margin-top: 10px; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 5px; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog { background-color:#fff; z-index:999; padding:10px;}
.ui-dialog-title { font-weight:bold; margin-bottom:3px; }
.ui-dialog-titlebar-close { display:none; }
.ui-dialog-buttonpane { text-align:right; bottom:5px !important; }
.ui-dialog-buttonpane button { font-size:11px; font-family:tahoma; }