diff options
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/theme.css | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 1e644f585..a483a0485 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -1242,4 +1242,28 @@ a.group_perm { } .preview-box.icon-search:hover img { opacity:0.5; -}
\ No newline at end of file +} + +/* table in help/quick_search.html */ +table.qsearch_help_table { + border-collapse:collapse; + text-align:left; + margin:1em; +} +table.qsearch_help_table q { + font-family: Courier, Fixed; + font-weight: bold; +} +table.qsearch_help_table q:before { + content: '\''; + color: green; +} +table.qsearch_help_table q:after { + content: '\''; + color: green; +} +table.qsearch_help_table td { + border: 1px solid #ccc; + padding:5px; + vertical-align:top; +} |