Commit b9acf867397de7d3c870b8e0ce0993158f4e64f2
1 parent
f313a90b
Remove common CSS stuff
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3494 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
0 additions
and
57 deletions
templates/ktcore/manage_help.smarty
| 1 | -{literal} | ||
| 2 | -<style> | ||
| 3 | -table.pretty { | ||
| 4 | - margin: 0; | ||
| 5 | - padding: 0; | ||
| 6 | - border: 0; | ||
| 7 | - border-top: 1px solid #cccccc; | ||
| 8 | - border-left: 1px solid #cccccc; | ||
| 9 | -} | ||
| 10 | - | ||
| 11 | -table.pretty > thead > tr { | ||
| 12 | - border: 0; | ||
| 13 | - margin: 0; | ||
| 14 | - padding: 0; | ||
| 15 | - background-color: #feeeee; | ||
| 16 | -} | ||
| 17 | - | ||
| 18 | -table.pretty > thead > tr > th { | ||
| 19 | - border-right: 1px solid #cccccc; | ||
| 20 | - border-bottom: 2px solid #000000; | ||
| 21 | - border-left: 0; | ||
| 22 | - border-right: 0; | ||
| 23 | - padding-left: 5px; | ||
| 24 | - padding-right: 5px; | ||
| 25 | - padding-top: 2px; | ||
| 26 | - padding-bottom: 2px; | ||
| 27 | -} | ||
| 28 | - | ||
| 29 | -table.pretty > tbody > tr { | ||
| 30 | - border: 0; | ||
| 31 | - margin: 0; | ||
| 32 | - padding: 0; | ||
| 33 | - background-color: #eeeefe; | ||
| 34 | -} | ||
| 35 | - | ||
| 36 | -table.pretty > tbody > tr.odd { | ||
| 37 | - background-color: #eeeefe; | ||
| 38 | -} | ||
| 39 | -table.pretty > tbody > tr.odd { | ||
| 40 | - background-color: #fafafe; | ||
| 41 | -} | ||
| 42 | - | ||
| 43 | -table.pretty > tbody > tr > td { | ||
| 44 | - border: 0; | ||
| 45 | - border-right: 1px solid #cccccc; | ||
| 46 | - border-bottom: 1px solid #cccccc; | ||
| 47 | - margin: 0; | ||
| 48 | - padding-top: 2px; | ||
| 49 | - padding-bottom: 2px; | ||
| 50 | - padding-left: 3px; | ||
| 51 | - padding-right: 3px; | ||
| 52 | -} | ||
| 53 | - | ||
| 54 | - | ||
| 55 | -</style> | ||
| 56 | -{/literal} | ||
| 57 | - | ||
| 58 | <h2>Current help assignments</h2> | 1 | <h2>Current help assignments</h2> |
| 59 | 2 | ||
| 60 | <table class="pretty" cellspacing="0" cellpadding="0" border="0"> | 3 | <table class="pretty" cellspacing="0" cellpadding="0" border="0"> |