Commit 662a2e229dba54f3ddf6337ccb612f404116fffa
1 parent
294eb518
Little more spacing in sideways table, and a right border...
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3614 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
3 additions
and
0 deletions
presentation/lookAndFeel/knowledgeTree/stylesheet.php
| @@ -356,16 +356,19 @@ table.prettysw > tbody > tr > th { | @@ -356,16 +356,19 @@ table.prettysw > tbody > tr > th { | ||
| 356 | border-right: 2px solid #000000; | 356 | border-right: 2px solid #000000; |
| 357 | margin: 0; | 357 | margin: 0; |
| 358 | padding: 0; | 358 | padding: 0; |
| 359 | + padding-right: 1em; | ||
| 359 | background-color: #feeeee; | 360 | background-color: #feeeee; |
| 360 | } | 361 | } |
| 361 | 362 | ||
| 362 | table.prettysw > tbody > tr > td { | 363 | table.prettysw > tbody > tr > td { |
| 363 | border: 0; | 364 | border: 0; |
| 364 | border-bottom: 1px solid #cccccc; | 365 | border-bottom: 1px solid #cccccc; |
| 366 | + border-right: 1px solid #cccccc; | ||
| 365 | margin: 0; | 367 | margin: 0; |
| 366 | padding: 0; | 368 | padding: 0; |
| 367 | background-color: #eeeefe; | 369 | background-color: #eeeefe; |
| 368 | padding-right: 1em; | 370 | padding-right: 1em; |
| 371 | + padding-left: 0.5em; | ||
| 369 | text-align: right; | 372 | text-align: right; |
| 370 | padding-bottom: 3px; | 373 | padding-bottom: 3px; |
| 371 | padding-top: 3px; | 374 | padding-top: 3px; |