Deprecated CSS bug fix.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9703 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-10-21 01:22:27 +00:00
parent 9f24618740
commit aab512eeb8

View file

@ -626,12 +626,15 @@ body.modalContainer{_height:100%;_width:100%} /* IE6 only */
.x .rowTable caption .side,
.x .colTable caption .side,
.x .crossTable caption .side{float:right;font-weight:normal;margin-left:1em}
.x .rowTable th,.rowTable td,
.x .colTable th,.rowTable td,
.x .crossTable th,.rowTable td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd;white-space:nowrap}
.x .rowTable th,
.x .rowTable td,
.x .colTable th,
.x .rowTable td,
.x .crossTable th,
.x .rowTable td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd}
.x .rowTable th,
.x .colTable th,
.x .crossTable th{background:#f8f8f8}
.x .crossTable th{background:#f8f8f8;white-space:nowrap}
.x .rowTable thead th,
.x .colTable thead th,
.x .crossTable thead th{border-bottom:1px solid #999}