diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index 1daac9103..a489dc859 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -14,6 +14,17 @@ tr.even, tr.odd { td.active { background-color: #ddd; } +tbody { + border-top: 1px solid #ccc; +} +tbody th { + border-bottom: 1px solid #ccc; +} +thead th { + text-align: left; + padding-right: 1em; + border-bottom: 3px solid #ccc; +} /* ** Other common styles |